Skip to content

Commit b739731

Browse files
committed
..
1 parent bbed564 commit b739731

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "walrus",
33
"displayName": "Walrus",
44
"description": "Walrus Language Support",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"icon": "icon.png",
77
"publisher": "Walrus",
88
"activationEvents": [],

syntaxes/wal.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539
{
540540
"comment": "other keywords",
541541
"name": "keyword.other.wal",
542-
"match": "\\b(async|in|priv|pub|readonly|typeof|union|import|export|from|impl|ret|mod)\\b"
542+
"match": "\\b(async|in|priv|pub|readonly|typeof|union|import|export|from|impl|ret|mod|embed)\\b"
543543
},
544544
{
545545
"comment": "fn",

0 commit comments

Comments
 (0)