We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b739731 commit 4a22543Copy full SHA for 4a22543
2 files changed
package.json
@@ -2,7 +2,7 @@
2
"name": "walrus",
3
"displayName": "Walrus",
4
"description": "Walrus Language Support",
5
- "version": "1.0.1",
+ "version": "1.0.3",
6
"icon": "icon.png",
7
"publisher": "Walrus",
8
"activationEvents": [],
syntaxes/wal.tmLanguage.json
@@ -539,7 +539,7 @@
539
{
540
"comment": "other keywords",
541
"name": "keyword.other.wal",
542
- "match": "\\b(async|in|priv|pub|readonly|typeof|union|import|export|from|impl|ret|mod|embed)\\b"
+ "match": "\\b(async|in|priv|pub|readonly|typeof|union|import|export|from|trait|impl|ret|mod|embed|override)\\b"
543
},
544
545
"comment": "fn",
0 commit comments