mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 04:17:43 +03:00
Add Scheme support
Skipped scm for now :/ it overlaps with tree-sitter-tsq
This commit is contained in:
parent
6bd8924436
commit
d25bae844c
3 changed files with 118 additions and 0 deletions
5
runtime/queries/scheme/injections.scm
Normal file
5
runtime/queries/scheme/injections.scm
Normal file
|
@ -0,0 +1,5 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
((block_comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
Loading…
Add table
Add a link
Reference in a new issue