module documentation

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

Class CrystalLexer For Crystal source code.
Constant CRYSTAL_OPERATORS Undocumented
CRYSTAL_OPERATORS: list[str] = (source)

Undocumented

Value
['!=',
 '!~',
 '!',
 '%',
 '&&',
 '&',
 '**',
...