aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/test_data/highlighting.html
Commit message (Collapse)AuthorAgeFilesLines
* Rename ra_ide -> ideAleksey Kladov2020-08-131-131/+0
|
* Mark static mutable names as unsafePaul Daniel Faria2020-08-071-2/+2
|
* When resolving a rename, fallback to the name higher in the use tree if the ↵Paul Daniel Faria2020-08-041-1/+1
| | | | path segment is `self`
* Add test showing unresolved module renamePaul Daniel Faria2020-08-041-1/+4
|
* On second thought, we want to preserve the textMate here where all ↵GrayJack2020-07-211-1/+1
| | | | punctuation that are from a Attr be highlited as Attribute
* `#` as AttributeGrayJack2020-07-211-1/+1
| | | | - Issue #5453
* Assingment semantic highlightGrayJack2020-07-201-9/+9
|
* Handle semantic highlight when STAR is part of the `*{const, mut}`GrayJack2020-07-201-17/+17
|
* Add new `Punctuation` highlight tagLeander Tentrup2020-07-151-80/+80
|
* Highlight punctuation as `HighlightTag::Operator`Leander Tentrup2020-07-151-80/+80
|
* Semantic Highlighting: Emit mutable modifier for 'self' when applicableLukas Wirth2020-07-131-0/+10
|
* Use dedicated semantic highlight tag for parametersAleksey Kladov2020-07-111-4/+5
| | | | closes #5106
* Move test data to test_data directoryAleksey Kladov2020-07-011-0/+117