summaryrefslogtreecommitdiff
path: root/pygments/lexers/ada.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
|
* all: style fixesGeorg Brandl2022-10-271-8/+3
|
* Update CHANGES (with added comment following up on previous commit)Jean Abou Samra2022-06-161-0/+2
|
* Ada: fixing highlighting for Ada aspects (#2125)Gustavo A. Hoffmann2022-06-161-1/+1
|
* Ada 2022: introducing support for new syntactic additions (#2121)Gustavo A. Hoffmann2022-04-291-1/+3
| | | | | * Ada 2022: adding support for at sign * Ada 2022: adding support for square brackets * Ada 2022: introducing test for new syntactic additions
* Moving Ada Lexer to standalone module (#2117)Gustavo A. Hoffmann2022-04-241-0/+145
* Moving Ada Lexer to standalone module * Editorial change: correcting underline * Moving keywords and standard types to separate Ada builtins file * Adding separate AdaLexer to the list