summaryrefslogtreecommitdiff
path: root/pygments/lexers/comal.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
|
* all: style fixesGeorg Brandl2022-10-271-1/+1
|
* Replace uses of `import *`.Matthäus G. Chajdas2022-08-151-1/+2
|
* Added COMAL-80 language highlight. (#2180)Marc Rintsch2022-07-151-0/+79
* Added COMAL-80 language highlight. Co-authored-by: Jean Abou Samra <jean@abou-samra.fr>