├── CONTRIBUTING.md ├── ISSUE_TEMPLATE.md ├── LICENSE.md ├── PULL_REQUEST_TEMPLATE.md ├── README.md ├── index.less ├── package.json └── styles ├── editor.less ├── syntax-variables.less └── syntax.less /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atom/atom-light-syntax/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atom/atom-light-syntax/HEAD/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atom/atom-light-syntax/HEAD/LICENSE.md -------------------------------------------------------------------------------- /PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atom/atom-light-syntax/HEAD/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atom/atom-light-syntax/HEAD/README.md -------------------------------------------------------------------------------- /index.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atom/atom-light-syntax/HEAD/index.less -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atom/atom-light-syntax/HEAD/package.json -------------------------------------------------------------------------------- /styles/editor.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atom/atom-light-syntax/HEAD/styles/editor.less -------------------------------------------------------------------------------- /styles/syntax-variables.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atom/atom-light-syntax/HEAD/styles/syntax-variables.less -------------------------------------------------------------------------------- /styles/syntax.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atom/atom-light-syntax/HEAD/styles/syntax.less --------------------------------------------------------------------------------