aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/syntax_highlighting
Commit message (Expand)AuthorAgeFilesLines
...
| * Adapt format specifier highlighting to support escaped squences and unicode i...Leander Tentrup2020-04-221-0/+5
| * Implement syntax highlighting for format stringsLeander Tentrup2020-04-201-0/+65
* | Add semantic tag for unresolved referencesAleksey Kladov2020-04-181-0/+2
|/
* Fix incorrect order of syntax highlight rangesLeander Tentrup2020-04-171-0/+12
* Merge #3826bors[bot]2020-04-082-41/+50
|\
| * Simplify HTML highlighter and add test case for highlight_injection logicLeander Tentrup2020-04-062-53/+46
| * Flatten nested highlight ranges during DFS traversalLeander Tentrup2020-04-031-0/+16
* | Make control token modifier less ambiguousAleksey Kladov2020-04-061-3/+3
|/
* Correctly flag 'lifetime definitions as definitionsAleksey Kladov2020-02-283-8/+11
* Fix highlighting of const patternsAleksey Kladov2020-02-281-5/+12
* Fix highlighting testAleksey Kladov2020-02-283-11/+13
* Cleanup highlighting tagsAleksey Kladov2020-02-281-45/+47
* add more tagsAleksey Kladov2020-02-281-10/+16
* Move tests to a new fileAleksey Kladov2020-02-271-0/+127
* Renam moduleAleksey Kladov2020-02-271-0/+0
* Move html highlightig to a separate moduleAleksey Kladov2020-02-271-0/+104
* Better highlightign APIAleksey Kladov2020-02-272-43/+163
* More type safety for highlightingAleksey Kladov2020-02-261-0/+43