Skip to content

Commit

Permalink
Add persistent and transient keywords (#318)
Browse files Browse the repository at this point in the history
* Add 'persistent' and 'transient' keywords

* 0.16.20
  • Loading branch information
rvanasa authored Jan 31, 2025
1 parent 78f9244 commit 7619d98
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.16.19",
"version": "0.16.20",
"publisher": "dfinity-foundation",
"repository": "https://github.com/dfinity/vscode-motoko",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/Major.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@
<key>comment</key>
<string>other keyword</string>
<key>match</key>
<string>\b(flexible|query|stable|composite)\b</string>
<string>\b(query|composite|stable|flexible|persistent|transient)\b</string>
<key>name</key>
<string>keyword.other.motoko</string>
</dict>
Expand Down

0 comments on commit 7619d98

Please sign in to comment.