Mark 'comment' as injecting 'comment'

Neovim defines queries for the 'comment' language, to match 'TODO',
'FIXME', etc...
This commit is contained in:
Bruno BELANYI 2022-06-03 22:38:35 +02:00
parent 10dae1ab92
commit 545d090540

3
queries/injections.scm Normal file
View file

@ -0,0 +1,3 @@
(comment) @comment
; vim: sw=2 foldmethod=marker