nvim-treesitter/queries/dockerfile/injections.scm

7 lines
181 B
Scheme
Raw Normal View History

2024-01-06 15:05:50 +09:00
((comment) @injection.content
(#set! injection.language "comment"))
2024-01-06 15:05:50 +09:00
((shell_command) @injection.content
(#set! injection.language "bash")
(#set! injection.include-children))