add words

This commit is contained in:
Artemy 2024-01-05 12:10:03 +03:00
parent fd66346086
commit 1a86a96cea
2 changed files with 9 additions and 1 deletions

View file

@ -102,6 +102,14 @@
"name": "keyword.other.scope.symboscript",
"match": "\\b(scope)\\b"
},
{
"name": "keyword.other.symboscript",
"match": "\\b(mut|context)\\b"
},
{
"name": "keyword.other.logic.symboscript",
"match": "\\b(and|or|not|xor)\\b"
},
{
"comment": "logical operators",
"name": "keyword.operator.logical.symboscript",