aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/syntax_highlighting
Commit message (Expand)AuthorAgeFilesLines
...
* Highlight `true` and `false` as literalsMatthew Jasper2020-05-242-0/+3
* Color attribute functionsGeorge Fraser2020-05-191-1/+5
* Color `for` as a regular keyword when it's part of impl _ for _George Fraser2020-05-101-0/+10
* Color `in` as a control keywordGeorge Fraser2020-05-101-0/+4
* Highlight mutable statics as mutableMatthew Jasper2020-05-101-1/+6
* Introduce new semantic highlight token for format specifierLeander Tentrup2020-04-282-0/+3
* CleanupsAleksey Kladov2020-04-251-8/+5
* Convert tests to text-sizeAleksey Kladov2020-04-251-1/+1
* Convert code to text-sizeAleksey Kladov2020-04-251-5/+6
* Merge #3998 #4006bors[bot]2020-04-241-0/+70
|\
| * 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