diff options
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/git_config/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/git_config/highlights.scm b/queries/git_config/highlights.scm index 5830c1b56..fb9d3be2c 100644 --- a/queries/git_config/highlights.scm +++ b/queries/git_config/highlights.scm @@ -26,7 +26,7 @@ (string) @string ((string) @string.special.path - (#lua-match? @string.special.path "^[.]?[/]")) + (#lua-match? @string.special.path "^[.]?[.]?[/]")) ((string) @string.special.path (#lua-match? @string.special.path "^[~]")) |
