1
Files
flake-nixinator/config/neovim/store/treesitter-parsers/queries/idl/injections.scm

9 lines
320 B
Scheme

((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"))