mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 20:46:21 +01:00
10 lines
265 B
Scheme
10 lines
265 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
; https://github.com/cross-rs/cross/blob/main/docs/config_file.md
|
|
(pair
|
|
(bare_key) @_key (#eq? @_key "pre-build")
|
|
(array
|
|
(string) @injection.content)
|
|
(#set! injection.language "bash"))
|