mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
fb56a4bb75
- Update hightlight - add indents - add textobject - add injections
7 lines
143 B
Scheme
7 lines
143 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((sql_expression) @injection.content
|
|
(#set! injection.language "sql"))
|
|
|