fix(cpp): add back comment injection

This commit is contained in:
Jaehwang Jung 2024-02-13 21:03:32 +09:00 committed by Christian Clason
parent 4416d21466
commit 2b6020247d

View file

@ -1,6 +1,9 @@
((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"))