nvim-treesitter/runtime/queries/vento/injections.scm
2025-05-12 18:43:40 +02:00

9 lines
238 B
Scheme

((comment) @injection.content
(#set! injection.language "comment"))
((content) @injection.content
(#set! injection.language "html")
(#set! injection.combined))
((code) @injection.content
(#set! injection.language "javascript"))