mirror of
https://github.com/atom/atom.git
synced 2026-02-04 19:54:59 -05:00
27 lines
372 B
Plaintext
27 lines
372 B
Plaintext
.syntax--md,
|
|
.syntax--gfm {
|
|
.syntax--link .syntax--entity {
|
|
color: @violet;
|
|
}
|
|
|
|
.syntax--list {
|
|
&.syntax--ordered {
|
|
color: @green;
|
|
}
|
|
&.syntax--unordered {
|
|
color: @yellow;
|
|
}
|
|
}
|
|
|
|
.syntax--raw {
|
|
font-style: italic;
|
|
}
|
|
|
|
&.syntax--support {
|
|
color:@syntax-comment-color;
|
|
&.syntax--quote {
|
|
color: @violet;
|
|
}
|
|
}
|
|
}
|