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. | ||||
* | 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 |
| | |||||
* | Highlight `true` and `false` as literals | Matthew Jasper | 2020-05-24 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | Correctly flag 'lifetime definitions as definitions | Aleksey Kladov | 2020-02-28 | 1 | -9/+9 |
| | |||||
* | Fix highlighting test | Aleksey Kladov | 2020-02-28 | 1 | -12/+14 |
| | |||||
* | Fix html tests | Aleksey Kladov | 2020-02-27 | 1 | -7/+7 |
| | |||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -6/+6 |
| | | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax. | ||||
* | Add module colors to css | Aleksey Kladov | 2020-02-16 | 1 | -0/+1 |
| | |||||
* | Implement Syntax Highlight inside Macro | Edwin Cheng | 2020-01-20 | 1 | -6/+6 |
| | |||||
* | Drop support for legacy colorization | Aleksey Kladov | 2019-12-31 | 1 | -3/+3 |
| | |||||
* | Improve highlighting test | Aleksey Kladov | 2019-12-20 | 1 | -0/+1 |
| | |||||
* | Fix highlighting token names | Aleksey Kladov | 2019-12-17 | 1 | -1/+1 |
| | |||||
* | fixed rainbow-highlighting test | Omer Ben-Amram | 2019-12-15 | 1 | -0/+2 |
| | |||||
* | Rename GenericParam -> TypeParam | Aleksey Kladov | 2019-12-07 | 1 | -0/+1 |
| | | | | We don't have LifetimeParam yet, but they are planned! | ||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+33 |