fixing the json highlighting

This commit is contained in:
Jon Rohan
2013-01-31 21:09:19 -05:00
parent 7f811fe19f
commit d83ef8db17

View File

@@ -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 {