Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | Adapt format specifier highlighting to support escaped squences and unicode ↵ | Leander Tentrup | 2020-04-22 | 1 | -0/+5 |
| | | | | identifiers | ||||
* | Implement syntax highlighting for format strings | Leander Tentrup | 2020-04-20 | 1 | -0/+65 |
| | | | | | | | Detailed changes: 1) Implement a lexer for string literals that divides the string in format specifier `{}` including the format specifier modifier. 2) Adapt syntax highlighting to add ranges for the detected sequences. 3) Add a test case for the format string syntax highlighting. | ||||
* | Fix incorrect order of syntax highlight ranges | Leander Tentrup | 2020-04-17 | 1 | -0/+12 |
| | |||||
* | Simplify HTML highlighter and add test case for highlight_injection logic | Leander Tentrup | 2020-04-06 | 1 | -12/+21 |
| | |||||
* | Flatten nested highlight ranges during DFS traversal | Leander Tentrup | 2020-04-03 | 1 | -0/+16 |
| | |||||
* | Correctly flag 'lifetime definitions as definitions | Aleksey Kladov | 2020-02-28 | 1 | -5/+4 |
| | |||||
* | Fix highlighting of const patterns | Aleksey Kladov | 2020-02-28 | 1 | -5/+12 |
| | |||||
* | Fix highlighting test | Aleksey Kladov | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Move tests to a new file | Aleksey Kladov | 2020-02-27 | 1 | -0/+127 |