We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ab93b commit 8ca4accCopy full SHA for 8ca4acc
runtime/queries/wat/highlights.scm
@@ -1,4 +1,7 @@
1
-["module" "func" "param" "result" "type" "memory" "elem" "data" "table" "global"] @keyword
+[
2
+ "module" "func" "param" "result" "type" "memory" "elem" "data" "table" "global"
3
+ "if" "then" "else" "block" "loop" "end" "mut"
4
+] @keyword
5
6
["import" "export"] @keyword.control.import
7
0 commit comments