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. | ||||
* | 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 |