module documentation

pygments.lexers.monte ~~~~~~~~~~~~~~~~~~~~~ Lexer for the Monte programming language. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class MonteLexer Lexer for the Monte programming language.
Variable _constants Undocumented
Variable _declarations Undocumented
Variable _escape_pattern Undocumented
Variable _guards Undocumented
Variable _identifier Undocumented
Variable _keywords Undocumented
Variable _methods Undocumented
Variable _operators Undocumented
Variable _safeScope Undocumented
_constants: list[str] = (source)

Undocumented

_declarations: list[str] = (source)

Undocumented

_escape_pattern: str = (source)

Undocumented

Undocumented

_identifier: str = (source)

Undocumented

_keywords: list[str] = (source)

Undocumented

_methods: list[str] = (source)

Undocumented

_operators: list[str] = (source)

Undocumented

_safeScope: list[str] = (source)

Undocumented