Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make control token modifier less ambiguous | Aleksey Kladov | 2020-04-06 | 1 | -3/+3 |
| | | | | | | | | | In textmate, keyword.control is used for all kinds of things; in fact, the default scope mapping for keyword is keyword.control! So let's add a less ambiguous controlFlow modifier See Microsoft/vscode#94367 | ||||
* | 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 |