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
*
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
*
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
*
Better highlightign API
Aleksey Kladov
2020-02-27
2
-43
/
+163
*
More type safety for highlighting
Aleksey Kladov
2020-02-26
1
-0
/
+43