mirror of https://github.com/helix-editor/helix
adds missing tree-sitter-comment injection for js/ts (#2763)
parent
55f4f69515
commit
cad4e03a00
@ -0,0 +1,5 @@
|
|||||||
|
; Parse general comment tags
|
||||||
|
|
||||||
|
((document) @injection.content
|
||||||
|
(#set! injection.include-children)
|
||||||
|
(#set! injection.language "comment"))
|
Loading…
Reference in New Issue