mirror of
https://github.com/SymboScript/symboscript-vs.git
synced 2024-11-05 21:33:58 +03:00
add import as
This commit is contained in:
parent
1a86a96cea
commit
9b34acdbea
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "symboscript-vs",
|
||||
"displayName": "SymboScript-vs",
|
||||
"description": "Official language support for SymboScrypt",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"publisher": "symboscript",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
"patterns": [
|
||||
{
|
||||
"name": "keyword.control.symboscript",
|
||||
"match": "\\b(if|else|while|for|loop|return|yield|await|delete|new|break|continue|in)\\b"
|
||||
"match": "\\b(if|else|while|for|loop|return|yield|await|delete|new|break|continue|in|import|as)\\b"
|
||||
},
|
||||
{
|
||||
"name": "keyword.other.fn.symboscript",
|
||||
|
|
Loading…
Reference in a new issue