summaryrefslogtreecommitdiff
path: root/pygments/lexers/futhark.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* all: move often-used "line_re" to pygments.lexerGeorg Brandl2022-10-271-5/+0
* all: style fixesGeorg Brandl2022-10-271-1/+1
* Futhark: add missing tokens (#2118)Troels Henriksen2022-04-241-3/+4
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-0/+1
* Remove now redundant re.UNICODE and (?u) (#2058)Jean Abou-Samra2022-01-311-2/+0
* Happy new year.Georg Brandl2022-01-251-1/+1
* Modernize Whitespace token in lexer: futharkSebastian Engel2021-11-141-5/+5
* minor formatting fixups for new lexersGeorg Brandl2021-02-141-4/+5
* Fix various issues found by make check.Matthäus G. Chajdas2021-02-141-1/+1
* Add futhark lexer (#1691)Philip Munksgaard2021-02-141-0/+110