tree-sitter-html/properties/highlights.css

27 lines
311 B
CSS

@import "./injections.css";
tag_name {
highlight: 'tag';
}
/* TODO - highlight as an error? */
erroneous_end_tag_name {
highlight: 'tag';
}
doctype {
highlight: 'constant';
}
attribute_name {
highlight: 'attribute';
}
attribute_value {
highlight: 'string';
}
comment {
highlight: 'comment';
}