mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(git_config): highlight parent relative path
This commit is contained in:
parent
cb79d24461
commit
0b697429c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "^[~]"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue