mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
refactor(gitconfig): use lua-match instead of match
This commit is contained in:
parent
22d35614ae
commit
0ec25f87ee
1 changed files with 4 additions and 1 deletions
|
|
@ -29,7 +29,10 @@
|
|||
(string) @string
|
||||
|
||||
((string) @text.uri
|
||||
(#match? @text.uri "^(~|./|/)"))
|
||||
(#lua-match? @text.uri "^[.]?[/]"))
|
||||
|
||||
((string) @text.uri
|
||||
(#lua-match? @text.uri "^[~]"))
|
||||
|
||||
(section_header
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue