mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
12 lines
217 B
Scheme
12 lines
217 B
Scheme
; inherits: c_sharp
|
|
|
|
([
|
|
(html_comment)
|
|
(razor_comment)
|
|
] @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
((element) @injection.content
|
|
(#set! injection.language "html")
|
|
(#set! injection.combined))
|