1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-07 20:46:21 +01:00
helix/runtime/queries/cross-config/injections.scm
2025-08-19 18:19:44 -04:00

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"))