spacevim/bundle/nvim-treesitter-0.9.1/queries/hare/injections.scm

9 lines
177 B
Scheme
Raw Normal View History

2024-08-21 14:17:26 +08:00
(comment) @comment
((call_expression
. (_) @_fnname
. "("
. (_ [(string_content) (raw_string_content)] @regex)
. ")")
(#any-of? @_fnname "compile" "regex::compile"))