mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
4cdba7cccd
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
17 lines
411 B
Scheme
17 lines
411 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
(shebang_recipe
|
|
(shebang
|
|
interpreter:(TEXT) @injection.language)
|
|
(shebang_body) @injection.content
|
|
)
|
|
|
|
(source_file
|
|
(item (setting lang:(NAME) @injection.language))
|
|
(item (recipe (body (recipe_body) @injection.content)))
|
|
)
|
|
|
|
; ((interpolation (expression) @injection.content)
|
|
; (#set! injection.language "just"))
|