refactor(gitconfig): use lua-match instead of match

This commit is contained in:
Amaan Qureshi
2023-03-11 04:18:03 -05:00
parent 22d35614ae
commit 0ec25f87ee

View File

@@ -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
[