aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/cylc/injections.scm
blob: 41becd6991c2ee087bdac66628e05ccc80a6df07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
((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"))