aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/idl/injections.scm
blob: e444fc4820669ebdd009cafe20db01f1550d1f3c (plain) (blame)
1
2
3
4
5
6
7
8
((comment) @injection.content
  (#lua-match? @injection.content "/[*/][!*/]<?[^a-zA-Z]")
  (#set! injection.language "doxygen"))

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