Imported Upstream version 2.11.2 upstream/2.11.2
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 18 Jul 2022 02:07:35 +0000 (11:07 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 18 Jul 2022 02:07:35 +0000 (11:07 +0900)
commitb305eab065a66b9b4f2661d797c471612db71251
tree38f17d252caa789551ece8c69553015576d1e1eb
parentbe6390ffcec971fa2c306aba6feeea1ed1beb0d4
Imported Upstream version 2.11.2
21 files changed:
CHANGES
PKG-INFO
Pygments.egg-info/PKG-INFO
Pygments.egg-info/SOURCES.txt
pygments/__init__.py
pygments/formatters/html.py
pygments/formatters/irc.py
pygments/formatters/terminal256.py
pygments/lexers/c_cpp.py
pygments/lexers/jvm.py
pygments/styles/tango.py
tests/examplefiles/c/ceval.c.output
tests/examplefiles/c/example.c.output
tests/examplefiles/c/labels.c [new file with mode: 0644]
tests/examplefiles/c/labels.c.output [new file with mode: 0644]
tests/examplefiles/charmci/Charmci.ci.output
tests/examplefiles/ec/test.ec.output
tests/examplefiles/objective-c/objc_example.m.output
tests/examplefiles/swig/swig_java.swg.output
tests/snippets/java/test_record.txt
tests/test_html_formatter.py