1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 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"))