1
Files
flake-nixinator/config/neovim/store/treesitter-parsers/queries/hare/injections.scm

11 lines
179 B
Scheme

(comment) @comment
((call_expression
. (_) @_fnname .
"(" .
(_ [(string_content) (raw_string_content)] @regex)
. ")")
(#any-of? @_fnname "compile" "regex::compile"))