mirror of
https://github.com/SymboScript/symboscript-vs.git
synced 2024-11-21 20:56:24 +03:00
add words
This commit is contained in:
parent
fd66346086
commit
1a86a96cea
2 changed files with 9 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "symboscript-vs",
|
||||
"displayName": "SymboScript-vs",
|
||||
"description": "Official language support for SymboScrypt",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"publisher": "symboscript",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue