Imported Upstream version 1.3 upstream/1.3
authorJinWang An <jinwang.an@samsung.com>
Tue, 5 Jan 2021 03:14:13 +0000 (12:14 +0900)
committerJinWang An <jinwang.an@samsung.com>
Tue, 5 Jan 2021 03:14:13 +0000 (12:14 +0900)
commite6021a50bbd33b262dbd8b2bd925762cd4958a81
treeaa9d857b52fa1229746baee7fdf6474c72346002
parent4e1102973c7d4a2269da950c1a01a128ff7d9827
Imported Upstream version 1.3
79 files changed:
AUTHORS
CHANGES
MANIFEST.in
PKG-INFO
Pygments.egg-info/PKG-INFO
Pygments.egg-info/SOURCES.txt
Pygments.egg-info/entry_points.txt [new file with mode: 0644]
docs/build/api.html
docs/build/authors.html
docs/build/changelog.html
docs/build/cmdline.html
docs/build/filterdevelopment.html
docs/build/filters.html
docs/build/formatterdevelopment.html
docs/build/formatters.html
docs/build/index.html
docs/build/installation.html
docs/build/integrate.html
docs/build/lexerdevelopment.html
docs/build/lexers.html
docs/build/moinmoin.html
docs/build/plugins.html
docs/build/quickstart.html
docs/build/rstdirective.html
docs/build/styles.html
docs/build/tokens.html
docs/build/unicode.html
docs/src/integrate.txt
external/pygments.bashcomp [new file with mode: 0644]
pygmentize [deleted file]
pygments/__init__.py
pygments/filters/__init__.py
pygments/formatters/__init__.py
pygments/formatters/html.py
pygments/lexer.py
pygments/lexers/__init__.py
pygments/lexers/_mapping.py
pygments/lexers/agile.py
pygments/lexers/asm.py
pygments/lexers/compiled.py
pygments/lexers/functional.py
pygments/lexers/math.py
pygments/lexers/other.py
pygments/lexers/parsers.py
pygments/lexers/templates.py
pygments/lexers/text.py
pygments/lexers/web.py
pygments/token.py
pygments/util.py
scripts/find_error.py [changed mode: 0644->0755]
setup.py
tests/examplefiles/CPDictionary.j [new file with mode: 0755]
tests/examplefiles/OrderedMap.hx [new file with mode: 0644]
tests/examplefiles/Sorting.mod [new file with mode: 0644]
tests/examplefiles/aspx-cs_example [new file with mode: 0644]
tests/examplefiles/demo.cfm [new file with mode: 0644]
tests/examplefiles/example.aspx [deleted file]
tests/examplefiles/example.xml [deleted file]
tests/examplefiles/r-console-transcript.Rout [new file with mode: 0644]
tests/examplefiles/test.adb [new file with mode: 0644]
tests/examplefiles/test.flx [new file with mode: 0644]
tests/examplefiles/test.mod [new file with mode: 0644]
tests/examplefiles/test.php
tests/examplefiles/underscore.coffee [new file with mode: 0644]
tests/examplefiles/xml_example [new file with mode: 0644]
tests/support.pyc [deleted file]
tests/test_basic_api.py
tests/test_basic_api.pyc [deleted file]
tests/test_clexer.pyc [deleted file]
tests/test_cmdline.pyc [deleted file]
tests/test_examplefiles.py
tests/test_examplefiles.pyc [deleted file]
tests/test_html_formatter.py
tests/test_html_formatter.pyc [deleted file]
tests/test_latex_formatter.pyc [deleted file]
tests/test_regexlexer.pyc [deleted file]
tests/test_token.pyc [deleted file]
tests/test_using_api.pyc [deleted file]
tests/test_util.pyc [deleted file]