fix: add 'is' keyword to WACC syntax highlighting

This commit is contained in:
Guy C
2025-03-03 12:38:25 +00:00
parent c2259334c1
commit 54d6e7143b

View File

@@ -23,7 +23,7 @@
"name": "keyword.other.unit"
},
{
"match": "\\b(if|then|else|fi|while|do|done|skip)\\b",
"match": "\\b(if|then|else|fi|while|do|done|skip|is)\\b",
"name": "keyword.control.wacc"
},
{