summaryrefslogtreecommitdiff
path: root/pygments/lexers/meson.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
|
* all: style fixesGeorg Brandl2022-10-271-18/+4
|
* Fix most warnings in Sphinx build (#2124)Jean Abou-Samra2022-05-131-5/+5
| | | | | | | | | | | * Fix most warnings in Sphinx build Note that some invalid references are simply removed because the lexers are all in the same section, so the link is already easy to find and there is no need to repeat it over and over. * fixup: Add orphan languages.rst to allow referencing * Typos
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-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.
* Remove now redundant re.UNICODE and (?u) (#2058)Jean Abou-Samra2022-01-311-2/+0
|
* Happy new year.Georg Brandl2022-01-251-1/+1
|
* Improve checks. (#1884)Matthäus G. Chajdas2021-08-171-1/+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 a few make check failures.Matthäus G. Chajdas2021-08-151-1/+1
|
* Small updates to the meson lexer.Matthäus G. Chajdas2021-06-201-1/+3
|
* Add Meson build language support (#1823)ldrumm2021-06-201-0/+153
* Add a Meson language lexer * update the mappings * Add meson to the list of supported languages * Add a meson.build example file