Add Scheme support

Skipped scm for now :/ it overlaps with tree-sitter-tsq
This commit is contained in:
Blaž Hrastnik 2022-05-22 00:00:05 +09:00
parent 6bd8924436
commit d25bae844c
No known key found for this signature in database
GPG key ID: 1238B9C4AD889640
3 changed files with 118 additions and 0 deletions

View file

@ -0,0 +1,5 @@
((comment) @injection.content
(#set! injection.language "comment"))
((block_comment) @injection.content
(#set! injection.language "comment"))