Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/jsonnet/highlights.scm')
| -rw-r--r-- | runtime/queries/jsonnet/highlights.scm | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/runtime/queries/jsonnet/highlights.scm b/runtime/queries/jsonnet/highlights.scm deleted file mode 100644 index c5cb49ff..00000000 --- a/runtime/queries/jsonnet/highlights.scm +++ /dev/null @@ -1,38 +0,0 @@ -["if" "then" "else"] @keyword.control.conditional -[ - (local) - "function" -] @keyword -(comment) @comment - -(string) @string -(number) @constant.numeric -[ - (true) - (false) -] @constant.builtin.boolean - -(binaryop) @operator -(unaryop) @operator - -(id) @variable -(param identifier: (id) @variable.parameter) -(bind function: (id) @function) -(fieldname (id) @variable.other.member) -[ - "[" - "]" - "{" - "}" -] @punctuation.bracket -"for" @keyword.control.repeat -"in" @keyword.operator -[(self) (dollar)] @variable.builtin -"assert" @keyword -(null) @constant.builtin -[ - ":" - "::" - ";" - "=" -] @punctuation.delimiter |