adds missing tree-sitter-comment injection for js/ts (#2763)

This commit is contained in:
farwyler 2022-06-20 17:55:51 +02:00 committed by GitHub
parent 55f4f69515
commit cad4e03a00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,5 @@
; Parse general comment tags
((document) @injection.content
(#set! injection.include-children)
(#set! injection.language "comment"))