Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add analyze_text to make make check happy. (#1549) | Matthäus G. Chajdas | 2020-09-23 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | * Add analyze_text to make make check happy. This also fixes a few small bugs: * Slash uses *.sla as the file ending, not *.sl * IDL has endelse, not elseelse * Improve various analyse_text methods. * Improve various analyse_text methods. * Make Perl less confident in presence of :=. * Improve brainfuck check to not parse the whole input. * Improve Unicon by matching \self, /self * Fix Ezhil not matching against the input text * Simplify Modula2::analyse_text. | ||||
* | 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 |