forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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"))
|