aboutsummaryrefslogtreecommitdiffstats
path: root/queries/cpp/injections.scm
blob: 07f21dd141eef51a764d834819a1d880f76f093c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
; inherits: c
((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)