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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify
Aleksey Kladov
2020-06-24
1
-8
/
+3
*
Use fixtures more
Aleksey Kladov
2020-06-24
1
-6
/
+7
*
Update injection mechanism and stop injecting through highlight element, swit...
Paul Daniel Faria
2020-06-23
3
-9
/
+9
*
Add punctuation highlighting for highlighting punctuation in doctests, fix hi...
Paul Daniel Faria
2020-06-23
3
-5
/
+5
*
Add default color and opacity for documentation and injected, respectively, i...
Paul Daniel Faria
2020-06-23
1
-0
/
+2
*
Add support for marking doctest items as distinct from normal code, add defau...
Paul Daniel Faria
2020-06-23
3
-2
/
+9
*
Fix underflow panic when doctests are at top of file
Paul Daniel Faria
2020-06-23
2
-4
/
+11
*
Syntax highlighting for documentation comments on macro definitions
Leander Tentrup
2020-06-19
1
-0
/
+9
*
Merge #4903
bors[bot]
2020-06-18
2
-2
/
+9
|
\
|
*
Remove logic to mark all doctest code as
Paul Daniel Faria
2020-06-18
1
-1
/
+0
|
*
Ensure all existing doctest code highlights have documentation modifier
Paul Daniel Faria
2020-06-17
1
-4
/
+5
|
*
Add highlighting support for doc comments
Paul Daniel Faria
2020-06-17
2
-2
/
+9
*
|
Syntax highlighting for escape sequences in strings
Leander Tentrup
2020-06-17
3
-0
/
+7
|
/
*
Inspect markdown code fences to determine whether to apply syntax highlighting
Leander Tentrup
2020-06-16
2
-3
/
+17
*
Syntactic highlighting of NAME_REF for injections
Leander Tentrup
2020-06-15
3
-4
/
+15
*
Fix syntax highlighting of recursive macros
Leander Tentrup
2020-06-15
1
-0
/
+8
*
In field patterns, don't highlight local binding as a field
Aleksey Kladov
2020-06-10
1
-12
/
+14
*
Better unsafe highlihgting tests
Aleksey Kladov
2020-06-08
2
-2
/
+3
*
Implement syntax highlighting for doctests
Leander Tentrup
2020-06-08
2
-0
/
+218
*
Remove redundancy in syntax highlighting tests
Leander Tentrup
2020-06-07
1
-32
/
+27
*
Add highlight support for unsafe fn calls and raw ptr deref
Paul Daniel Faria
2020-06-02
3
-4
/
+36
*
Test case for format string highlighting of closing curlybrace
Roland Ruckerbauer
2020-05-30
1
-0
/
+1
*
Add semantic highlight to QUESTION token
Roland Ruckerbauer
2020-05-29
1
-0
/
+2
*
Add self keyword semantic token type
Laurențiu Nicola
2020-05-25
1
-0
/
+2
*
Highlight `true` and `false` as literals
Matthew Jasper
2020-05-24
2
-0
/
+3
*
Color attribute functions
George Fraser
2020-05-19
1
-1
/
+5
*
Color `for` as a regular keyword when it's part of impl _ for _
George Fraser
2020-05-10
1
-0
/
+10
*
Color `in` as a control keyword
George Fraser
2020-05-10
1
-0
/
+4
*
Highlight mutable statics as mutable
Matthew Jasper
2020-05-10
1
-1
/
+6
*
Introduce new semantic highlight token for format specifier
Leander Tentrup
2020-04-28
2
-0
/
+3
*
Cleanups
Aleksey Kladov
2020-04-25
1
-8
/
+5
*
Convert tests to text-size
Aleksey Kladov
2020-04-25
1
-1
/
+1
*
Convert code to text-size
Aleksey Kladov
2020-04-25
1
-5
/
+6
*
Merge #3998 #4006
bors[bot]
2020-04-24
1
-0
/
+70
|
\
|
*
Adapt format specifier highlighting to support escaped squences and unicode i...
Leander Tentrup
2020-04-22
1
-0
/
+5
|
*
Implement syntax highlighting for format strings
Leander Tentrup
2020-04-20
1
-0
/
+65
*
|
Add semantic tag for unresolved references
Aleksey Kladov
2020-04-18
1
-0
/
+2
|
/
*
Fix incorrect order of syntax highlight ranges
Leander Tentrup
2020-04-17
1
-0
/
+12
*
Merge #3826
bors[bot]
2020-04-08
2
-41
/
+50
|
\
|
*
Simplify HTML highlighter and add test case for highlight_injection logic
Leander Tentrup
2020-04-06
2
-53
/
+46
|
*
Flatten nested highlight ranges during DFS traversal
Leander Tentrup
2020-04-03
1
-0
/
+16
*
|
Make control token modifier less ambiguous
Aleksey Kladov
2020-04-06
1
-3
/
+3
|
/
*
Correctly flag 'lifetime definitions as definitions
Aleksey Kladov
2020-02-28
3
-8
/
+11
*
Fix highlighting of const patterns
Aleksey Kladov
2020-02-28
1
-5
/
+12
*
Fix highlighting test
Aleksey Kladov
2020-02-28
3
-11
/
+13
*
Cleanup highlighting tags
Aleksey Kladov
2020-02-28
1
-45
/
+47
*
add more tags
Aleksey Kladov
2020-02-28
1
-10
/
+16
*
Move tests to a new file
Aleksey Kladov
2020-02-27
1
-0
/
+127
*
Renam module
Aleksey Kladov
2020-02-27
1
-0
/
+0
*
Move html highlightig to a separate module
Aleksey Kladov
2020-02-27
1
-0
/
+104
[next]