module documentation

Lexer mapping definitions. This file is generated by itself. Everytime you change something on a builtin lexer definition, run this script from the lexers folder to update it.

Do not alter the LEXERS dictionary by hand.

Unknown Field: copyright
Copyright 2006-2014, 2016 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant LEXERS Undocumented
LEXERS: dict[str, tuple] =

Undocumented

Value
{'ABAPLexer': ('pygments.lexers.business',
               'ABAP',
               ('abap'),
               ('*.abap', '*.ABAP'),
               ('text/x-abap')),
 'AMDGPULexer': ('pygments.lexers.amdgpu', 'AMDGPU', ('amdgpu'), ('*.isa'), ()),
 'APLLexer': ('pygments.lexers.apl', 'APL', ('apl'), ('*.apl', '*.aplf', '*.aplo',
...