kr.motd.maven.sphinx.dist.pygments.lexers.scripting$py.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sphinx-maven-plugin Show documentation
Show all versions of sphinx-maven-plugin Show documentation
Maven plugin that creates the site with Sphinx
???? 1? f$0 R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; __doc__ ?
pygments.lexers.scripting
~~~~~~~~~~~~~~~~~~~~~~~~~
Lexer for scripting and embedded languages.
:copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
org/python/core/PyString fromInterned .(Ljava/lang/String;)Lorg/python/core/PyString;
org/python/core/PyFrame
setglobal /(Ljava/lang/String;Lorg/python/core/PyObject;)V
setline (I)V
re org/python/core/imp importOne H(Ljava/lang/String;Lorg/python/core/PyFrame;I)Lorg/python/core/PyObject;
setlocal
pygments.lexer " java/lang/String $
RegexLexer & include ( bygroups * default , combined . words 0
importFrom \(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject; 2 3
4 pygments.token 6 Text 8 Comment : Operator < Keyword > Name @ String B Number D Punctuation F Error H
Whitespace J Other L
pygments.util N get_bool_opt P get_list_opt R iteritems T org/python/core/PyList V org/python/core/PyObject X LuaLexer Z MoonScriptLexer \ ChaiscriptLexer ^ LSLLexer ` AppleScriptLexer b RexxLexer d MOOCodeLexer f HybrisLexer h EasytrieveLexer j JclLexer l ([Lorg/python/core/PyObject;)V n o
W p __all__ r getname .(Ljava/lang/String;)Lorg/python/core/PyObject; t u
v
LuaLexer$1
__module__ y __name__ {?
For `Lua `_ source code.
Additional options accepted:
`func_name_highlighting`
If given and ``True``, highlight builtin function names
(default: ``True``).
`disabled_modules`
If given, must be a list of module names whose function names
should not be highlighted. By default all modules are highlighted.
To get a list of allowed modules have a look into the
`_lua_builtins` module:
.. sourcecode:: pycon
>>> from pygments.lexers._lua_builtins import MODULES
>>> MODULES.keys()
['string', 'coroutine', 'modules', 'io', 'basic', ...]
} Lua name ? lua ? aliases ? *.lua ? *.wlua ? filenames ?
text/x-lua ? application/x-lua ? mimetypes ? -(?:--\[(?P=*)\[[\w\W]*?\](?P=level)\]) ? _comment_multiline ? (?:--.*$) ? _comment_single ? (?:\s+) ? _space ? (?:%s|%s|%s) ? org/python/core/PyTuple ?
? p _mod 6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
Y ? _s ? (?:[^\W\d]\w*) ? _name ? org/python/core/PyDictionary ? root ? #!.* ? Preproc ? __getattr__ ? u
Y ? base ? __call__ S(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
Y ? ws ? Multiline ? Single ? '(?i)0x[\da-f]*(\.[\da-f]*)?(p[+-]?\d+)? ? Hex ? #(?i)(\d*\.\d+|\d+\.\d*)(e[+-]?\d+)? ? Float ? (?i)\d+e[+-]?\d+ ? \d+ ? Integer ? (?s)\[(=*)\[.*?\]\1\] ? :: ? label ? \.{3} ? [=<>|~&+\-*/%#^]+|\.\. ? [\[\]{}().,:;] ? (and|or|not)\b ? Word ? E(break|do|else|elseif|end|for|if|in|repeat|return|then|until|while)\b ? Reserved ? goto\b ? goto ? (local)\b ? Declaration ? (true|false|nil)\b ? Constant ? (function)\b ? funcname ? [A-Za-z_]\w*(\.[A-Za-z_]\w*)? ? ' ? stringescape ? sqs ? m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
Y " Double dqs [.:]
%s(?=%s*[.:])
Class Function #pop \( Label M\\([abfnrtv\\"\']|[\r\n]{1,2}|z\s*|x[0-9a-fA-F]{2}|\d{1,3}|u\{[0-9a-fA-F]+\}) Escape [^\\']+ [^\\"]+
? p tokens org/python/core/Py! EmptyObjects [Lorg/python/core/PyObject;#$ "% org/python/core/PyFunction' f_globals Lorg/python/core/PyObject;)* +
__init__$2 getglobal. u
/ getlocal (I)Lorg/python/core/PyObject;12
3 func_name_highlighting5 True7 ?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ?9
Y: __setattr__<