aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/syntax_highlighting/html.rs
Commit message (Expand)AuthorAgeFilesLines
* Highlight `true` and `false` as literalsMatthew Jasper2020-05-241-0/+1
* Introduce new semantic highlight token for format specifierLeander Tentrup2020-04-281-0/+1
* CleanupsAleksey Kladov2020-04-251-8/+5
* Convert code to text-sizeAleksey Kladov2020-04-251-5/+6
* Simplify HTML highlighter and add test case for highlight_injection logicLeander Tentrup2020-04-061-41/+25
* Correctly flag 'lifetime definitions as definitionsAleksey Kladov2020-02-281-1/+1
* Fix highlighting testAleksey Kladov2020-02-281-9/+11
* Move html highlightig to a separate moduleAleksey Kladov2020-02-271-0/+104