summaryrefslogtreecommitdiff
path: root/pygments/lexers/_ada_builtins.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
|
* Moving Ada Lexer to standalone module (#2117)Gustavo A. Hoffmann2022-04-241-0/+103
* 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