aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/tsq
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/tsq')
-rw-r--r--runtime/queries/tsq/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/tsq/highlights.scm b/runtime/queries/tsq/highlights.scm
index c655b994..b59514bc 100644
--- a/runtime/queries/tsq/highlights.scm
+++ b/runtime/queries/tsq/highlights.scm
@@ -5,7 +5,7 @@
(#eq? @function "#match?"))
; highlight inheritance comments
-((query . (comment) @keyword.directive)
+(((comment) @keyword.directive)
(#match? @keyword.directive "^; +inherits *:"))
[