aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/vim/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/vim/highlights.scm b/queries/vim/highlights.scm
index a5667a0b6..64120e14a 100644
--- a/queries/vim/highlights.scm
+++ b/queries/vim/highlights.scm
@@ -142,8 +142,8 @@
(integer_literal) @number
(float_literal) @float
(comment) @comment
-(pattern
- (pattern_multi) @string.regex) @string.special
+(pattern) @string.special
+(pattern_multi) @string.regex
(filename) @string
((scoped_identifier
(scope) @_scope . (identifier) @boolean)