summaryrefslogtreecommitdiff
path: root/pygments/lexers/scdoc.py
Commit message (Collapse)AuthorAgeFilesLines
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-1/+1
|
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
|
* scdoc: add missing module docstringGeorg Brandl2019-11-251-0/+11
|
* Add Lexer for scdocStefan Tatschner2019-11-251-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