aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* man: add another one macroHEADmasterJoursoir2021-07-011-1/+1
|
* readme: use 2nd screenshot, add linksJoursoir2021-07-011-1/+8
|
* add screenshot with alternate fontJoursoir2021-07-011-0/+0
|
* add awful realization of formatting alternate fontsJoursoir2021-07-011-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 '"' :)
* add readmeJoursoir2021-06-291-0/+13
|
* add screenshot a syntaxJoursoir2021-06-291-0/+0
|
* add licenseJoursoir2021-06-291-0/+7
|
* fix formatting for font style macrosJoursoir2021-06-291-3/+2
|
* handle font styles by control and escape charJoursoir2021-06-271-14/+25
|
* don't use string as separate contextJoursoir2021-06-271-8/+7
|
* handle line with control charJoursoir2021-06-271-2/+16
| | | | * use separate context
* don't use comment line as separate contextJoursoir2021-06-271-7/+4
|
* init projectJoursoir2021-06-261-0/+77