bc81e771 ^
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
atom-text-editor.editor { .syntax--source.syntax--subx { .syntax--function.syntax--subx { color: orange; } .syntax--global.syntax--subx { color: red; } .syntax--test.syntax--subx { color: #88ff88; } .syntax--label.syntax--subx { color: #448844; } } }