mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
adds missing tree-sitter-comment injection for js/ts (#2763)
This commit is contained in:
parent
55f4f69515
commit
cad4e03a00
2 changed files with 15 additions and 2 deletions
5
runtime/queries/jsdoc/injections.scm
Normal file
5
runtime/queries/jsdoc/injections.scm
Normal file
|
@ -0,0 +1,5 @@
|
|||
; Parse general comment tags
|
||||
|
||||
((document) @injection.content
|
||||
(#set! injection.include-children)
|
||||
(#set! injection.language "comment"))
|
Loading…
Add table
Add a link
Reference in a new issue