Skip to content

Commit

Permalink
File definition is added
Browse files Browse the repository at this point in the history
  • Loading branch information
Moralescr committed Nov 18, 2023
1 parent 00a3713 commit c79a4a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions schemas/rpgle.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,13 @@
" CLOSE $1;",
]
},
"File definition": {
"prefix": "dcl-f",
"description": "File definition statement",
"body": [
"dcl-f ${1:name} usage(${2|*input,*output,*update,*delete|}) keyed;",
]
},
"workstation-basics": {
"prefix": "workstation-basics",
"description": "The basic definitions for a display file with a subfield",
Expand Down

0 comments on commit c79a4a1

Please sign in to comment.