Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: fixup remaining regexlint warnings | Georg Brandl | 2020-09-06 | 1 | -1/+1 |
| | |||||
* | Update copyright year (fixes #1514.) | Matthäus G. Chajdas | 2020-08-22 | 1 | -1/+1 |
| | |||||
* | scdoc: add missing module docstring | Georg Brandl | 2019-11-25 | 1 | -0/+11 |
| | |||||
* | Add Lexer for scdoc | Stefan Tatschner | 2019-11-25 | 1 | -0/+59 |
The scdoc markup language is increasingly used by the Wayland community for writing manpages. Examples are: * https://git.sr.ht/~sircmpwn/scdoc/tree/master/scdoc.5.scd * https://github.com/swaywm/sway/blob/master/sway/sway.1.scd * https://github.com/swaywm/swayidle/blob/master/swayidle.1.scd * https://git.sr.ht/~sircmpwn/aerc/tree/master/doc/aerc-tutorial.7.scd |