Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
((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"))