aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/syntax_highlighting/tags.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add highlight support for unsafe fn calls and raw ptr derefPaul Daniel Faria2020-06-021-4/+4
|
* Add semantic highlight to QUESTION tokenRoland Ruckerbauer2020-05-291-0/+2
| | | | Made it an operator with controlFlow modifier.
* Add self keyword semantic token typeLaurențiu Nicola2020-05-251-0/+2
|
* Highlight `true` and `false` as literalsMatthew Jasper2020-05-241-0/+2
|
* Color attribute functionsGeorge Fraser2020-05-191-1/+5
|
* Introduce new semantic highlight token for format specifierLeander Tentrup2020-04-281-0/+2
|
* Add semantic tag for unresolved referencesAleksey Kladov2020-04-181-0/+2
| | | | | | | | | | | This is a quick way to implement unresolved reference diagnostics. For example, adding to VS Code config "editor.tokenColorCustomizationsExperimental": { "unresolvedReference": "#FF0000" }, will highlight all unresolved refs in red.
* Make control token modifier less ambiguousAleksey Kladov2020-04-061-3/+3
| | | | | | | | | In textmate, keyword.control is used for all kinds of things; in fact, the default scope mapping for keyword is keyword.control! So let's add a less ambiguous controlFlow modifier See Microsoft/vscode#94367
* Correctly flag 'lifetime definitions as definitionsAleksey Kladov2020-02-281-2/+6
|
* Fix highlighting testAleksey Kladov2020-02-281-1/+1
|
* Cleanup highlighting tagsAleksey Kladov2020-02-281-45/+47
|
* add more tagsAleksey Kladov2020-02-281-10/+16
|
* Renam moduleAleksey Kladov2020-02-271-0/+163