aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/syntax_highlighting.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge #4664bors[bot]2020-05-311-77/+84
|\
| * Move the rest of the features to generated docsAleksey Kladov2020-05-311-77/+84
* | Add semantic highlight to QUESTION tokenRoland Ruckerbauer2020-05-291-0/+1
|/
* Add self keyword semantic token typeLaurențiu Nicola2020-05-251-0/+1
* Handle more cases in `highlight_name_by_syntax`Matthew Jasper2020-05-241-11/+19
* Highlight `true` and `false` as literalsMatthew Jasper2020-05-241-0/+1
* Color attribute functionsGeorge Fraser2020-05-191-1/+3
* Color `for` as a regular keyword when it's part of impl _ for _George Fraser2020-05-101-1/+8
* Color `in` as a control keywordGeorge Fraser2020-05-101-1/+2
* Highlight the name in macro declarationsMatthew Jasper2020-05-101-0/+13
* Highlight mutable statics as mutableMatthew Jasper2020-05-101-1/+7
* Introduce new semantic highlight token for format specifierLeander Tentrup2020-04-281-1/+1
* Rename StructField -> FieldAleksey Kladov2020-04-251-1/+1
* Convert code to text-sizeAleksey Kladov2020-04-251-6/+6
*-. Merge #3998 #4006bors[bot]2020-04-241-56/+168
|\ \
| | * Adapt format specifier highlighting to support escaped squences and unicode i...Leander Tentrup2020-04-221-22/+41
| | * Apply suggestions from code reviewLeander Tentrup2020-04-221-4/+3
| | * Implement syntax highlighting for format stringsLeander Tentrup2020-04-201-3/+66
| | * Refactor flattening logic for highlighted syntax rangesLeander Tentrup2020-04-181-54/+85
* | | Introduce ActiveParameterAleksey Kladov2020-04-241-5/+3
|/ /
* / Add semantic tag for unresolved referencesAleksey Kladov2020-04-181-14/+15
|/
* Fix incorrect order of syntax highlight rangesLeander Tentrup2020-04-171-1/+2
* Merge #3826bors[bot]2020-04-081-5/+54
|\
| * Simplify HTML highlighter and add test case for highlight_injection logicLeander Tentrup2020-04-061-1/+7
| * Flatten nested highlight ranges during DFS traversalLeander Tentrup2020-04-031-6/+49
* | Make control token modifier less ambiguousAleksey Kladov2020-04-061-1/+1
|/
* Fix importsAleksey Kladov2020-03-031-6/+2
* Rename NameDefinition -> DefinitionAleksey Kladov2020-03-031-12/+12
* Highlight assist testsAleksey Kladov2020-03-031-1/+1
* Remove stray dbgAleksey Kladov2020-03-031-2/+2
* More principled approach for gotodef for field shorhandAleksey Kladov2020-03-021-13/+17
* Remove debug printAleksey Kladov2020-02-291-1/+0
* Correctly flag 'lifetime definitions as definitionsAleksey Kladov2020-02-281-2/+7
* Classify name takes const patterns into accountAleksey Kladov2020-02-281-7/+9
* Fix union classificationAleksey Kladov2020-02-281-1/+1
* Cleanup highlighting tagsAleksey Kladov2020-02-281-13/+17
* add more tagsAleksey Kladov2020-02-281-7/+10
* Refactor string literalsAleksey Kladov2020-02-271-2/+4
* Basic injectionsAleksey Kladov2020-02-271-4/+55
* Move tests to a new fileAleksey Kladov2020-02-271-134/+2
* More cleanupAleksey Kladov2020-02-271-114/+108
* Split loop into orthogonal phasesAleksey Kladov2020-02-271-44/+43
* CleanupAleksey Kladov2020-02-271-37/+34
* Minor cleanupAleksey Kladov2020-02-271-15/+18
* Renam moduleAleksey Kladov2020-02-271-2/+2
* Move html highlightig to a separate moduleAleksey Kladov2020-02-271-97/+3
* Fix html testsAleksey Kladov2020-02-271-6/+6
* Better highlightign APIAleksey Kladov2020-02-271-47/+60
* More type safety for highlightingAleksey Kladov2020-02-261-66/+41
* Refactor primary IDE APIAleksey Kladov2020-02-261-48/+39