Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: add another one macroHEADmaster | Joursoir | 2021-07-01 | 1 | -1/+1 |
| | |||||
* | add awful realization of formatting alternate fonts | Joursoir | 2021-07-01 | 1 | -0/+115 |
| | | | | | | | | | | | | | | | | | | | | | Why is it awful? Because a lot of code is duplicated. And the code is badly designed. As a result, we have one bug, which i don't know how to fix (if you know - write me at email): .BI [ "--init, -i"] ^ start italic font style ^ must start bold, but still using italic But I couldn't leave it as it is and have made a dirty trick: ` - match: '"[^\s]' scope: invalid.illegal pop: true` ` If the '"', which is supposed to end the string, has a not white-space as following character, then I scoping it like illegal syntax. Anyway, it's not correct to write this way, put a white-space after '"' :) | ||||
* | fix formatting for font style macros | Joursoir | 2021-06-29 | 1 | -3/+2 |
| | |||||
* | handle font styles by control and escape char | Joursoir | 2021-06-27 | 1 | -14/+25 |
| | |||||
* | don't use string as separate context | Joursoir | 2021-06-27 | 1 | -8/+7 |
| | |||||
* | handle line with control char | Joursoir | 2021-06-27 | 1 | -2/+16 |
| | | | | * use separate context | ||||
* | don't use comment line as separate context | Joursoir | 2021-06-27 | 1 | -7/+4 |
| | |||||
* | init project | Joursoir | 2021-06-26 | 1 | -0/+77 |