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

added "if", "then", "else", "block", "loop", "end" and "mut" to the wat highlights.
pull/1/head
Jonas Everaert 2 years ago committed by GitHub
parent 3792d9ebb7
commit 79c7203a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save