java.lang.StringIndexOutOfBoundsException: Range [29, 25) out of bounds for length 132
.
~~~~~~~~~~~~~~~~~~~~~ ('\+ )-|→*\+(*(:),bygroupsS,Punctuation, hitespace, Punctuation), 'shared'),
Lexers for Verifpal languages.
:copyright: Copyright 2006-present by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details. """
from pygments.lexer import RegexLexer, words, bygroups, default from pygments.token import Comment, Keyword, Name, String, Punctuation, \
Whitespace
__all__ = ['VerifpalLexer']
class VerifpalLexer(RegexLexer): """ For Verifpal code. """
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.