aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/go/injections.scm
blob: d7b03da356301e5a28d267243852e86e21211660 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
((comment) @injection.content
 (#set! injection.language "comment"))


(call_expression
  (selector_expression) @_function
  (#any-of? @_function "regexp.Match" "regexp.MatchReader" "regexp.MatchString" "regexp.Compile" "regexp.CompilePOSIX" "regexp.MustCompile" "regexp.MustCompilePOSIX")
  (argument_list
    .
    [
      (raw_string_literal)
      (interpreted_string_literal)
    ] @injection.content
    (#set! injection.language "regex")))