diff options
Diffstat (limited to 'queries/gitattributes')
| -rw-r--r-- | queries/gitattributes/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/gitattributes/highlights.scm b/queries/gitattributes/highlights.scm index bc2e02e88..aec7750f6 100644 --- a/queries/gitattributes/highlights.scm +++ b/queries/gitattributes/highlights.scm @@ -1,7 +1,7 @@ (dir_sep) @punctuation.delimiter (quoted_pattern - ("\"" @punctuation.special)) + "\"" @punctuation.special) (range_notation) @string.special @@ -18,7 +18,7 @@ (character_class) @constant (class_range - ("-" @operator)) + "-" @operator) [ (ansi_c_escape) |
