index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ra_ide
/
src
/
syntax_highlighting.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Semantic Highlighting: Emit mutable modifier for 'self' when applicable
Lukas Wirth
2020-07-13
1
-3
/
+24
*
Use dedicated semantic highlight tag for parameters
Aleksey Kladov
2020-07-11
1
-2
/
+3
*
Improve readability be replacing hard-to-read if-else branches with a match
Paul Daniel Faria
2020-06-24
1
-16
/
+20
*
Remove unrelated change
Paul Daniel Faria
2020-06-23
1
-4
/
+2
*
Update comment for pop_and_inject
Paul Daniel Faria
2020-06-23
1
-2
/
+2
*
Update injection mechanism and stop injecting through highlight element, swit...
Paul Daniel Faria
2020-06-23
1
-17
/
+38
*
Add punctuation highlighting for highlighting punctuation in doctests, fix hi...
Paul Daniel Faria
2020-06-23
1
-12
/
+13
*
Add support for marking doctest items as distinct from normal code, add defau...
Paul Daniel Faria
2020-06-23
1
-7
/
+11
*
Syntax highlighting for documentation comments on macro definitions
Leander Tentrup
2020-06-19
1
-2
/
+1
*
Merge #4903
bors[bot]
2020-06-18
1
-1
/
+8
|
\
|
*
Ensure all existing doctest code highlights have documentation modifier
Paul Daniel Faria
2020-06-17
1
-4
/
+4
|
*
Add highlighting support for doc comments
Paul Daniel Faria
2020-06-17
1
-1
/
+8
*
|
Syntax highlighting for escape sequences in strings
Leander Tentrup
2020-06-17
1
-4
/
+18
|
/
*
Syntactic highlighting of NAME_REF for injections
Leander Tentrup
2020-06-15
1
-3
/
+60
*
Fix syntax highlighting of recursive macros
Leander Tentrup
2020-06-15
1
-16
/
+21
*
Highlight only the unsafe operator itself
Aleksey Kladov
2020-06-08
1
-6
/
+2
*
Merge #4775
bors[bot]
2020-06-08
1
-0
/
+1
|
\
|
*
Add `FieldShorthand` variant to `NameClass`
unexge
2020-06-08
1
-0
/
+1
*
|
Implement syntax highlighting for doctests
Leander Tentrup
2020-06-08
1
-46
/
+80
|
/
*
Add highlight support for unsafe fn calls and raw ptr deref
Paul Daniel Faria
2020-06-02
1
-1
/
+24
*
Merge #4664
bors[bot]
2020-05-31
1
-77
/
+84
|
\
|
*
Move the rest of the features to generated docs
Aleksey Kladov
2020-05-31
1
-77
/
+84
*
|
Add semantic highlight to QUESTION token
Roland Ruckerbauer
2020-05-29
1
-0
/
+1
|
/
*
Add self keyword semantic token type
Laurențiu Nicola
2020-05-25
1
-0
/
+1
*
Handle more cases in `highlight_name_by_syntax`
Matthew Jasper
2020-05-24
1
-11
/
+19
*
Highlight `true` and `false` as literals
Matthew Jasper
2020-05-24
1
-0
/
+1
*
Color attribute functions
George Fraser
2020-05-19
1
-1
/
+3
*
Color `for` as a regular keyword when it's part of impl _ for _
George Fraser
2020-05-10
1
-1
/
+8
*
Color `in` as a control keyword
George Fraser
2020-05-10
1
-1
/
+2
*
Highlight the name in macro declarations
Matthew Jasper
2020-05-10
1
-0
/
+13
*
Highlight mutable statics as mutable
Matthew Jasper
2020-05-10
1
-1
/
+7
*
Introduce new semantic highlight token for format specifier
Leander Tentrup
2020-04-28
1
-1
/
+1
*
Rename StructField -> Field
Aleksey Kladov
2020-04-25
1
-1
/
+1
*
Convert code to text-size
Aleksey Kladov
2020-04-25
1
-6
/
+6
*
-
.
Merge #3998 #4006
bors[bot]
2020-04-24
1
-56
/
+168
|
\
\
|
|
*
Adapt format specifier highlighting to support escaped squences and unicode i...
Leander Tentrup
2020-04-22
1
-22
/
+41
|
|
*
Apply suggestions from code review
Leander Tentrup
2020-04-22
1
-4
/
+3
|
|
*
Implement syntax highlighting for format strings
Leander Tentrup
2020-04-20
1
-3
/
+66
|
|
*
Refactor flattening logic for highlighted syntax ranges
Leander Tentrup
2020-04-18
1
-54
/
+85
*
|
|
Introduce ActiveParameter
Aleksey Kladov
2020-04-24
1
-5
/
+3
|
/
/
*
/
Add semantic tag for unresolved references
Aleksey Kladov
2020-04-18
1
-14
/
+15
|
/
*
Fix incorrect order of syntax highlight ranges
Leander Tentrup
2020-04-17
1
-1
/
+2
*
Merge #3826
bors[bot]
2020-04-08
1
-5
/
+54
|
\
|
*
Simplify HTML highlighter and add test case for highlight_injection logic
Leander Tentrup
2020-04-06
1
-1
/
+7
|
*
Flatten nested highlight ranges during DFS traversal
Leander Tentrup
2020-04-03
1
-6
/
+49
*
|
Make control token modifier less ambiguous
Aleksey Kladov
2020-04-06
1
-1
/
+1
|
/
*
Fix imports
Aleksey Kladov
2020-03-03
1
-6
/
+2
*
Rename NameDefinition -> Definition
Aleksey Kladov
2020-03-03
1
-12
/
+12
*
Highlight assist tests
Aleksey Kladov
2020-03-03
1
-1
/
+1
*
Remove stray dbg
Aleksey Kladov
2020-03-03
1
-2
/
+2
[next]