nvim-treesitter/runtime/queries/vento/injections.scm

10 lines
238 B
Scheme
Raw Permalink Normal View History

2024-03-18 05:00:22 -04:00
((comment) @injection.content
(#set! injection.language "comment"))
((content) @injection.content
(#set! injection.language "html")
(#set! injection.combined))
((code) @injection.content
(#set! injection.language "javascript"))