Skip to content

Commit

Permalink
Merge pull request #279 from Moralescr/main
Browse files Browse the repository at this point in the history
Snippets: File definition is added
  • Loading branch information
worksofliam authored Jan 22, 2024
2 parents 511d8c3 + 61d5ac2 commit 2b14484
Showing 1 changed file with 7 additions and 0 deletions.
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 2b14484

Please sign in to comment.