2018-12-15 01:43:41 +00:00
|
|
|
@import "./injections.css";
|
|
|
|
|
2018-12-14 01:23:56 +00:00
|
|
|
tag_name {
|
|
|
|
scope: 'tag';
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TODO - highlight as an error? */
|
|
|
|
erroneous_end_tag_name {
|
|
|
|
scope: 'tag';
|
|
|
|
}
|
|
|
|
|
|
|
|
doctype {
|
|
|
|
scope: 'constant';
|
|
|
|
}
|
|
|
|
|
|
|
|
attribute_name {
|
|
|
|
scope: 'attribute';
|
|
|
|
}
|
|
|
|
|
|
|
|
attribute_value {
|
|
|
|
scope: 'string';
|
|
|
|
}
|
|
|
|
|
|
|
|
comment {
|
|
|
|
scope: 'comment';
|
|
|
|
}
|