We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7089742 + 0aa25fe commit 0c2b1ccCopy full SHA for 0c2b1cc
index.less
@@ -106,6 +106,7 @@ atom-text-editor, :host {
106
}
107
108
.constant.character,
109
+.constant.escape,
110
.constant.other {
111
color: #AE81FF;
112
@@ -114,6 +115,12 @@ atom-text-editor, :host {
114
115
color: #F92672;
116
117
118
+.keyword.operator.bracket,
119
+.keyword.operator.punctuation,
120
+ {
121
+ color: #FFFFFF;
122
+}
123
+
124
.storage {
125
126
@@ -165,6 +172,10 @@ atom-text-editor, :host {
165
172
color: #66D9EF;
166
173
167
174
175
+.support.function.decl {
176
+ color: #A6E22E;
177
178
168
179
.support.constant {
169
180
170
181
0 commit comments