mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
injections(yaml): injection on Gitlab's before_script/after_script
This commit is contained in:
parent
8e780a4c9d
commit
71cfcff510
1 changed files with 3 additions and 3 deletions
|
|
@ -2,17 +2,17 @@
|
|||
|
||||
;; Github actions ("run") / Gitlab CI ("scripts")
|
||||
(block_mapping_pair
|
||||
key: (flow_node) @_run (#any-of? @_run "run" "script")
|
||||
key: (flow_node) @_run (#any-of? @_run "run" "script" "before_script" "after_script")
|
||||
value: (flow_node
|
||||
(plain_scalar) @bash))
|
||||
|
||||
(block_mapping_pair
|
||||
key: (flow_node) @_run (#any-of? @_run "run" "script")
|
||||
key: (flow_node) @_run (#any-of? @_run "run" "script" "before_script" "after_script")
|
||||
value: (block_node
|
||||
(block_scalar) @bash (#offset! @bash 0 0 0 0)))
|
||||
|
||||
(block_mapping_pair
|
||||
key: (flow_node) @_run (#any-of? @_run "run" "script")
|
||||
key: (flow_node) @_run (#any-of? @_run "run" "script" "before_script" "after_script")
|
||||
value: (block_node
|
||||
(block_sequence
|
||||
(block_sequence_item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue