mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
fixing the json highlighting
This commit is contained in:
@@ -122,8 +122,13 @@
|
||||
background-color: #8FBE00;
|
||||
}
|
||||
|
||||
.meta.structure.dictionary.json .string.quoted.double.json {
|
||||
color: #CFCFC2;
|
||||
.meta.structure.dictionary.json > .string.quoted.double.json,
|
||||
.meta.structure.dictionary.json > .string.quoted.double.json .punctuation.string {
|
||||
color: #000080;
|
||||
}
|
||||
|
||||
.meta.structure.dictionary.value.json > .string.quoted.double.json {
|
||||
color: #d14;
|
||||
}
|
||||
|
||||
.meta.diff, .meta.diff.header {
|
||||
|
||||
Reference in New Issue
Block a user