summaryrefslogtreecommitdiffstats
path: root/queries/cpp/injections.scm
blob: 1d8e11cb3091d5fd9a09688d0c2e4612847db523 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
((preproc_def (preproc_arg) @cpp)
  (#lua-match? @cpp "\n"))
(preproc_function_def (preproc_arg) @cpp)
(preproc_call (preproc_arg) @cpp)

(comment) @comment

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