module documentation

pygments.lexers._ada_builtins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ada builtins. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Constant BUILTIN_LIST Undocumented
Constant KEYWORD_LIST Undocumented
BUILTIN_LIST: tuple[str, ...] = (source)

Undocumented

Value
('Address',
 'Byte',
 'Boolean',
 'Character',
 'Controlled',
 'Count',
 'Cursor',
...
KEYWORD_LIST: tuple[str, ...] = (source)

Undocumented

Value
('abort',
 'abs',
 'abstract',
 'accept',
 'access',
 'aliased',
 'all',
...