syntax & autocomplete refactor

This commit is contained in:
Bartek Zbytniewski
2025-04-18 20:43:44 +02:00
parent 3c4fd20d70
commit 3ca10fc85a
2 changed files with 6 additions and 18 deletions

View File

@@ -38,7 +38,7 @@ contexts:
scope: storage.modifier.curlywasm
# Control flow
- match: \b(return|if|else|loop|block|branch|branch_if|break)\b
- match: \b(return|if|else|loop|branch|branch_if)\b
scope: keyword.control.flow.curlywasm
# Type conversion