Merge branch 'master' of github.com:roodletoof/dotfiles

This commit is contained in:
2025-11-26 17:57:55 +01:00
@@ -6,6 +6,14 @@
(#set! injection.language "sql") (#set! injection.language "sql")
(#offset! @injection.content 0 1 0 0))) (#offset! @injection.content 0 1 0 0)))
(block_mapping_pair
key: (flow_node) @_run
(#any-of? @_run "script")
value: (block_node
(block_scalar) @injection.content
(#set! injection.language "bash")
(#offset! @injection.content 0 1 0 0)))
(block_mapping_pair (block_mapping_pair
key: (flow_node) @_run key: (flow_node) @_run
(#any-of? @_run "documentation") (#any-of? @_run "documentation")