diff options
Diffstat (limited to 'runtime/queries/git-config/highlights.scm')
-rw-r--r-- | runtime/queries/git-config/highlights.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/queries/git-config/highlights.scm b/runtime/queries/git-config/highlights.scm index 84767edc..456639ce 100644 --- a/runtime/queries/git-config/highlights.scm +++ b/runtime/queries/git-config/highlights.scm @@ -19,9 +19,10 @@ [ "[" "]" - "\"" ] @punctuation.bracket -"=" @punctuation.delimiter +["=" "\\"] @punctuation.delimiter + +(escape_sequence) @constant.character.escape (comment) @comment |