Constant tree_sitter_embedded_template::HIGHLIGHTS_QUERY

source ·
pub const HIGHLIGHTS_QUERY: &str = "(comment_directive) @comment\n\n[\n  \"<%#\"\n  \"<%\"\n  \"<%=\"\n  \"<%_\"\n  \"<%-\"\n  \"%>\"\n  \"-%>\"\n  \"_%>\"\n] @keyword\n";
Expand description

The syntax highlighting query for this grammar.