Skip to content

Commit

Permalink
Update generated TextMate grammar for Rascal/Pico
Browse files Browse the repository at this point in the history
  • Loading branch information
sungshik committed Sep 16, 2024
1 parent 9e4a229 commit 6106209
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions vscode-extension/syntaxes/pico.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
},
"/inner/single/$keywords": {
"match": "((?:\\bdo\\b)|(?:\\bdeclare\\b)|(?:\\bfi\\b)|(?:\\belse\\b)|(?:\\bend\\b)|(?:\\bod\\b)|(?:\\bbegin\\b)|(?:\\bnatural\\b)|(?:\\bthen\\b)|(?:\\bif\\b)|(?:\\bwhile\\b)|(?:\\bstring\\b))",
"match": "((?:\\bdo\\b)|(?:\\bdeclare\\b)|(?:\\bfi\\b)|(?:\\belse\\b)|(?:\\bend\\b)|(?:\\bod\\b)|(?:nil\\-type)|(?:\\bbegin\\b)|(?:\\bnatural\\b)|(?:\\bthen\\b)|(?:\\bif\\b)|(?:\\bwhile\\b)|(?:\\bstring\\b))",
"name": "/inner/single/$keywords",
"captures": {
"1": {
Expand Down Expand Up @@ -197,7 +197,7 @@
}
},
"/inner/single/expression.strcon": {
"match": "((?<=(?:[\\t-\\n\\r\\x{20}\\%]|(?:(?:^))))(?:(?:\\\")(?:(?:(?:\\\\)[\\\"\\\\])|[\\x{01}-\\!\\#-\\[\\]-\\x{10FFFF}])*?(?:\\\")))",
"match": "((?:\\\")(?:(?:(?:\\\\)[\\\"\\\\])|[\\x{01}-\\!\\#-\\[\\]-\\x{10FFFF}])*?(?:\\\"))",
"name": "/inner/single/expression.strcon",
"captures": {
"1": {
Expand Down
Loading

0 comments on commit 6106209

Please sign in to comment.