diff options
author | Roberto Vidal | 2022-10-01 14:13:52 +0000 |
---|---|---|
committer | GitHub | 2022-10-01 14:13:52 +0000 |
commit | cc257e9bf9a7eee7e68e04d04523a8fae10807cd (patch) | |
tree | 4a428b905706add0f7129e114a392922da8a9089 /runtime/queries/wast/highlights.scm | |
parent | 2113b1bb2fe4d69eada555d562cbcf723201998a (diff) |
Add support for webassembly text format (#4040)
Diffstat (limited to 'runtime/queries/wast/highlights.scm')
-rw-r--r-- | runtime/queries/wast/highlights.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/runtime/queries/wast/highlights.scm b/runtime/queries/wast/highlights.scm new file mode 100644 index 00000000..ef5b547e --- /dev/null +++ b/runtime/queries/wast/highlights.scm @@ -0,0 +1,21 @@ +; inherits: wat + +[ + "assert_return" + "assert_trap" + "assert_exhaustion" + "assert_malformed" + "assert_invalid" + "assert_unlinkable" + "assert_trap" + + "invoke" + "get" + + "script" + "input" + "output" + + "binary" + "quote" +] @keyword |