mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
11 lines
409 B
Scheme
11 lines
409 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
; https://cylc.github.io/cylc-doc/latest/html/user-guide/task-implementation/job-scripts.html#jobscripts
|
|
((setting
|
|
key: (key) @_key
|
|
(#any-of? @_key
|
|
"script" "init-script" "env-script" "pre-script" "post-script" "err-script" "exit-script")
|
|
value: (_
|
|
(string_content) @injection.content))
|
|
(#set! injection.language "bash"))
|