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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/jsonnet/highlights.scm b/runtime/queries/jsonnet/highlights.scm index c5cb49ff..f54e7d5c 100644 --- a/runtime/queries/jsonnet/highlights.scm +++ b/runtime/queries/jsonnet/highlights.scm @@ -15,7 +15,6 @@ (binaryop) @operator (unaryop) @operator -(id) @variable (param identifier: (id) @variable.parameter) (bind function: (id) @function) (fieldname (id) @variable.other.member) @@ -36,3 +35,4 @@ ";" "=" ] @punctuation.delimiter +(id) @variable |