Constant tree_sitter_javascript::JSX_HIGHLIGHT_QUERY[][src]

pub const JSX_HIGHLIGHT_QUERY: &'static str = "(jsx_opening_element (identifier) @tag)\n(jsx_closing_element (identifier) @tag)\n(jsx_self_closing_element (identifier) @tag)\n(jsx_attribute (property_identifier) @attribute)\n";
Expand description

The syntax highlighting query for JSX.