aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/highlighting.ts
Commit message (Expand)AuthorAgeFilesLines
* Merge #3024bors[bot]2020-02-051-0/+2
|\
| * vscode: eliminate floating promises and insane amount of resource handle leaksVeetaha2020-02-051-0/+2
* | vscode: yet another refactor commitVeetaha2020-02-041-4/+4
|/
* Use simple prng instead of a dependencyAleksey Kladov2020-02-031-3/+22
* vscode extension cleanup: migrate to prefer-const tslint ruleVeetaha2020-02-021-3/+3
* Fix seedrandom in packaged extensionbjorn32020-02-011-2/+1
* Add semicolonsAleksey Kladov2019-12-311-6/+6
* Refactor server lifecycleAleksey Kladov2019-12-311-25/+31
* Refactor status activationAleksey Kladov2019-12-311-22/+20
* Drop support for legacy colorizationAleksey Kladov2019-12-311-65/+41
* Rename fileAleksey Kladov2019-12-311-1/+1
* Switch impure functional style to pure imperativeAleksey Kladov2019-12-311-3/+5
* Rearrange codeAleksey Kladov2019-12-311-106/+105
* Use Ctx in highlighterAleksey Kladov2019-12-301-5/+10
* Reformat with tsfmtAleksey Kladov2019-12-301-26/+26
* Privatize highlightingAleksey Kladov2019-12-301-2/+38
* Thoughtlessly copy-paste a fix to a problem I don't understandAleksey Kladov2019-12-301-1/+2
* Add config to CtxAleksey Kladov2019-12-301-1/+1
* Encapsulate highlighting activationAleksey Kladov2019-12-301-1/+21
* Fix https://github.com/rust-analyzer/rust-analyzer/pull/2061#discussion_r3487...Seivan Heidari2019-12-231-2/+2
* Merge branch 'master' into feature/themesSeivan Heidari2019-12-231-12/+18
|\
| * Fix highlighting token namesAleksey Kladov2019-12-171-4/+4
| * removed `type.alias`Omer Ben-Amram2019-12-141-0/+1
| * added decorationsOmer Ben-Amram2019-12-141-0/+6
| * Code: enable prettier trailing commasLaurențiu Nicola2019-12-091-8/+8
| * Code: bump depsLaurențiu Nicola2019-12-081-3/+4
* | Probably a better approach to check for values before assigning lest we repla...Seivan Heidari2019-11-101-3/+27
* | Vscode wasn't running the linter automatically so ran `npm run fix` - wonder ...Seivan Heidari2019-11-091-52/+29
* | See if this satisfies the CI.Seivan Heidari2019-11-051-5/+5
* | Fix typo.Seivan Heidari2019-11-041-1/+1
* | Logging fallback tag in case scopes are missing.Seivan Heidari2019-11-041-3/+5
* | * Adding scope mapping configuration manifest in `package.json`Seivan Heidari2019-11-041-16/+16
* | Adding better debugging for testing themes missing tags and which scopes didn...Seivan Heidari2019-10-311-1/+4
* | Adding debugging to figure out missing scopes from theme.Seivan Heidari2019-10-271-5/+4
* | Introducing a Scopes Mapper to map from RA scopes to TextMate scopes with fal...Seivan Heidari2019-10-271-4/+7
* | Proof of concept theming and 'tokenColorCustomizations' support.Seivan Heidari2019-10-241-25/+69
|/
* underline mutable bindingsAleksey Kladov2019-07-191-27/+34
* highlight mutable variables differentlyEkaterina Babshukova2019-07-181-0/+1
* Make rainbows optionalPascal Hertleif2019-05-271-5/+6
* Semantic highlighting spikePascal Hertleif2019-05-271-3/+42
* Improve highlighting of name refsLaurențiu Nicola2019-05-231-1/+6
* Address feedbackLaurențiu Nicola2019-05-211-3/+2
* Use ThemeColor and add support for light themesLaurențiu Nicola2019-05-211-13/+22
* highlight macro identsAleksey Kladov2018-12-281-1/+2
* Remove error publishing through publishDecorationsAdolfo Ochagavía2018-10-101-7/+0
* Run prettier on all filesDaniel McNab2018-10-081-17/+28
* Fix remaining tslint suggestionsAdolfo Ochagavía2018-10-081-31/+35
* Apply tslint suggestions, round oneAdolfo Ochagavía2018-10-071-33/+33
* Refactor vscode extensionAdolfo Ochagavía2018-10-071-0/+78