diff options
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/gitattributes/highlights.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/gitattributes/highlights.scm b/queries/gitattributes/highlights.scm index ecd410972..73ec71438 100644 --- a/queries/gitattributes/highlights.scm +++ b/queries/gitattributes/highlights.scm @@ -1,15 +1,15 @@ (dir_sep) @punctuation.delimiter -(wildcard) @punctuation.special - (quoted_pattern - ("\"" @character.special)) + ("\"" @punctuation.special)) (range_notation) @string.special (range_notation [ "[" "]" ] @punctuation.bracket) +(wildcard) @character.special + (range_negation) @operator (character_class) @constant |
