Add comment syntax highlighting
This commit is contained in:
parent
84d25af8d5
commit
b9376ccd35
3
queries/highlights.scm
Normal file
3
queries/highlights.scm
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
(comment) @comment
|
||||||
|
|
||||||
|
; vim: sw=2 foldmethod=marker
|
5
test/highlight/comment.tig
Normal file
5
test/highlight/comment.tig
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
/* This is /* a nested */ comment */
|
||||||
|
/* <- comment
|
||||||
|
^ comment
|
||||||
|
^ comment
|
||||||
|
*/
|
Loading…
Reference in a new issue