Imported Upstream version 2.1.1 upstream/2.1.1
authorJinWang An <jinwang.an@samsung.com>
Tue, 5 Jan 2021 03:16:58 +0000 (12:16 +0900)
committerJinWang An <jinwang.an@samsung.com>
Tue, 5 Jan 2021 03:16:58 +0000 (12:16 +0900)
commit08b6d4b8c39a300689ffccf114942a9f0f36a784
treed308beadaabab15e8d85f5748a77e5027ea9fbd2
parent53bcc4dd1a4728c3097209be4fa310c7d1153120
Imported Upstream version 2.1.1
90 files changed:
CHANGES
PKG-INFO
Pygments.egg-info/PKG-INFO
Pygments.egg-info/SOURCES.txt
doc/docs/integrate.rst
doc/faq.rst
pygments/__init__.py
pygments/formatters/_mapping.py
pygments/formatters/html.py
pygments/formatters/img.py
pygments/formatters/latex.py
pygments/lexers/_mapping.py
pygments/lexers/c_cpp.py
pygments/lexers/chapel.py
pygments/lexers/dotnet.py
pygments/lexers/hdl.py
pygments/lexers/julia.py
pygments/lexers/lisp.py
pygments/lexers/python.py
pygments/lexers/rdf.py
pygments/lexers/shell.py
pygments/lexers/sql.py
pygments/lexers/templates.py
pygments/lexers/textfmts.py
pygments/token.py
setup.cfg
setup.py
tests/__pycache__/string_asserts.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/support.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_basic_api.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_cfm.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_clexer.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_cmdline.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_examplefiles.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_ezhil.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_html_formatter.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_inherit.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_irc_formatter.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_java.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_latex_formatter.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_lexers_other.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_objectiveclexer.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_perllexer.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_qbasiclexer.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_regexlexer.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_regexopt.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_rtf_formatter.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_ruby.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_shell.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_smarty.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_string_asserts.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_terminal_formatter.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_textfmts.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_token.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_unistring.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_using_api.cpython-35.pyc [new file with mode: 0644]
tests/__pycache__/test_util.cpython-35.pyc [new file with mode: 0644]
tests/examplefiles/99_bottles_of_beer.chpl
tests/examplefiles/sparql.rq
tests/string_asserts.pyc
tests/test_basic_api.pyc
tests/test_cfm.pyc
tests/test_clexer.pyc
tests/test_cmdline.pyc
tests/test_examplefiles.pyc
tests/test_ezhil.pyc
tests/test_html_formatter.py
tests/test_html_formatter.pyc
tests/test_inherit.pyc
tests/test_irc_formatter.pyc
tests/test_java.pyc
tests/test_latex_formatter.pyc
tests/test_lexers_other.pyc
tests/test_objectiveclexer.pyc
tests/test_perllexer.pyc
tests/test_qbasiclexer.pyc
tests/test_regexlexer.pyc
tests/test_regexopt.pyc
tests/test_rtf_formatter.pyc
tests/test_ruby.pyc
tests/test_shell.pyc
tests/test_smarty.pyc
tests/test_string_asserts.pyc
tests/test_terminal_formatter.pyc
tests/test_textfmts.pyc
tests/test_token.py
tests/test_token.pyc
tests/test_unistring.pyc
tests/test_using_api.pyc
tests/test_util.pyc