aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/syntax_highlighting.rs
Commit message (Expand)AuthorAgeFilesLines
* Update grammarAleksey Kladov2020-08-011-1/+1
* Rename DotDotPat -> RestPatAleksey Kladov2020-07-311-1/+1
* Rename BindPat -> IdentPatAleksey Kladov2020-07-311-1/+1
* Finalize impl GrammarAleksey Kladov2020-07-301-1/+1
* Finalize Trait grammarAleksey Kladov2020-07-301-1/+1
* Finalize const&static grammarAleksey Kladov2020-07-301-2/+2
* Rename EnumVariant -> VariantAleksey Kladov2020-07-301-1/+1
* Rename EnumDef -> EnumAleksey Kladov2020-07-301-1/+1
* Rename StructDef -> StructAleksey Kladov2020-07-301-1/+1
* Finalize union grammarAleksey Kladov2020-07-301-1/+1
* Rename FieldDef -> FieldAleksey Kladov2020-07-301-1/+1
* Rename TypeAliasDef -> TypeAliasAleksey Kladov2020-07-301-1/+1
* Rename FnDef -> FnAleksey Kladov2020-07-301-2/+2
* On second thought, we want to preserve the textMate here where all punctuatio...GrayJack2020-07-211-1/+3
* `#` as AttributeGrayJack2020-07-211-0/+1
* @ as operatorGrayJack2020-07-211-2/+3
* Assingment semantic highlightGrayJack2020-07-201-1/+7
* Handle semantic highlight when STAR is part of the `*{const, mut}`GrayJack2020-07-201-1/+4
* Highlight more cases of SyntaxKind when it is a punctuationGrayJack2020-07-201-14/+32
* Add new `Punctuation` highlight tagLeander Tentrup2020-07-151-1/+1
* Highlight punctuation as `HighlightTag::Operator`Leander Tentrup2020-07-151-0/+1
* Semantic Highlighting: Emit mutable modifier for 'self' when applicableLukas Wirth2020-07-131-3/+24
* Use dedicated semantic highlight tag for parametersAleksey Kladov2020-07-111-2/+3
* Improve readability be replacing hard-to-read if-else branches with a matchPaul Daniel Faria2020-06-241-16/+20
* Remove unrelated changePaul Daniel Faria2020-06-231-4/+2
* Update comment for pop_and_injectPaul Daniel Faria2020-06-231-2/+2
* Update injection mechanism and stop injecting through highlight element, swit...Paul Daniel Faria2020-06-231-17/+38
* Add punctuation highlighting for highlighting punctuation in doctests, fix hi...Paul Daniel Faria2020-06-231-12/+13
* Add support for marking doctest items as distinct from normal code, add defau...Paul Daniel Faria2020-06-231-7/+11
* Syntax highlighting for documentation comments on macro definitionsLeander Tentrup2020-06-191-2/+1
* Merge #4903bors[bot]2020-06-181-1/+8
|\
| * Ensure all existing doctest code highlights have documentation modifierPaul Daniel Faria2020-06-171-4/+4
| * Add highlighting support for doc commentsPaul Daniel Faria2020-06-171-1/+8
* | Syntax highlighting for escape sequences in stringsLeander Tentrup2020-06-171-4/+18
|/
* Syntactic highlighting of NAME_REF for injectionsLeander Tentrup2020-06-151-3/+60
* Fix syntax highlighting of recursive macrosLeander Tentrup2020-06-151-16/+21
* Highlight only the unsafe operator itselfAleksey Kladov2020-06-081-6/+2
* Merge #4775bors[bot]2020-06-081-0/+1
|\
| * Add `FieldShorthand` variant to `NameClass`unexge2020-06-081-0/+1
* | Implement syntax highlighting for doctestsLeander Tentrup2020-06-081-46/+80
|/
* Add highlight support for unsafe fn calls and raw ptr derefPaul Daniel Faria2020-06-021-1/+24
* Merge #4664bors[bot]2020-05-311-77/+84
|\
| * Move the rest of the features to generated docsAleksey Kladov2020-05-311-77/+84
* | Add semantic highlight to QUESTION tokenRoland Ruckerbauer2020-05-291-0/+1
|/
* Add self keyword semantic token typeLaurențiu Nicola2020-05-251-0/+1
* Handle more cases in `highlight_name_by_syntax`Matthew Jasper2020-05-241-11/+19
* Highlight `true` and `false` as literalsMatthew Jasper2020-05-241-0/+1
* Color attribute functionsGeorge Fraser2020-05-191-1/+3
* Color `for` as a regular keyword when it's part of impl _ for _George Fraser2020-05-101-1/+8
* Color `in` as a control keywordGeorge Fraser2020-05-101-1/+2