Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2023. | Matthäus G. Chajdas | 2023-03-29 | 1 | -1/+1 |
| | |||||
* | all: move often-used "line_re" to pygments.lexer | Georg Brandl | 2022-10-27 | 1 | -5/+0 |
| | |||||
* | all: style fixes | Georg Brandl | 2022-10-27 | 1 | -1/+1 |
| | |||||
* | Futhark: add missing tokens (#2118) | Troels Henriksen | 2022-04-24 | 1 | -3/+4 |
| | | | | Adds recognition of 'def'/'type^'/'type~' keywords and adds some missing characters to the regexes for identifiers and punctuation. | ||||
* | Rework URL information in lexers. | Matthäus G. Chajdas | 2022-03-20 | 1 | -0/+1 |
| | | | | | | | | 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-Samra | 2022-01-31 | 1 | -2/+0 |
| | |||||
* | Happy new year. | Georg Brandl | 2022-01-25 | 1 | -1/+1 |
| | |||||
* | Modernize Whitespace token in lexer: futhark | Sebastian Engel | 2021-11-14 | 1 | -5/+5 |
| | |||||
* | minor formatting fixups for new lexers | Georg Brandl | 2021-02-14 | 1 | -4/+5 |
| | |||||
* | Fix various issues found by make check. | Matthäus G. Chajdas | 2021-02-14 | 1 | -1/+1 |
| | |||||
* | Add futhark lexer (#1691) | Philip Munksgaard | 2021-02-14 | 1 | -0/+110 |