summaryrefslogtreecommitdiffstats
path: root/queries/cpp/injections.scm
blob: 75f85136709f4e632c8d3d5eb6b4f188e6862fcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
((preproc_arg) @injection.content
 (#set! injection.language "cpp"))

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

((comment) @injection.content
  (#lua-match? @injection.content "/[*][!<*][^a-zA-Z]")
  (#set! injection.language "doxygen"))

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