Add better crosslang

This commit is contained in:
2026-01-22 02:27:36 -06:00
parent 3af3f08395
commit d5906e552c
3 changed files with 150 additions and 2 deletions

View File

@@ -112,7 +112,7 @@
},
{
"name": "keyword.control.crosslang",
"match": "\\b(if|else|while|for|do|return|each|break|try|catch|finally|defer|enumerable|yield|switch|case|default|await|breakpoint|throw)\\b"
"match": "\\b(if|else|while|for|do|return|each|in|break|try|catch|finally|defer|enumerable|yield|switch|case|default|await|breakpoint|throw)\\b"
},
{
"name": "keyword.crosslang",