Add comment syntax highlighting
This commit is contained in:
parent
84d25af8d5
commit
b9376ccd35
2 changed files with 8 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue