Regenerate nvim config
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
((call_expression
|
||||
.
|
||||
(_) @_fnname
|
||||
.
|
||||
"("
|
||||
.
|
||||
(_
|
||||
[
|
||||
(string_content)
|
||||
(raw_string_content)
|
||||
] @injection.content)
|
||||
.
|
||||
")")
|
||||
(#any-of? @_fnname "compile" "regex::compile")
|
||||
(#set! injection.language "regex"))
|
||||
Reference in New Issue
Block a user