Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce new semantic highlight token for format specifier | Leander Tentrup | 2020-04-28 | 1 | -35/+36 |
| | |||||
* | 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/+77 |
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. |