aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/kdl/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/kdl/highlights.scm')
-rw-r--r--runtime/queries/kdl/highlights.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/queries/kdl/highlights.scm b/runtime/queries/kdl/highlights.scm
index d83bde19..78e5acf4 100644
--- a/runtime/queries/kdl/highlights.scm
+++ b/runtime/queries/kdl/highlights.scm
@@ -1,12 +1,12 @@
-(comment) @comment
(single_line_comment) @comment
+(multi_line_comment) @comment
(node
- name: (identifier) @function)
+ (identifier) @variable)
+
(prop (identifier) @attribute)
-(type) @type
-(bare_identifier) @variable.other.member
+(type (_) @type) @punctuation.bracket
(keyword) @keyword