module documentation

pygments.lexers.arrow ~~~~~~~~~~~~~~~~~~~~~ Lexer for Arrow. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class ArrowLexer Lexer for Arrow
Constant DECL Undocumented
Constant IDENT Undocumented
Constant TYPES Undocumented

Undocumented

Value
(TYPES+'(\\s+)')+IDENT

Undocumented

Value
'([a-zA-Z_][a-zA-Z0-9_]*)'

Undocumented

Value
'\\b(int|bool|char)((?:\\[\\])*)(?=\\s+)'