aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/scopes.ts
Commit message (Expand)AuthorAgeFilesLines
* Switch impure functional style to pure imperativeAleksey Kladov2019-12-311-89/+61
* Reduce scopeAleksey Kladov2019-12-311-8/+10
* Use optional value shortcutAleksey Kladov2019-12-311-3/+3
* Remove trivial helpersAleksey Kladov2019-12-311-15/+3
* Fix https://github.com/rust-analyzer/rust-analyzer/pull/2061#discussion_r3487...Seivan Heidari2019-12-231-5/+5
* Readding jsonc parser because of https://github.com/rust-analyzer/rust-analyz...Seivan Heidari2019-11-181-2/+2
* Vscode wasn't running the linter automatically so ran `npm run fix` - wonder ...Seivan Heidari2019-11-091-24/+36
* * Adding scope mapping configuration manifest in `package.json`Seivan Heidari2019-11-041-32/+32
* Making loadColors more readable by monading all the things.Seivan Heidari2019-10-311-23/+16
* Adding better debugging for testing themes missing tags and which scopes didn...Seivan Heidari2019-10-311-40/+47
* Introducing a Scopes Mapper to map from RA scopes to TextMate scopes with fal...Seivan Heidari2019-10-271-9/+9
* Refactor how themes are found in packages without relying on parsing JSONC.Seivan Heidari2019-10-261-21/+17
* Making it clear we're using default settings.Seivan Heidari2019-10-241-11/+7
* Fixing linting issues, but also hides failures. Has to be a better approach t...Seivan Heidari2019-10-241-3/+3
* Only loading `tokenColorCustomizations` once.Seivan Heidari2019-10-241-4/+4
* Proof of concept theming and 'tokenColorCustomizations' support.Seivan Heidari2019-10-241-0/+142