aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/syntax_highlighting.rs
Commit message (Expand)AuthorAgeFilesLines
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-342/+0
* Introduce hir::TypeAleksey Kladov2019-11-261-5/+4
* Use Source<&ast::Name> in classify_namekjeremy2019-11-181-1/+2
* Sourcify classify_name_refAleksey Kladov2019-11-161-2/+3
* Add hir::LocalAleksey Kladov2019-11-111-57/+22
* Refactor highlighting to use classify_nameAleksey Kladov2019-11-111-72/+73
* use Lazy, some fixesEkaterina Babshukova2019-10-221-1/+1
* remove `unreachable!()`Ekaterina Babshukova2019-10-221-2/+1
* replace trait by a bunch of functionsEkaterina Babshukova2019-10-221-1/+1
* restructure a bitEkaterina Babshukova2019-10-221-5/+5
* return Declaration from classify_name_refEkaterina Babshukova2019-10-221-2/+4
* refactor name_ref_kind.rsEkaterina Babshukova2019-10-221-2/+1
* initial classify_nameEkaterina Babshukova2019-10-221-1/+1
* restore coloring of attributesAleksey Kladov2019-10-081-0/+3
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* Refactor a bit to prepare for resolving trait assoc itemsFlorian Diebold2019-09-171-3/+3
* rename AdtDef -> AdtAleksey Kladov2019-09-121-1/+1
* make various enums "inherit" from AdtDefAleksey Kladov2019-09-121-3/+1
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-1/+1
* Fix syntax-highlighting for fields (`NAMED_FIELD_DEF`)cynecx2019-08-211-14/+10
* rename range -> text_rangeAleksey Kladov2019-07-201-7/+7
* convenience apiAleksey Kladov2019-07-191-2/+1
* several highlighting cleanupsAleksey Kladov2019-07-191-49/+60
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-12/+13
* Merge #1547bors[bot]2019-07-181-5/+4
|\
| * cleanup importsAleksey Kladov2019-07-181-5/+4
* | prettier colorsAleksey Kladov2019-07-181-6/+7
|/
* highlight mutable variables differentlyEkaterina Babshukova2019-07-181-21/+61
* make Parse fields privateAleksey Kladov2019-07-121-9/+7
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-7/+7
* update ra_ide_api to use builtinsAleksey Kladov2019-05-301-50/+38
* Highlight primitive typesLaurențiu Nicola2019-05-291-38/+51
* Merge #1337bors[bot]2019-05-291-2/+2
|\
| * fix typos in mbe testsAleksey Kladov2019-05-281-2/+2
* | Highlight type names correctlyLaurențiu Nicola2019-05-291-1/+17
|/
* make it build againPascal Hertleif2019-05-271-12/+26
* Disable broken struct field rainbowingPascal Hertleif2019-05-271-17/+1
* More clever highlighting, incl draft for structsPascal Hertleif2019-05-271-71/+114
* Hash based on binding name and shadow counterPascal Hertleif2019-05-271-6/+20
* Semantic highlighting spikePascal Hertleif2019-05-271-35/+66
* Colorize Rust code as HTMLAleksey Kladov2019-05-251-6/+81
* profile highlightingAleksey Kladov2019-05-231-0/+3
* add union to code_modelAleksey Kladov2019-05-231-0/+1
* Improve highlighting of name refsLaurențiu Nicola2019-05-231-1/+48
* Address feedbackLaurențiu Nicola2019-05-211-4/+11
* Use ThemeColor and add support for light themesLaurențiu Nicola2019-05-211-1/+11
* apply T! macro where it is possibleSergey Parilin2019-05-151-2/+2
* switch to new rowanAleksey Kladov2019-04-011-6/+6
* Move highlighting and matching_braceWilco Kusee2019-03-231-6/+75
* remove old macro supportAleksey Kladov2019-03-171-34/+2