Skip to content

Commit

Permalink
Add composite_query keyword to Candid syntax highlighting (#259)
Browse files Browse the repository at this point in the history
* Add 'composite_query' keyword to Candid syntax highlighting

* 0.14.6
  • Loading branch information
rvanasa authored Dec 21, 2023
1 parent f2d591f commit 3a0fc1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-motoko",
"displayName": "Motoko",
"description": "Motoko language support",
"version": "0.14.5",
"version": "0.14.6",
"publisher": "dfinity-foundation",
"repository": "https://github.com/dfinity/vscode-motoko",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/Candid.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
<key>comment</key>
<string>statement keyword</string>
<key>match</key>
<string>\b(opt|vec|record|variant|func|null|empty|oneway|query)\b</string>
<string>\b(opt|vec|record|variant|func|null|empty|oneway|query|composite_query)\b</string>
<key>name</key>
<string>keyword.statement.candid</string>
</dict>
Expand Down

0 comments on commit 3a0fc1a

Please sign in to comment.