nvim-treesitter/queries/vento/injections.scm
2024-03-18 10:00:22 +01: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"))