Skip to content

Commit

Permalink
🤖: update grammars
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Jan 17, 2024
1 parent 20dc9b8 commit 4cb7d62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/shiki/languages/cobol.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,9 @@
{
"include": "#dli-keywords"
},
{
"include": "#dli-options"
},
{
"include": "#string-double-quoted-constant"
},
Expand Down Expand Up @@ -1101,6 +1104,10 @@
"match": "(?<![\\-\\w])(?i:accept|chkp|deq|dlet|gnp|gn|gu|isrt|load|log|pos|query|refresh|repl|retrieve|rolb|roll|rols|schd|sets|setu|symchkp|term|xrst)(?![\\-\\w])",
"name": "keyword.verb.dli"
},
"dli-options": {
"match": "(?<![\\-\\w])(?i:statusgroup|checkpoint|chkp|id|lockclass|segment|info|where|from|using|keyfeedback|feedbacklen|variable|first|last|current|seglength|offset|locked|movenext|getfirst|set|setcond|setzero|setparent|fieldlength|keys|maxlength|length[0-9]*|area[0-9]*|psc|pcs|pcb|sysserve|into)(?![\\-\\w])",
"name": "keyword.other.dli"
},
"string-quoted-constant": {
"begin": "'",
"beginCaptures": {
Expand Down

0 comments on commit 4cb7d62

Please sign in to comment.