rust: inject html to html! macro

This commit is contained in:
tami5 2021-06-20 21:20:50 +03:00 committed by Thomas Vigouroux
parent d1f6a2a3d8
commit 89b1254cde

View file

@ -10,3 +10,12 @@
(line_comment)
(block_comment)
] @comment
(
(macro_invocation
macro: ((identifier) @_html_def)
(token_tree) @html)
(#eq? @_html_def "html")
)