Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/devicetree/highlights.scm')
| -rw-r--r-- | runtime/queries/devicetree/highlights.scm | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/runtime/queries/devicetree/highlights.scm b/runtime/queries/devicetree/highlights.scm deleted file mode 100644 index b9b29fe2..00000000 --- a/runtime/queries/devicetree/highlights.scm +++ /dev/null @@ -1,66 +0,0 @@ -[ - "/dts-v1/" - "/memreserve/" - "/delete-node/" - "/delete-property/" -] @keyword - -[ - "#define" - "#include" -] @keyword.directive - -[ - "!" - "~" - "-" - "+" - "*" - "/" - "%" - "||" - "&&" - "|" - "^" - "&" - "==" - "!=" - ">" - ">=" - "<=" - ">" - "<<" - ">>" -] @operator - -[ - "," - ";" -] @punctuation.delimiter - -[ - "(" - ")" - "{" - "}" - "<" - ">" -] @punctuation.bracket - -(string_literal) @string - -(integer_literal) @constant.numeric.integer - -(identifier) @variable - -(call_expression - function: (identifier) @function) - -(labeled_item - label: (identifier) @label) - -(unit_address) @tag - -(reference) @constant - -(comment) @comment |