|
4 | 4 | // for a full listing of what's available.
|
5 | 5 | @import "ui-variables";
|
6 | 6 |
|
7 | | -atom-text-editor, |
8 | | -atom-text-editor::shadow { |
9 | | - .entity.name.tag.block.any.html.angular, |
10 | | - .entity.other.attribute-name.html.angular { |
| 7 | +atom-text-editor.editor { |
| 8 | + .syntax--entity.syntax--name.syntax--tag.syntax--block.syntax--any.syntax--html.syntax--angular, |
| 9 | + .syntax--entity.syntax--other.syntax--attribute-name.syntax--html.syntax--angular { |
11 | 10 | color: @text-color-warning;
|
12 | 11 | }
|
13 | 12 |
|
14 | | - .punctuation.definition.block.begin.angular, |
15 | | - .punctuation.definition.block.end.angular { |
| 13 | + .syntax--punctuation.syntax--definition.syntax--block.syntax--begin.syntax--angular, |
| 14 | + .syntax--punctuation.syntax--definition.syntax--block.syntax--end.syntax--angular { |
16 | 15 | color: @text-color-success;
|
17 | 16 | }
|
18 | 17 | }
|
0 commit comments