Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/fidl/highlights.scm')
| -rw-r--r-- | runtime/queries/fidl/highlights.scm | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/runtime/queries/fidl/highlights.scm b/runtime/queries/fidl/highlights.scm deleted file mode 100644 index c70d2219..00000000 --- a/runtime/queries/fidl/highlights.scm +++ /dev/null @@ -1,64 +0,0 @@ -[ - "ajar" - "alias" - "as" - "bits" - "closed" - "compose" - "const" - "enum" - "error" - "flexible" - "library" - "open" - ; "optional" we did not specify a node for optional yet - "overlay" - "protocol" - "reserved" - "resource" - "service" - "strict" - "struct" - "table" - "type" - "union" - "using" -] @keyword - -(primitives_type) @type.builtin - -(builtin_complex_type) @type.builtin - -(const_declaration - (identifier) @constant) - -[ - "=" - "|" - "&" - "->" -] @operator - -(attribute - "@" @attribute - (identifier) @attribute) - -(string_literal) @string - -(numeric_literal) @constant.numeric - -[ - (true) - (false) -] @constant.builtin.boolean - -(comment) @comment - -[ - "(" - ")" - "<" - ">" - "{" - "}" -] @punctuation.bracket |