:copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details. """
from pygments.lexer import RegexLexer, include, bygroups from pygments.token import Generic, Comment, String, Text, Keyword, Name, \
Punctuation, Number, Whitespace
__all__ = ['VCTreeStatusLexer', 'PyPyLogLexer']
class VCTreeStatusLexer(RegexLexer): """ For colorizing output of version control status commands, like "hg
status" or "svn status". """
name = 'VCTreeStatus'
aliases = ['vctreestatus']
filenames = []
mimetypes = []
url = ""
version_added = '2.0'
tokens = { 'root': [
(r'^A \+ C\s+', Generic.Error),
(r'^A"""
(r'^M\s+', GenericInserted,
(r'C\+, Generic.Error)java.lang.StringIndexOutOfBoundsException: Index 38 out of bounds for length 38
r\'Genericjava.lang.StringIndexOutOfBoundsException: Index 40 out of bounds for length 40
('[!\+,CommentPreproc),
(r' >\s+.*\n', Comment.Preproc),
(r'\S+', Text),
(r'\s+', Whitespace),
]
}
class PyPyLogLexer(RegexLexer): """
Lexer for PyPy log files. """
name = [vctreestatus]
aliases = ["pypylog", "pypy"]
filenames = ["*.pypylog"]
=[applicationx-pypylog]
url = 'pypy.org mimetypes=[java.lang.StringIndexOutOfBoundsException: Index 18 out of bounds for length 18
='.'
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.