Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Syntax highlighting for escape sequences in strings | Leander Tentrup | 2020-06-17 | 1 | -0/+1 |
| | |||||
* | Syntactic highlighting of NAME_REF for injections | Leander Tentrup | 2020-06-15 | 1 | -0/+1 |
| | | | | | | This commit adds a function that tries to determine the syntax highlighting class of NAME_REFs based on the usage. It is used for highlighting injections (such as highlighting of doctests) as the semantic logic will most of the time result in unresolved references. It also adds a color to unresolved references in HTML encoding. | ||||
* | Fix syntax highlighting of recursive macros | Leander Tentrup | 2020-06-15 | 1 | -0/+8 |
| | | | | Add syntax highlighting for the BANG (`!`) token if the parent is `MACRO_CALL`. | ||||
* | In field patterns, don't highlight local binding as a field | Aleksey Kladov | 2020-06-10 | 1 | -1/+3 |
| | |||||
* | Better unsafe highlihgting tests | Aleksey Kladov | 2020-06-08 | 1 | -1/+2 |
| | |||||
* | Add highlight support for unsafe fn calls and raw ptr deref | Paul Daniel Faria | 2020-06-02 | 1 | -0/+1 |
| | |||||
* | Add self keyword semantic token type | Laurențiu Nicola | 2020-05-25 | 1 | -4/+4 |
| | |||||
* | Highlight `true` and `false` as literals | Matthew Jasper | 2020-05-24 | 1 | -1/+2 |
| | |||||
* | Color attribute functions | George Fraser | 2020-05-19 | 1 | -1/+1 |
| | |||||
* | Color `for` as a regular keyword when it's part of impl _ for _ | George Fraser | 2020-05-10 | 1 | -0/+10 |
| | |||||
* | Color `in` as a control keyword | George Fraser | 2020-05-10 | 1 | -0/+4 |
| | |||||
* | Highlight the name in macro declarations | Matthew Jasper | 2020-05-10 | 1 | -1/+3 |
| | |||||
* | Highlight mutable statics as mutable | Matthew Jasper | 2020-05-10 | 1 | -1/+4 |
| | |||||
* | 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 |