Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce new semantic highlight token for format specifier | Leander Tentrup | 2020-04-28 | 1 | -0/+1 |
| | |||||
* | Add semantic tag for unresolved references | Aleksey Kladov | 2020-04-18 | 1 | -3/+3 |
| | | | | | | | | | | | This is a quick way to implement unresolved reference diagnostics. For example, adding to VS Code config "editor.tokenColorCustomizationsExperimental": { "unresolvedReference": "#FF0000" }, will highlight all unresolved refs in red. | ||||
* | Simplify HTML highlighter and add test case for highlight_injection logic | Leander Tentrup | 2020-04-06 | 1 | -5/+5 |
| | |||||
* | Correctly flag 'lifetime definitions as definitions | Aleksey Kladov | 2020-02-28 | 1 | -21/+20 |
| | |||||
* | Fix highlighting of const patterns | Aleksey Kladov | 2020-02-28 | 1 | -4/+11 |
| | |||||
* | Fix highlighting test | Aleksey Kladov | 2020-02-28 | 1 | -26/+28 |
| | |||||
* | Fix html tests | Aleksey Kladov | 2020-02-27 | 1 | -26/+26 |
| | |||||
* | Add module colors to css | Aleksey Kladov | 2020-02-16 | 1 | -0/+1 |
| | |||||
* | Implement Syntax Highlight inside Macro | Edwin Cheng | 2020-01-20 | 1 | -0/+10 |
| | |||||
* | Drop support for legacy colorization | Aleksey Kladov | 2019-12-31 | 1 | -3/+3 |
| | |||||
* | Fix highlighting for field init shorthand | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | Improve highlighting test | Aleksey Kladov | 2019-12-20 | 1 | -1/+3 |
| | |||||
* | Fix highlighting token names | Aleksey Kladov | 2019-12-17 | 1 | -1/+1 |
| | |||||
* | removed `type.alias` | Omer Ben-Amram | 2019-12-14 | 1 | -12/+14 |
| | |||||
* | Get the right analyzer for impls | Aleksey Kladov | 2019-12-07 | 1 | -0/+9 |
| | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+48 |