nvim-treesitter/queries/hare/injections.scm

9 lines
177 B
Scheme
Raw Normal View History

2023-03-11 03:02:30 -05:00
(comment) @comment
((call_expression
. (_) @_fnname
. "("
. (_ [(string_content) (raw_string_content)] @regex)
. ")")
(#any-of? @_fnname "compile" "regex::compile"))