pulsar/packages/atom-light-syntax/index.less
Andrew Dupont 4c0e7dda9f Highlight JSON keys in the other six builtin syntax themes…
…always using the color that was already used to highlight YAML keys.
2024-01-21 13:07:16 -08:00

12 lines
248 B
Plaintext

// Atom Light Syntax theme
@import "styles/syntax-variables.less";
@import 'styles/editor.less';
@import 'styles/syntax-legacy/_base.less';
@import "styles/syntax/base.less";
@import "styles/syntax/css.less";
@import "styles/syntax/json.less";