mirror of https://github.com/helix-editor/helix
Highlight comments in c, cpp, cmake and llvm (#1309)
Also, reuse the c injections in glslpull/1312/head
parent
e72786df8e
commit
23091c9d29
@ -0,0 +1,2 @@
|
|||||||
|
((comment) @injection.content
|
||||||
|
(#set! injection.language "comment"))
|
@ -0,0 +1,4 @@
|
|||||||
|
((line_comment) @injection.content
|
||||||
|
(#set! injection.language "comment"))
|
||||||
|
((bracket_comment) @injection.content
|
||||||
|
(#set! injection.language "comment"))
|
@ -0,0 +1 @@
|
|||||||
|
; inherits: c
|
@ -0,0 +1,2 @@
|
|||||||
|
((comment) @injection.content
|
||||||
|
(#set! injection.language "comment"))
|
Loading…
Reference in New Issue