diff --git a/package.json b/package.json index 001dee0..8e28280 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/syntaxes/symboscript.tmLanguage.json b/syntaxes/symboscript.tmLanguage.json index 98efa4d..39bb9c4 100644 --- a/syntaxes/symboscript.tmLanguage.json +++ b/syntaxes/symboscript.tmLanguage.json @@ -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",