diff options
| author | Riley Bruins <ribru17@hotmail.com> | 2024-01-25 08:55:18 -0800 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2024-01-26 00:58:05 -0500 |
| commit | 0b697429c92d94146c636a14925bbf5649dcbb1e (patch) | |
| tree | d4cfbbf40a7c84c6440a0f8b5f9e208a30e51e77 /queries | |
| parent | feat(python): allow comments before module docstring (diff) | |
| download | nvim-treesitter-0b697429c92d94146c636a14925bbf5649dcbb1e.tar nvim-treesitter-0b697429c92d94146c636a14925bbf5649dcbb1e.tar.gz nvim-treesitter-0b697429c92d94146c636a14925bbf5649dcbb1e.tar.bz2 nvim-treesitter-0b697429c92d94146c636a14925bbf5649dcbb1e.tar.lz nvim-treesitter-0b697429c92d94146c636a14925bbf5649dcbb1e.tar.xz nvim-treesitter-0b697429c92d94146c636a14925bbf5649dcbb1e.tar.zst nvim-treesitter-0b697429c92d94146c636a14925bbf5649dcbb1e.zip | |
fix(git_config): highlight parent relative path
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 "^[~]")) |
