blob: 59a3ad61177b2c5a58f0766ec36bb8125a255ee0 [file] [log] [blame]
{
// Some comment
"tokenColors": [
{
"scope": "a",
"settings": {
"foreground": "#ff0000"
}
},
{
"scope": "c",
"settings": {
"foreground": "#bcd"
}
}
]
}