mirror of
https://github.com/SymboScript/symboscript-vs.git
synced 2025-02-22 04:13:18 +03:00
add throw
This commit is contained in:
parent
9b34acdbea
commit
a638a1a7b9
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@
|
|||
"patterns": [
|
||||
{
|
||||
"name": "keyword.control.symboscript",
|
||||
"match": "\\b(if|else|while|for|loop|return|yield|await|delete|new|break|continue|in|import|as)\\b"
|
||||
"match": "\\b(if|else|while|for|loop|return|yield|throw|await|delete|new|break|continue|in|import|as)\\b"
|
||||
},
|
||||
{
|
||||
"name": "keyword.other.fn.symboscript",
|
||||
|
|
Loading…
Add table
Reference in a new issue