Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/wat/highlights.scm')
| -rw-r--r-- | runtime/queries/wat/highlights.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/runtime/queries/wat/highlights.scm b/runtime/queries/wat/highlights.scm deleted file mode 100644 index 93f03aac..00000000 --- a/runtime/queries/wat/highlights.scm +++ /dev/null @@ -1,20 +0,0 @@ -[ - "module" "func" "param" "result" "type" "memory" "elem" "data" "table" "global" - "if" "then" "else" "block" "loop" "end" "mut" -] @keyword - -["import" "export"] @keyword.control.import - -["local"] @keyword.storage.type - -[(name) (string)] @string - -(identifier) @function - -[(comment_block) (comment_line)] @comment - -[(nat) (float) (align_offset_value)] @constant.numeric.integer - -(value_type) @type - -["(" ")"] @punctuation.bracket |