Add comment syntax highlighting

This commit is contained in:
Bruno BELANYI 2022-06-02 17:25:31 +02:00
parent 84d25af8d5
commit b9376ccd35
2 changed files with 8 additions and 0 deletions

3
queries/highlights.scm Normal file
View file

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

View file

@ -0,0 +1,5 @@
/* This is /* a nested */ comment */
/* <- comment
^ comment
^ comment
*/