Added aim robotics yaml injection
This commit is contained in:
9
nvim/dot-config/nvim/queries/yaml/injections.scm
Normal file
9
nvim/dot-config/nvim/queries/yaml/injections.scm
Normal file
@@ -0,0 +1,9 @@
|
||||
; extends
|
||||
; Dockerfile snippets for AIM pipeline
|
||||
(block_mapping_pair
|
||||
key: (flow_node) @_template
|
||||
(#eq? @_template "template")
|
||||
value: (block_node
|
||||
(block_scalar) @injection.content
|
||||
(#set! injection.language "dockerfile")
|
||||
(#offset! @injection.content 0 1 0 0)))
|
||||
Reference in New Issue
Block a user