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

10 lines
285 B
Scheme
Raw Normal View History

2025-11-06 19:38:08 +03:00
((html_text) @injection.content
(#set! injection.language "html")
(#set! injection.include-children)
(#set! injection.combined))
((rust_text) @injection.content
(#set! injection.language "rust")
(#set! injection.include-children)
(#not-match? @injection.content "^else"))