mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
refactor(gitconfig): use lua-match instead of match
This commit is contained in:
@@ -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
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user