fix(git_config): highlight parent relative path

This commit is contained in:
Riley Bruins 2024-01-25 08:55:18 -08:00 committed by Amaan Qureshi
parent cb79d24461
commit 0b697429c9

View file

@ -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 "^[~]"))