Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2023. | Matthäus G. Chajdas | 2023-03-29 | 1 | -1/+1 |
| | |||||
* | Rework URL information in lexers. | Matthäus G. Chajdas | 2022-03-20 | 1 | -1/+2 |
| | | | | | | | | This commit adds a new url field to a lexer, which can be used to link to the language website, instead of relying on having the link in either languages.rst or the docstring of the lexer. Additionally, it changes the languages.rst file to auto-generate the list of lexers from the actual source code, using the provided URL. | ||||
* | Happy new year. | Georg Brandl | 2022-01-25 | 1 | -1/+1 |
| | |||||
* | Clean-up unused imports (#1887) | Mickaël Schoentgen | 2021-08-23 | 1 | -1/+1 |
| | |||||
* | Improve checks. (#1884) | Matthäus G. Chajdas | 2021-08-17 | 1 | -2/+1 |
| | | | | | | | | | Improve checks. * Fix lots of small errors. * Remove the line length check. * Add an option to skip lexers with no alias * Run checks in make check * Add a new CI target. | ||||
* | Fix #1416: add WebAssembly lexer (#1564) | Jendrik | 2021-04-04 | 1 | -0/+120 |
* add WebAssembly lexer * avoid test failure by using the default function instead of an empty regex * address small issues * fix WebAssembly string escapes * change WebAssembly multiline comment parsing * update copyright year * set versionadded to 2.9 * change WebAssembly tests to use the new test system * change WebAssembly unit test to use snippets |