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