aboutsummaryrefslogtreecommitdiffstats
path: root/queries/cpp/injections.scm
blob: 6b7639b67086930d4662ce42e30aede3a4f54534 (plain) (blame)
1
2
3
4
5
6
7
8
9
((preproc_arg) @injection.content
 (#set! injection.language "cpp"))

((comment) @injection.content 
 (#set! injection.language "comment"))

(raw_string_literal
  delimiter: (raw_string_delimiter) @injection.language
  (raw_string_content) @injection.content)