aboutsummaryrefslogtreecommitdiffstats
path: root/queries/query
diff options
context:
space:
mode:
Diffstat (limited to 'queries/query')
-rw-r--r--queries/query/highlights.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/query/highlights.scm b/queries/query/highlights.scm
index abc7aa50a..210d03dc3 100644
--- a/queries/query/highlights.scm
+++ b/queries/query/highlights.scm
@@ -53,17 +53,17 @@
.
(comment)*
.
- (comment) @keyword.import)
+ (comment) @keyword.import @nospell)
(#lua-match? @keyword.import "^;+ *inherits *:"))
((program
.
(comment)*
.
- (comment) @keyword.directive)
+ (comment) @keyword.directive @nospell)
(#lua-match? @keyword.directive "^;+ *extends *$"))
-((comment) @keyword.directive
+((comment) @keyword.directive @nospell
(#lua-match? @keyword.directive "^;+%s*format%-ignore%s*$"))
((predicate