Last active
March 30, 2019 15:28
-
-
Save deploytoprod/97b4c0f6de6d2fc2608846f1421df85e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"editor.tokenColorCustomizations": { | |
"textMateRules": [ | |
{ | |
"name": "JSON Key - Level 0", | |
"scope": [ | |
"source.json meta.structure.dictionary.json support.type.property-name.json" | |
], | |
"settings": { | |
"foreground": "#FF0000" | |
} | |
}, | |
{ | |
"name": "JSON Key - Level 1", | |
"scope": [ | |
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" | |
], | |
"settings": { | |
"foreground": "#FF7F00" | |
} | |
}, | |
{ | |
"name": "JSON Key - Level 2", | |
"scope": [ | |
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" | |
], | |
"settings": { | |
"foreground": "#FFFF00" | |
} | |
}, | |
{ | |
"name": "JSON Key - Level 2", | |
"scope": [ | |
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" | |
], | |
"settings": { | |
"foreground": "#00FF00" | |
} | |
}, | |
{ | |
"name": "JSON Key - Level 3", | |
"scope": [ | |
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" | |
], | |
"settings": { | |
"foreground": "#00ffea" | |
} | |
}, | |
{ | |
"name": "JSON Key - Level 4", | |
"scope": [ | |
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json" | |
], | |
"settings": { | |
"foreground": "#e73fec" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment