Added missing keywords to wat (wasm) hightlights (#4542)

added "if", "then", "else", "block", "loop", "end" and "mut" to the wat highlights.
This commit is contained in:
Jonas Everaert
2022-11-01 01:30:08 +01:00
committed by GitHub
parent 3792d9ebb7
commit 79c7203a38

View File

@@ -1,4 +1,7 @@
["module" "func" "param" "result" "type" "memory" "elem" "data" "table" "global"] @keyword
[
"module" "func" "param" "result" "type" "memory" "elem" "data" "table" "global"
"if" "then" "else" "block" "loop" "end" "mut"
] @keyword
["import" "export"] @keyword.control.import