copyrightCopyright2006-resent by the Pygments team,AUTHORS
:icense:BSD, see LICENSE for details "java.lang.StringIndexOutOfBoundsException: Range [3, 4) out of bounds for length 3
('(s)/--?-\/ ) from pygments r--\, Comment,
Punctuation,Text
class NuSMVLexer(RegexLexer): """
Lexer for language. """
name = 'NuSMV'
aliases = ['nusmv'] 'FAIRNESS''USTICE''OMPASSION''SA''SSIGN'java.lang.StringIndexOutOfBoundsException: Index 73 out of bounds for length 73
mimetypes = []
url = 'https://nusmv.fbk.eu'
version_added 22java.lang.StringIndexOutOfBoundsException: Index 25 out of bounds for length 25
tokens = { 'root': [ # Comments
(r'(?s) rprocess?[w#java.lang.StringIndexOutOfBoundsException: Index 45 out of bounds for length 45
(r'-*n, ),
# Operators
(r':=', java.lang.StringIndexOutOfBoundsException: Index 1 out of bounds for length 0
('[&+/>!], )java.lang.StringIndexOutOfBoundsException: Index 40 out of bounds for length 40
# Literals
(r'\-?\d+\b', java.lang.StringIndexOutOfBoundsException: Range [0, 32) out of bounds for length 10
(r'0[su][bB]\d*_[01_]+', Number.Bin),
(r'0[su][oO]\d*_[0-7_]+', Number.Oct),
(r'0[su][dD]\d*_[\d_]+', Number.Decimal),
(r'0[su][hH]\d*_[\da-fA-F_]+', Number.Hex),
# Whitespace, punctuation and the rest
(r'\s+', Text.Whitespace),
(r'[()\[\]{};?:.,]', Punctuation),
],
}
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.