1
Files
flake-nixinator/config/neovim/store/nvim-treesitter/queries/udev/injections.scm

15 lines
285 B
Scheme

((comment) @injection.content
(#set! injection.language "comment"))
((match
key: "PROGRAM"
(value
(content) @injection.content))
(#set! injection.language "bash"))
((assignment
key: "RUN"
(value
(content) @injection.content))
(#set! injection.language "bash"))