Imported Upstream version 1.5 upstream/1.5
authorJinWang An <jinwang.an@samsung.com>
Tue, 5 Jan 2021 03:14:55 +0000 (12:14 +0900)
committerJinWang An <jinwang.an@samsung.com>
Tue, 5 Jan 2021 03:14:55 +0000 (12:14 +0900)
commit59b91c97572cc2b5d7ddf9d81f6c686e68e0b582
tree778ef92d687513b17ff8da9736f3475f177580cb
parent5f9afdad2d1b4049241598a74df08b61febb185d
Imported Upstream version 1.5
172 files changed:
AUTHORS
CHANGES
LICENSE
Makefile
PKG-INFO
Pygments.egg-info/PKG-INFO
Pygments.egg-info/SOURCES.txt
TODO
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/generate.py [changed mode: 0644->0755]
docs/src/lexerdevelopment.txt
docs/src/plugins.txt
docs/src/styles.txt
docs/src/tokens.txt
external/markdown-processor.py
external/moin-parser.py
external/rst-directive-old.py
external/rst-directive.py
pygments/__init__.py
pygments/cmdline.py
pygments/console.py
pygments/filter.py
pygments/filters/__init__.py
pygments/formatter.py
pygments/formatters/__init__.py
pygments/formatters/_mapping.py
pygments/formatters/bbcode.py
pygments/formatters/html.py
pygments/formatters/img.py
pygments/formatters/latex.py
pygments/formatters/other.py
pygments/formatters/rtf.py
pygments/formatters/svg.py
pygments/formatters/terminal.py
pygments/formatters/terminal256.py
pygments/lexer.py
pygments/lexers/__init__.py
pygments/lexers/_asybuiltins.py
pygments/lexers/_clbuiltins.py
pygments/lexers/_luabuiltins.py
pygments/lexers/_mapping.py
pygments/lexers/_phpbuiltins.py
pygments/lexers/_postgres_builtins.py [new file with mode: 0644]
pygments/lexers/_scilab_builtins.py [new file with mode: 0644]
pygments/lexers/_vimbuiltins.py
pygments/lexers/agile.py
pygments/lexers/asm.py
pygments/lexers/compiled.py
pygments/lexers/dotnet.py
pygments/lexers/functional.py
pygments/lexers/hdl.py
pygments/lexers/jvm.py [new file with mode: 0644]
pygments/lexers/math.py
pygments/lexers/other.py
pygments/lexers/parsers.py
pygments/lexers/shell.py [new file with mode: 0644]
pygments/lexers/special.py
pygments/lexers/sql.py [new file with mode: 0644]
pygments/lexers/templates.py
pygments/lexers/text.py
pygments/lexers/web.py
pygments/plugin.py
pygments/scanner.py
pygments/style.py
pygments/styles/__init__.py
pygments/styles/autumn.py
pygments/styles/borland.py
pygments/styles/bw.py
pygments/styles/colorful.py
pygments/styles/default.py
pygments/styles/emacs.py
pygments/styles/friendly.py
pygments/styles/fruity.py
pygments/styles/manni.py
pygments/styles/monokai.py
pygments/styles/murphy.py
pygments/styles/native.py
pygments/styles/pastie.py
pygments/styles/perldoc.py
pygments/styles/rrt.py [new file with mode: 0644]
pygments/styles/tango.py
pygments/styles/trac.py
pygments/styles/vim.py
pygments/styles/vs.py
pygments/token.py
pygments/unistring.py
pygments/util.py
scripts/check_sources.py
scripts/find_codetags.py
scripts/find_error.py
scripts/get_vimkw.py
setup.py
tests/examplefiles/antlr_throws [new file with mode: 0644]
tests/examplefiles/as3_test.as
tests/examplefiles/classes.dylan
tests/examplefiles/coq_RelationClasses [new file with mode: 0644]
tests/examplefiles/example.cls [new file with mode: 0644]
tests/examplefiles/example.gs [new file with mode: 0644]
tests/examplefiles/example.gst [new file with mode: 0644]
tests/examplefiles/example.kt [new file with mode: 0644]
tests/examplefiles/example.moon [new file with mode: 0644]
tests/examplefiles/example.nim [new file with mode: 0644]
tests/examplefiles/example.p [new file with mode: 0644]
tests/examplefiles/example.sh-session
tests/examplefiles/example.sml [new file with mode: 0644]
tests/examplefiles/example.snobol [new file with mode: 0644]
tests/examplefiles/example.tea [new file with mode: 0644]
tests/examplefiles/example.u [new file with mode: 0644]
tests/examplefiles/example_elixir.ex [new file with mode: 0644]
tests/examplefiles/example_file.fy [new file with mode: 0644]
tests/examplefiles/foo.sce [new file with mode: 0644]
tests/examplefiles/function.mu [new file with mode: 0644]
tests/examplefiles/http_request_example [new file with mode: 0644]
tests/examplefiles/http_response_example [new file with mode: 0644]
tests/examplefiles/intsyn.fun [new file with mode: 0644]
tests/examplefiles/intsyn.sig [new file with mode: 0644]
tests/examplefiles/irc.lsp [new file with mode: 0755]
tests/examplefiles/markdown.lsp [new file with mode: 0755]
tests/examplefiles/nemerle_sample.n [new file with mode: 0644]
tests/examplefiles/objc_example.m
tests/examplefiles/postgresql_test.txt [new file with mode: 0644]
tests/examplefiles/psql_session.txt [new file with mode: 0644]
tests/examplefiles/reversi.lsp [new file with mode: 0644]
tests/examplefiles/scilab.sci [new file with mode: 0644]
tests/examplefiles/squid.conf
tests/examplefiles/test.awk [new file with mode: 0644]
tests/examplefiles/test.bro [new file with mode: 0644]
tests/examplefiles/test.cs
tests/examplefiles/test.dart [new file with mode: 0644]
tests/examplefiles/test.dtd [new file with mode: 0644]
tests/examplefiles/test.ec [new file with mode: 0644]
tests/examplefiles/test.ecl [new file with mode: 0644]
tests/examplefiles/test.eh [new file with mode: 0644]
tests/examplefiles/test.fan [new file with mode: 0755]
tests/examplefiles/test.groovy [new file with mode: 0644]
tests/examplefiles/test.nim [new file with mode: 0644]
tests/examplefiles/test.ps1 [new file with mode: 0644]
tests/examplefiles/test.pypylog [new file with mode: 0644]
tests/examplefiles/test.rb
tests/examplefiles/test.vhdl [new file with mode: 0644]
tests/old_run.py
tests/run.py
tests/test_basic_api.py
tests/test_clexer.py
tests/test_cmdline.py
tests/test_examplefiles.py
tests/test_html_formatter.py
tests/test_latex_formatter.py
tests/test_perllexer.py [new file with mode: 0644]
tests/test_regexlexer.py
tests/test_token.py
tests/test_using_api.py
tests/test_util.py