mirror of
https://github.com/atom/atom.git
synced 2026-02-07 13:14:55 -05:00
11 lines
144 B
Plaintext
11 lines
144 B
Plaintext
.syntax--source.syntax--go {
|
|
|
|
.syntax--operator {
|
|
color: @syntax-text-color;
|
|
&.syntax--assignment {
|
|
color: @green;
|
|
}
|
|
}
|
|
|
|
}
|