Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Better highlightign API | Aleksey Kladov | 2020-02-27 | 2 | -43/+163 |
* | More type safety for highlighting | Aleksey Kladov | 2020-02-26 | 1 | -0/+43 |