mirror of
https://github.com/atom/atom.git
synced 2026-02-03 11:14:59 -05:00
48 lines
682 B
Plaintext
48 lines
682 B
Plaintext
.syntax--ng {
|
|
&.syntax--interpolation {
|
|
color: @hue-5;
|
|
|
|
&.syntax--begin, &.syntax--end {
|
|
color: @hue-2;
|
|
}
|
|
|
|
.syntax--function {
|
|
color: @hue-5;
|
|
|
|
&.syntax--begin, &.syntax--end {
|
|
color: @hue-2;
|
|
}
|
|
}
|
|
|
|
.syntax--bool {
|
|
color: @hue-6;
|
|
}
|
|
|
|
.syntax--bracket {
|
|
color: @mono-1;
|
|
}
|
|
}
|
|
|
|
&.syntax--pipe, &.syntax--operator {
|
|
color: @mono-1;
|
|
}
|
|
|
|
&.syntax--tag {
|
|
color: @hue-1;
|
|
}
|
|
|
|
&.syntax--attribute-with-value {
|
|
.syntax--attribute-name {
|
|
color: @hue-6-2;
|
|
}
|
|
|
|
.syntax--string {
|
|
color: @hue-3;
|
|
|
|
&.syntax--begin, &.syntax--end {
|
|
color: @mono-1;
|
|
}
|
|
}
|
|
}
|
|
}
|