2018-12-14 17:43:41 -08:00
|
|
|
@import "./injections.css";
|
|
|
|
|
2018-12-13 17:23:56 -08:00
|
|
|
tag_name {
|
2019-05-10 09:16:19 -07:00
|
|
|
highlight: 'tag';
|
2018-12-13 17:23:56 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* TODO - highlight as an error? */
|
|
|
|
erroneous_end_tag_name {
|
2019-05-10 09:16:19 -07:00
|
|
|
highlight: 'tag';
|
2018-12-13 17:23:56 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
doctype {
|
2019-05-10 09:16:19 -07:00
|
|
|
highlight: 'constant';
|
2018-12-13 17:23:56 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
attribute_name {
|
2019-05-10 09:16:19 -07:00
|
|
|
highlight: 'attribute';
|
2018-12-13 17:23:56 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
attribute_value {
|
2019-05-10 09:16:19 -07:00
|
|
|
highlight: 'string';
|
2018-12-13 17:23:56 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
comment {
|
2019-05-10 09:16:19 -07:00
|
|
|
highlight: 'comment';
|
2018-12-13 17:23:56 -08:00
|
|
|
}
|