[Python-modules-commits] [pygments] branch upstream updated (b5351c9 -> 5af0086)

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Jan 25 15:01:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a change to branch upstream
in repository pygments.

  discards  b5351c9   Import pygments_2.1.orig.tar.gz

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/upstream (5af0086)
            \
             O -- O -- O   (b5351c9)

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

No new revisions were added by this update.

Summary of changes:
 AUTHORS                                            |   42 +-
 CHANGES                                            |   89 +-
 LICENSE                                            |    2 +-
 Makefile                                           |   12 +-
 PKG-INFO                                           |    4 +-
 Pygments.egg-info/PKG-INFO                         |    4 +-
 Pygments.egg-info/SOURCES.txt                      |  208 +-
 README.rst                                         |    2 +-
 TODO                                               |    3 +
 doc/_themes/pygments14/layout.html                 |    2 +-
 doc/_themes/pygments14/static/pygments14.css_t     |    2 +-
 doc/conf.py                                        |   12 +-
 doc/docs/filterdevelopment.rst                     |    7 +-
 doc/docs/integrate.rst                             |   15 +
 doc/docs/java.rst                                  |   14 +-
 doc/docs/lexerdevelopment.rst                      |   15 +-
 doc/docs/lexers.rst                                |    2 +-
 doc/docs/tokens.rst                                |    8 +-
 doc/docs/unicode.rst                               |    2 +-
 doc/faq.rst                                        |    4 +-
 doc/languages.rst                                  |   15 +-
 external/autopygmentize                            |   10 +-
 external/lasso-builtins-generator-9.lasso          |  122 +-
 external/markdown-processor.py                     |    2 +-
 external/moin-parser.py                            |    2 +-
 external/rst-directive.py                          |    2 +-
 pygments/__init__.py                               |   17 +-
 pygments/cmdline.py                                |  176 +-
 pygments/console.py                                |    2 +-
 pygments/filter.py                                 |    6 +-
 pygments/filters/__init__.py                       |    2 +-
 pygments/formatter.py                              |    2 +-
 pygments/formatters/__init__.py                    |    6 +-
 pygments/formatters/_mapping.py                    |   17 +-
 pygments/formatters/bbcode.py                      |    2 +-
 pygments/formatters/html.py                        |  102 +-
 pygments/formatters/img.py                         |   21 +-
 pygments/formatters/irc.py                         |  182 -
 pygments/formatters/latex.py                       |   25 +-
 pygments/formatters/other.py                       |    2 +-
 pygments/formatters/rtf.py                         |    2 +-
 pygments/formatters/svg.py                         |    2 +-
 pygments/formatters/terminal.py                    |   73 +-
 pygments/formatters/terminal256.py                 |   66 +-
 pygments/lexer.py                                  |   21 +-
 pygments/lexers/__init__.py                        |    4 +-
 pygments/lexers/_asy_builtins.py                   |    2 +-
 pygments/lexers/_cl_builtins.py                    |    2 +-
 pygments/lexers/_cocoa_builtins.py                 |   13 +-
 pygments/lexers/_csound_builtins.py                | 1346 ---
 pygments/lexers/_lasso_builtins.py                 | 9162 ++++++++++----------
 pygments/lexers/_lua_builtins.py                   |    5 +-
 pygments/lexers/_mapping.py                        |   84 +-
 pygments/lexers/_mql_builtins.py                   |    2 +-
 pygments/lexers/_openedge_builtins.py              |    2 +-
 pygments/lexers/_php_builtins.py                   |    5 +-
 pygments/lexers/_postgres_builtins.py              |    5 +-
 pygments/lexers/_scilab_builtins.py                |    5 +-
 pygments/lexers/_sourcemod_builtins.py             |    6 +-
 pygments/lexers/_stan_builtins.py                  |   54 +-
 pygments/lexers/_vim_builtins.py                   |    2 +-
 pygments/lexers/actionscript.py                    |    2 +-
 pygments/lexers/agile.py                           |    2 +-
 pygments/lexers/algebra.py                         |   42 +-
 pygments/lexers/ambient.py                         |    2 +-
 pygments/lexers/apl.py                             |    2 +-
 pygments/lexers/archetype.py                       |  318 -
 pygments/lexers/asm.py                             |    7 +-
 pygments/lexers/automation.py                      |    5 +-
 pygments/lexers/basic.py                           |    2 +-
 pygments/lexers/business.py                        |    4 +-
 pygments/lexers/c_cpp.py                           |   48 +-
 pygments/lexers/c_like.py                          |  132 +-
 pygments/lexers/chapel.py                          |   12 +-
 pygments/lexers/compiled.py                        |    2 +-
 pygments/lexers/configs.py                         |  293 +-
 pygments/lexers/console.py                         |    4 +-
 pygments/lexers/csound.py                          |  366 -
 pygments/lexers/css.py                             |   40 +-
 pygments/lexers/d.py                               |    2 +-
 pygments/lexers/dalvik.py                          |    2 +-
 pygments/lexers/data.py                            |    2 +-
 pygments/lexers/diff.py                            |    2 +-
 pygments/lexers/dotnet.py                          |    7 +-
 pygments/lexers/dsls.py                            |  210 +-
 pygments/lexers/dylan.py                           |    2 +-
 pygments/lexers/ecl.py                             |    2 +-
 pygments/lexers/eiffel.py                          |    2 +-
 pygments/lexers/elm.py                             |  121 -
 pygments/lexers/erlang.py                          |    2 +-
 pygments/lexers/esoteric.py                        |  113 +-
 pygments/lexers/ezhil.py                           |   68 -
 pygments/lexers/factor.py                          |    2 +-
 pygments/lexers/fantom.py                          |    2 +-
 pygments/lexers/felix.py                           |    2 +-
 pygments/lexers/fortran.py                         |   69 +-
 pygments/lexers/foxpro.py                          |    2 +-
 pygments/lexers/functional.py                      |    4 +-
 pygments/lexers/go.py                              |    2 +-
 pygments/lexers/grammar_notation.py                |  131 -
 pygments/lexers/graph.py                           |    3 +-
 pygments/lexers/graphics.py                        |    2 +-
 pygments/lexers/haskell.py                         |    2 +-
 pygments/lexers/haxe.py                            |    2 +-
 pygments/lexers/hdl.py                             |    2 +-
 pygments/lexers/hexdump.py                         |   97 -
 pygments/lexers/html.py                            |   30 +-
 pygments/lexers/idl.py                             |   13 +-
 pygments/lexers/igor.py                            |   17 +-
 pygments/lexers/inferno.py                         |    2 +-
 pygments/lexers/installers.py                      |    2 +-
 pygments/lexers/int_fiction.py                     |    3 +-
 pygments/lexers/iolang.py                          |    2 +-
 pygments/lexers/j.py                               |  146 -
 pygments/lexers/javascript.py                      |  291 +-
 pygments/lexers/julia.py                           |    9 +-
 pygments/lexers/jvm.py                             |   57 +-
 pygments/lexers/lisp.py                            |  897 +-
 pygments/lexers/make.py                            |    3 +-
 pygments/lexers/markup.py                          |    2 +-
 pygments/lexers/math.py                            |    2 +-
 pygments/lexers/matlab.py                          |    2 +-
 pygments/lexers/ml.py                              |    2 +-
 pygments/lexers/modeling.py                        |    8 +-
 pygments/lexers/modula2.py                         | 1561 ----
 pygments/lexers/nimrod.py                          |    2 +-
 pygments/lexers/nit.py                             |    2 +-
 pygments/lexers/nix.py                             |    2 +-
 pygments/lexers/oberon.py                          |  105 -
 pygments/lexers/objective.py                       |  194 +-
 pygments/lexers/ooc.py                             |    2 +-
 pygments/lexers/other.py                           |    2 +-
 pygments/lexers/parasail.py                        |   79 -
 pygments/lexers/parsers.py                         |    2 +-
 pygments/lexers/pascal.py                          |  211 +-
 pygments/lexers/pawn.py                            |    2 +-
 pygments/lexers/perl.py                            |    3 +-
 pygments/lexers/php.py                             |    2 +-
 pygments/lexers/praat.py                           |  295 -
 pygments/lexers/prolog.py                          |   10 +-
 pygments/lexers/python.py                          |  127 +-
 pygments/lexers/qvt.py                             |  150 -
 pygments/lexers/r.py                               |    2 +-
 pygments/lexers/rdf.py                             |  208 +-
 pygments/lexers/rebol.py                           |    2 +-
 pygments/lexers/resource.py                        |    2 +-
 pygments/lexers/roboconf.py                        |   82 -
 pygments/lexers/robotframework.py                  |   32 +-
 pygments/lexers/ruby.py                            |   19 +-
 pygments/lexers/rust.py                            |  117 +-
 pygments/lexers/scripting.py                       |  324 +-
 pygments/lexers/shell.py                           |  548 +-
 pygments/lexers/smalltalk.py                       |    2 +-
 pygments/lexers/snobol.py                          |    2 +-
 pygments/lexers/special.py                         |    2 +-
 pygments/lexers/sql.py                             |    6 +-
 pygments/lexers/supercollider.py                   |   90 -
 pygments/lexers/tcl.py                             |    2 +-
 pygments/lexers/templates.py                       |   24 +-
 pygments/lexers/testing.py                         |   90 +-
 pygments/lexers/text.py                            |    2 +-
 pygments/lexers/textedit.py                        |    2 +-
 pygments/lexers/textfmts.py                        |    6 +-
 pygments/lexers/theorem.py                         |   56 +-
 pygments/lexers/trafficscript.py                   |   54 -
 pygments/lexers/urbi.py                            |    2 +-
 pygments/lexers/web.py                             |    2 +-
 pygments/lexers/webmisc.py                         |  139 +-
 pygments/lexers/x10.py                             |   69 -
 pygments/modeline.py                               |    7 +-
 pygments/plugin.py                                 |    2 +-
 pygments/regexopt.py                               |    2 +-
 pygments/scanner.py                                |    2 +-
 pygments/sphinxext.py                              |    8 +-
 pygments/style.py                                  |    4 +-
 pygments/styles/__init__.py                        |    5 +-
 pygments/styles/algol.py                           |   63 -
 pygments/styles/algol_nu.py                        |   63 -
 pygments/styles/arduino.py                         |   98 -
 pygments/styles/autumn.py                          |    2 +-
 pygments/styles/borland.py                         |    2 +-
 pygments/styles/bw.py                              |    2 +-
 pygments/styles/colorful.py                        |    2 +-
 pygments/styles/default.py                         |    2 +-
 pygments/styles/emacs.py                           |    2 +-
 pygments/styles/friendly.py                        |    2 +-
 pygments/styles/fruity.py                          |    2 +-
 pygments/styles/igor.py                            |    2 +-
 pygments/styles/lovelace.py                        |   93 -
 pygments/styles/manni.py                           |    2 +-
 pygments/styles/monokai.py                         |    2 +-
 pygments/styles/murphy.py                          |    2 +-
 pygments/styles/native.py                          |    2 +-
 pygments/styles/paraiso_dark.py                    |    2 +-
 pygments/styles/paraiso_light.py                   |    2 +-
 pygments/styles/pastie.py                          |    2 +-
 pygments/styles/perldoc.py                         |    2 +-
 pygments/styles/rrt.py                             |    2 +-
 pygments/styles/tango.py                           |    2 +-
 pygments/styles/trac.py                            |    2 +-
 pygments/styles/vim.py                             |    2 +-
 pygments/styles/vs.py                              |    2 +-
 pygments/styles/xcode.py                           |    2 +-
 pygments/token.py                                  |    4 +-
 pygments/unistring.py                              |    6 +-
 pygments/util.py                                   |   30 +-
 scripts/check_sources.py                           |    4 +-
 scripts/debug_lexer.py                             |   60 +-
 scripts/get_vimkw.py                               |    2 +-
 setup.py                                           |    4 +-
 tests/.coverage                                    |  Bin 13152 -> 0 bytes
 tests/__pycache__/string_asserts.cpython-33.pyc    |  Bin 1469 -> 0 bytes
 tests/__pycache__/support.cpython-33.pyc           |  Bin 689 -> 0 bytes
 tests/__pycache__/test_basic_api.cpython-33.pyc    |  Bin 18346 -> 0 bytes
 tests/__pycache__/test_cfm.cpython-33.pyc          |  Bin 2324 -> 0 bytes
 tests/__pycache__/test_clexer.cpython-33.pyc       |  Bin 7334 -> 0 bytes
 tests/__pycache__/test_cmdline.cpython-33.pyc      |  Bin 11598 -> 0 bytes
 tests/__pycache__/test_examplefiles.cpython-33.pyc |  Bin 5050 -> 0 bytes
 .../__pycache__/test_html_formatter.cpython-33.pyc |  Bin 9503 -> 0 bytes
 tests/__pycache__/test_inherit.cpython-33.pyc      |  Bin 6640 -> 0 bytes
 tests/__pycache__/test_java.cpython-33.pyc         |  Bin 1781 -> 0 bytes
 .../test_latex_formatter.cpython-33.pyc            |  Bin 2290 -> 0 bytes
 tests/__pycache__/test_lexers_other.cpython-33.pyc |  Bin 3635 -> 0 bytes
 .../test_objectiveclexer.cpython-33.pyc            |  Bin 4125 -> 0 bytes
 tests/__pycache__/test_perllexer.cpython-33.pyc    |  Bin 10626 -> 0 bytes
 tests/__pycache__/test_qbasiclexer.cpython-33.pyc  |  Bin 2040 -> 0 bytes
 tests/__pycache__/test_regexlexer.cpython-33.pyc   |  Bin 2921 -> 0 bytes
 tests/__pycache__/test_regexopt.cpython-33.pyc     |  Bin 4440 -> 0 bytes
 .../__pycache__/test_rtf_formatter.cpython-33.pyc  |  Bin 6164 -> 0 bytes
 tests/__pycache__/test_ruby.cpython-33.pyc         |  Bin 5468 -> 0 bytes
 tests/__pycache__/test_shell.cpython-33.pyc        |  Bin 2992 -> 0 bytes
 tests/__pycache__/test_smarty.cpython-33.pyc       |  Bin 1939 -> 0 bytes
 .../__pycache__/test_string_asserts.cpython-33.pyc |  Bin 2740 -> 0 bytes
 tests/__pycache__/test_textfmts.cpython-33.pyc     |  Bin 2227 -> 0 bytes
 tests/__pycache__/test_token.cpython-33.pyc        |  Bin 2256 -> 0 bytes
 tests/__pycache__/test_unistring.cpython-33.pyc    |  Bin 2430 -> 0 bytes
 tests/__pycache__/test_using_api.cpython-33.pyc    |  Bin 2446 -> 0 bytes
 tests/__pycache__/test_util.cpython-33.pyc         |  Bin 12866 -> 0 bytes
 tests/cover/coverage_html.js                       |  376 -
 tests/cover/jquery.hotkeys.js                      |   99 -
 tests/cover/jquery.isonscreen.js                   |   53 -
 tests/cover/jquery.min.js                          |  166 -
 tests/cover/jquery.tablesorter.min.js              |    2 -
 tests/cover/keybd_closed.png                       |  Bin 264 -> 0 bytes
 tests/cover/keybd_open.png                         |  Bin 267 -> 0 bytes
 tests/cover/status.dat                             | 5179 -----------
 tests/cover/style.css                              |  300 -
 tests/examplefiles/99_bottles_of_beer.chpl         |  174 -
 tests/examplefiles/AcidStateAdvanced.hs            |  209 -
 tests/examplefiles/AlternatingGroup.mu             |  102 -
 tests/examplefiles/BOM.js                          |    1 -
 tests/examplefiles/Blink.ino                       |   24 -
 tests/examplefiles/CPDictionary.j                  |  611 --
 tests/examplefiles/Config.in.cache                 | 1973 -----
 tests/examplefiles/Constants.mo                    |  158 -
 tests/examplefiles/DancingSudoku.lhs               |  411 -
 tests/examplefiles/Deflate.fs                      |  578 --
 tests/examplefiles/Error.pmod                      |   38 -
 tests/examplefiles/Errors.scala                    |   23 -
 tests/examplefiles/FakeFile.pike                   |  360 -
 tests/examplefiles/Get-CommandDefinitionHtml.ps1   |   66 -
 tests/examplefiles/IPDispatchC.nc                  |  104 -
 tests/examplefiles/IPDispatchP.nc                  |  671 --
 tests/examplefiles/Intro.java                      | 1660 ----
 tests/examplefiles/Makefile                        | 1131 ---
 tests/examplefiles/Object.st                       | 4394 ----------
 tests/examplefiles/OrderedMap.hx                   |  584 --
 tests/examplefiles/RoleQ.pm6                       |   23 -
 tests/examplefiles/SmallCheck.hs                   |  378 -
 tests/examplefiles/Sorting.mod                     |  470 -
 tests/examplefiles/Sudoku.lhs                      |  382 -
 tests/examplefiles/abnf_example1.abnf              |   22 -
 tests/examplefiles/abnf_example2.abnf              |    9 -
 tests/examplefiles/addressbook.proto               |   30 -
 tests/examplefiles/ahcon.f                         |  340 -
 tests/examplefiles/all.nit                         | 1986 -----
 tests/examplefiles/antlr_ANTLRv3.g                 |  608 --
 tests/examplefiles/antlr_throws                    |    1 -
 tests/examplefiles/apache2.conf                    |  393 -
 tests/examplefiles/as3_test.as                     |  143 -
 tests/examplefiles/as3_test2.as                    |   46 -
 tests/examplefiles/as3_test3.as                    |    3 -
 tests/examplefiles/aspx-cs_example                 |   27 -
 tests/examplefiles/autoit_submit.au3               |   27 -
 tests/examplefiles/automake.mk                     |    7 -
 tests/examplefiles/badcase.java                    |    2 -
 tests/examplefiles/bigtest.nsi                     |  308 -
 tests/examplefiles/bnf_example1.bnf                |   15 -
 tests/examplefiles/boot-9.scm                      | 1557 ----
 tests/examplefiles/ca65_example                    |  284 -
 tests/examplefiles/cbmbas_example                  |    9 -
 tests/examplefiles/cells.ps                        |  515 --
 tests/examplefiles/ceval.c                         | 2604 ------
 tests/examplefiles/char.scala                      |    4 -
 tests/examplefiles/cheetah_example.html            |   13 -
 tests/examplefiles/classes.dylan                   |  125 -
 tests/examplefiles/clojure-weird-keywords.clj      |    5 -
 tests/examplefiles/condensed_ruby.rb               |   10 -
 tests/examplefiles/coq_RelationClasses             |  447 -
 tests/examplefiles/core.cljs                       |   52 -
 tests/examplefiles/database.pytb                   |   20 -
 tests/examplefiles/de.MoinMoin.po                  | 2461 ------
 tests/examplefiles/demo.ahk                        |  181 -
 tests/examplefiles/demo.cfm                        |   50 -
 tests/examplefiles/demo.css.in                     |    6 -
 tests/examplefiles/demo.hbs                        |   12 -
 tests/examplefiles/demo.js.in                      |    6 -
 tests/examplefiles/demo.thrift                     |   14 -
 tests/examplefiles/demo.xul.in                     |    7 -
 tests/examplefiles/django_sample.html+django       |   68 -
 tests/examplefiles/docker.docker                   |    5 -
 tests/examplefiles/dwarf.cw                        |   17 -
 tests/examplefiles/eg_example1.eg                  |  155 -
 tests/examplefiles/ember.handlebars                |   33 -
 tests/examplefiles/erl_session                     |   10 -
 tests/examplefiles/es6.js                          |   46 -
 tests/examplefiles/escape_semicolon.clj            |    1 -
 tests/examplefiles/eval.rs                         |  606 --
 tests/examplefiles/evil_regex.js                   |   48 -
 tests/examplefiles/example.Rd                      |   78 -
 tests/examplefiles/example.als                     |  217 -
 tests/examplefiles/example.bat                     |  205 -
 tests/examplefiles/example.bc                      |   53 -
 tests/examplefiles/example.bug                     |   54 -
 tests/examplefiles/example.c                       | 2080 -----
 tests/examplefiles/example.ceylon                  |   52 -
 tests/examplefiles/example.chai                    |    6 -
 tests/examplefiles/example.clay                    |   33 -
 tests/examplefiles/example.cls                     |   15 -
 tests/examplefiles/example.cob                     | 2620 ------
 tests/examplefiles/example.coffee                  |   27 -
 tests/examplefiles/example.cpp                     | 2363 -----
 tests/examplefiles/example.e                       |  124 -
 tests/examplefiles/example.elm                     |   58 -
 tests/examplefiles/example.ezt                     |   32 -
 tests/examplefiles/example.f90                     |    8 -
 tests/examplefiles/example.feature                 |   16 -
 tests/examplefiles/example.fish                    |  580 --
 tests/examplefiles/example.gd                      |   23 -
 tests/examplefiles/example.gi                      |   64 -
 tests/examplefiles/example.golo                    |  113 -
 tests/examplefiles/example.groovy                  |    2 -
 tests/examplefiles/example.gs                      |  106 -
 tests/examplefiles/example.gst                     |    7 -
 tests/examplefiles/example.hs                      |   31 -
 tests/examplefiles/example.hx                      |  192 -
 tests/examplefiles/example.i6t                     |   32 -
 tests/examplefiles/example.i7x                     |   45 -
 tests/examplefiles/example.j                       |  564 --
 tests/examplefiles/example.jag                     |   48 -
 tests/examplefiles/example.java                    |   16 -
 tests/examplefiles/example.jcl                     |   31 -
 tests/examplefiles/example.jsonld                  |   27 -
 tests/examplefiles/example.kal                     |   75 -
 tests/examplefiles/example.kt                      |   47 -
 tests/examplefiles/example.lagda                   |   19 -
 tests/examplefiles/example.liquid                  |   42 -
 tests/examplefiles/example.lua                     |  250 -
 tests/examplefiles/example.ma                      |    8 -
 tests/examplefiles/example.mac                     |    6 -
 tests/examplefiles/example.monkey                  |  152 -
 tests/examplefiles/example.moo                     |   26 -
 tests/examplefiles/example.moon                    |  629 --
 tests/examplefiles/example.mq4                     |  187 -
 tests/examplefiles/example.mqh                     |  123 -
 tests/examplefiles/example.msc                     |   43 -
 tests/examplefiles/example.ni                      |   57 -
 tests/examplefiles/example.nim                     | 1010 ---
 tests/examplefiles/example.nix                     |   80 -
 tests/examplefiles/example.ns2                     |   69 -
 tests/examplefiles/example.pas                     | 2708 ------
 tests/examplefiles/example.pcmk                    |  115 -
 tests/examplefiles/example.pp                      |    8 -
 tests/examplefiles/example.praat                   |  245 -
 tests/examplefiles/example.prg                     |  161 -
 tests/examplefiles/example.rb                      | 1852 ----
 tests/examplefiles/example.red                     |  257 -
 tests/examplefiles/example.reds                    |  150 -
 tests/examplefiles/example.reg                     |   19 -
 tests/examplefiles/example.rexx                    |   50 -
 tests/examplefiles/example.rhtml                   |  561 --
 tests/examplefiles/example.rkt                     |  743 --
 tests/examplefiles/example.rpf                     |    4 -
 tests/examplefiles/example.rts                     |  118 -
 tests/examplefiles/example.scd                     |   76 -
 tests/examplefiles/example.sh                      |   22 -
 tests/examplefiles/example.sh-session              |   19 -
 tests/examplefiles/example.shell-session           |   45 -
 tests/examplefiles/example.slim                    |   31 -
 tests/examplefiles/example.sls                     |   51 -
 tests/examplefiles/example.sml                     |  156 -
 tests/examplefiles/example.snobol                  |   15 -
 tests/examplefiles/example.stan                    |  122 -
 tests/examplefiles/example.tap                     |   37 -
 tests/examplefiles/example.tea                     |   34 -
 tests/examplefiles/example.tf                      |  162 -
 tests/examplefiles/example.thy                     |  751 --
 tests/examplefiles/example.todotxt                 |    9 -
 tests/examplefiles/example.ts                      |   39 -
 tests/examplefiles/example.ttl                     |   43 -
 tests/examplefiles/example.u                       |  548 --
 tests/examplefiles/example.weechatlog              |   11 -
 tests/examplefiles/example.x10                     |    9 -
 tests/examplefiles/example.xhtml                   |  376 -
 tests/examplefiles/example.xtend                   |   34 -
 tests/examplefiles/example.yaml                    |  302 -
 tests/examplefiles/example1.cadl                   |  149 -
 tests/examplefiles/example2.aspx                   |   29 -
 tests/examplefiles/example2.msc                    |   79 -
 tests/examplefiles/exampleScript.cfc               |  241 -
 tests/examplefiles/exampleTag.cfc                  |   18 -
 tests/examplefiles/example_coq.v                   |    4 -
 tests/examplefiles/example_elixir.ex               |  233 -
 tests/examplefiles/example_file.fy                 |  128 -
 tests/examplefiles/ezhil_primefactors.n            |  152 -
 tests/examplefiles/firefox.mak                     |  586 --
 tests/examplefiles/flipflop.sv                     |   19 -
 tests/examplefiles/foo.sce                         |    6 -
 tests/examplefiles/format.ml                       | 1213 ---
 tests/examplefiles/fucked_up.rb                    |   77 -
 tests/examplefiles/function.mu                     |    1 -
 tests/examplefiles/functional.rst                  | 1472 ----
 tests/examplefiles/garcia-wachs.kk                 |  133 -
 tests/examplefiles/genclass.clj                    |  510 --
 tests/examplefiles/genshi_example.xml+genshi       |  193 -
 tests/examplefiles/genshitext_example.genshitext   |   33 -
 tests/examplefiles/glsl.frag                       |    7 -
 tests/examplefiles/glsl.vert                       |   13 -
 tests/examplefiles/grammar-test.p6                 |   22 -
 tests/examplefiles/hash_syntax.rb                  |    5 -
 tests/examplefiles/hello.at                        |    6 -
 tests/examplefiles/hello.golo                      |    5 -
 tests/examplefiles/hello.lsl                       |   12 -
 tests/examplefiles/hello.smali                     |   40 -
 tests/examplefiles/hello.sp                        |    9 -
 tests/examplefiles/hexdump_debugexe                |  309 -
 tests/examplefiles/hexdump_hd                      |  310 -
 tests/examplefiles/hexdump_hexcat                  |  247 -
 tests/examplefiles/hexdump_hexdump                 |  310 -
 tests/examplefiles/hexdump_od                      |  310 -
 tests/examplefiles/hexdump_xxd                     |  309 -
 tests/examplefiles/html+php_faulty.php             |    1 -
 tests/examplefiles/http_request_example            |   15 -
 tests/examplefiles/http_response_example           |   29 -
 tests/examplefiles/hybris_File.hy                  |  174 -
 tests/examplefiles/idl_sample.pro                  |   73 -
 tests/examplefiles/iex_example                     |   23 -
 tests/examplefiles/inet_pton6.dg                   |   71 -
 tests/examplefiles/inform6_example                 |  375 -
 tests/examplefiles/interp.scala                    |   10 -
 tests/examplefiles/intro.ik                        |   24 -
 tests/examplefiles/ints.php                        |   10 -
 tests/examplefiles/intsyn.fun                      |  675 --
 tests/examplefiles/intsyn.sig                      |  286 -
 tests/examplefiles/irb_heredoc                     |    8 -
 tests/examplefiles/irc.lsp                         |  214 -
 tests/examplefiles/java.properties                 |   16 -
 tests/examplefiles/jbst_example1.jbst              |   28 -
 tests/examplefiles/jbst_example2.jbst              |   45 -
 tests/examplefiles/jinjadesignerdoc.rst            |  713 --
 tests/examplefiles/json.lasso                      |  301 -
 tests/examplefiles/json.lasso9                     |  213 -
 tests/examplefiles/language.hy                     |  165 -
 tests/examplefiles/lighttpd_config.conf            |   13 -
 tests/examplefiles/limbo.b                         |  456 -
 tests/examplefiles/linecontinuation.py             |   47 -
 tests/examplefiles/livescript-demo.ls              |   43 -
 tests/examplefiles/logos_example.xm                |   28 -
 tests/examplefiles/ltmain.sh                       | 2849 ------
 tests/examplefiles/main.cmake                      |   45 -
 tests/examplefiles/markdown.lsp                    |  679 --
 tests/examplefiles/matlab_noreturn                 |    3 -
 tests/examplefiles/matlab_sample                   |   34 -
 tests/examplefiles/matlabsession_sample.txt        |   37 -
 tests/examplefiles/metagrammar.treetop             |  455 -
 tests/examplefiles/minehunt.qml                    |  112 -
 tests/examplefiles/minimal.ns2                     |    4 -
 tests/examplefiles/modula2_test_cases.def          |  354 -
 tests/examplefiles/moin_SyntaxReference.txt        |  340 -
 tests/examplefiles/multiline_regexes.rb            |   38 -
 tests/examplefiles/nanomsg.intr                    |   95 -
 tests/examplefiles/nasm_aoutso.asm                 |   96 -
 tests/examplefiles/nasm_objexe.asm                 |   30 -
 tests/examplefiles/nemerle_sample.n                |   87 -
 tests/examplefiles/nginx_nginx.conf                |  118 -
 tests/examplefiles/noexcept.cpp                    |    8 -
 tests/examplefiles/numbers.c                       |   12 -
 tests/examplefiles/objc_example.m                  |  179 -
 tests/examplefiles/openedge_example                |   34 -
 tests/examplefiles/pacman.conf                     |   49 -
 tests/examplefiles/pacman.ijs                      | 1107 ---
 tests/examplefiles/pawn_example                    |   25 -
 tests/examplefiles/perl_misc                       |   62 -
 tests/examplefiles/perl_perl5db                    |  998 ---
 tests/examplefiles/perl_regex-delims               |  120 -
 tests/examplefiles/perlfunc.1                      |  856 --
 tests/examplefiles/phpMyAdmin.spec                 |  163 -
 tests/examplefiles/phpcomplete.vim                 |  567 --
 tests/examplefiles/pkgconfig_example.pc            |   18 -
 tests/examplefiles/pleac.in.rb                     | 1223 ---
 tests/examplefiles/postgresql_test.txt             |   47 -
 tests/examplefiles/pppoe.applescript               |   10 -
 tests/examplefiles/psql_session.txt                |  122 -
 tests/examplefiles/py3_test.txt                    |    2 -
 tests/examplefiles/py3tb_test.py3tb                |    4 -
 tests/examplefiles/pycon_ctrlc_traceback           |  118 -
 tests/examplefiles/pycon_test.pycon                |   17 -
 tests/examplefiles/pytb_test2.pytb                 |    2 -
 tests/examplefiles/pytb_test3.pytb                 |    4 -
 tests/examplefiles/python25-bsd.mak                |  234 -
 tests/examplefiles/qbasic_example                  |    2 -
 tests/examplefiles/qsort.prolog                    |   13 -
 tests/examplefiles/r-console-transcript.Rout       |   38 -
 tests/examplefiles/r6rs-comments.scm               |   23 -
 tests/examplefiles/ragel-cpp_rlscan                |  280 -
 tests/examplefiles/ragel-cpp_snippet               |    2 -
 tests/examplefiles/regex.js                        |   22 -
 tests/examplefiles/resourcebundle_demo             |    9 -
 tests/examplefiles/reversi.lsp                     |  427 -
 tests/examplefiles/roboconf.graph                  |   40 -
 tests/examplefiles/roboconf.instances              |   24 -
 tests/examplefiles/robotframework_test.txt         |   40 -
 tests/examplefiles/rql-queries.rql                 |   34 -
 tests/examplefiles/ruby_func_def.rb                |   11 -
 tests/examplefiles/sample.qvto                     |    4 -
 tests/examplefiles/scilab.sci                      |   30 -
 tests/examplefiles/scope.cirru                     |  237 -
 tests/examplefiles/session.dylan-console           |    9 -
 tests/examplefiles/sibling.prolog                  |   19 -
 tests/examplefiles/simple.camkes                   |   38 -
 tests/examplefiles/simple.croc                     |  747 --
 tests/examplefiles/smarty_example.html             |  209 -
 tests/examplefiles/source.lgt                      |  343 -
 tests/examplefiles/sources.list                    |   62 -
 tests/examplefiles/sparql.rq                       |   48 -
 tests/examplefiles/sphere.pov                      |   18 -
 tests/examplefiles/sqlite3.sqlite3-console         |   27 -
 tests/examplefiles/squid.conf                      |   30 -
 tests/examplefiles/string.jl                       | 1031 ---
 tests/examplefiles/string_delimiters.d             |   21 -
 tests/examplefiles/stripheredoc.sh                 |    3 -
 tests/examplefiles/subr.el                         | 4868 -----------
 tests/examplefiles/swig_java.swg                   | 1329 ---
 tests/examplefiles/swig_std_vector.i               |  225 -
 tests/examplefiles/tads3_example.t                 | 1248 ---
 tests/examplefiles/termcap                         | 1340 ---
 tests/examplefiles/terminfo                        | 1445 ---
 tests/examplefiles/test-3.0.xq                     |  185 -
 tests/examplefiles/test-exist-update.xq            |   75 -
 tests/examplefiles/test.R                          |  185 -
 tests/examplefiles/test.adb                        |  211 -
 tests/examplefiles/test.adls                       |  313 -
 tests/examplefiles/test.agda                       |  109 -
 tests/examplefiles/test.apl                        |   26 -
 tests/examplefiles/test.asy                        |  131 -
 tests/examplefiles/test.awk                        |  121 -
 tests/examplefiles/test.bb                         |   95 -
 tests/examplefiles/test.bmx                        |  145 -
 tests/examplefiles/test.boo                        |   39 -
 tests/examplefiles/test.bpl                        |  140 -
 tests/examplefiles/test.bro                        |  250 -
 tests/examplefiles/test.cadl                       |   32 -
 tests/examplefiles/test.cs                         |  374 -
 tests/examplefiles/test.csd                        |  260 -
 tests/examplefiles/test.css                        |   54 -
 tests/examplefiles/test.cu                         |   36 -
 tests/examplefiles/test.cyp                        |  123 -
 tests/examplefiles/test.d                          |  135 -
 tests/examplefiles/test.dart                       |   23 -
 tests/examplefiles/test.dtd                        |   89 -
 tests/examplefiles/test.ebnf                       |   31 -
 tests/examplefiles/test.ec                         |  605 --
 tests/examplefiles/test.eh                         |  315 -
 tests/examplefiles/test.erl                        |  169 -
 tests/examplefiles/test.evoque                     |   33 -
 tests/examplefiles/test.fan                        |  818 --
 tests/examplefiles/test.flx                        |   57 -
 tests/examplefiles/test.gdc                        |   13 -
 tests/examplefiles/test.gradle                     |   20 -
 tests/examplefiles/test.groovy                     |   97 -
 tests/examplefiles/test.html                       |  339 -
 tests/examplefiles/test.idr                        |  101 -
 tests/examplefiles/test.ini                        |   10 -
 tests/examplefiles/test.java                       |  653 --
 tests/examplefiles/test.jsp                        |   24 -
 tests/examplefiles/test.lean                       |  217 -
 tests/examplefiles/test.maql                       |   45 -
 tests/examplefiles/test.mask                       |   41 -
 tests/examplefiles/test.mod                        |  374 -
 tests/examplefiles/test.moo                        |   51 -
 tests/examplefiles/test.myt                        |  166 -
 tests/examplefiles/test.nim                        |   93 -
 tests/examplefiles/test.odin                       |   43 -
 tests/examplefiles/test.opa                        |   10 -
 tests/examplefiles/test.orc                        |  257 -
 tests/examplefiles/test.p6                         |  252 -
 tests/examplefiles/test.pan                        |   54 -
 tests/examplefiles/test.pas                        |  743 --
 tests/examplefiles/test.php                        |  515 --
 tests/examplefiles/test.pig                        |  148 -
 tests/examplefiles/test.plot                       |  333 -
 tests/examplefiles/test.ps1                        |  108 -
 tests/examplefiles/test.psl                        |  182 -
 tests/examplefiles/test.pwn                        |  253 -
 tests/examplefiles/test.pypylog                    | 1000 ---
 tests/examplefiles/test.r3                         |  114 -
 tests/examplefiles/test.rb                         |  177 -
 tests/examplefiles/test.rhtml                      |   43 -
 tests/examplefiles/test.rsl                        |  111 -
 tests/examplefiles/test.scaml                      |    8 -
 tests/examplefiles/test.sco                        |   10 -
 tests/examplefiles/test.shen                       |  137 -
 tests/examplefiles/test.ssp                        |   12 -
 tests/examplefiles/test.swift                      |   65 -
 tests/examplefiles/test.tcsh                       |  830 --
 tests/examplefiles/test.vb                         |  407 -
 tests/examplefiles/test.vhdl                       |  161 -
 tests/examplefiles/test.xqy                        |  138 -
 tests/examplefiles/test.xsl                        |   23 -
 tests/examplefiles/test.zep                        |   33 -
 tests/examplefiles/test2.odin                      |   30 -
 tests/examplefiles/test2.pypylog                   |  120 -
 tests/examplefiles/test_basic.adls                 |   28 -
 tests/examplefiles/truncated.pytb                  |   15 -
 tests/examplefiles/twig_test                       | 4612 ----------
 tests/examplefiles/type.lisp                       | 1218 ---
 tests/examplefiles/underscore.coffee               |  603 --
 tests/examplefiles/unicode.applescript             |    5 -
 tests/examplefiles/unicode.go                      |   10 -
 tests/examplefiles/unicode.js                      |    6 -
 tests/examplefiles/unicodedoc.py                   |   11 -
 tests/examplefiles/unix-io.lid                     |   37 -
 tests/examplefiles/vbnet_test.bas                  |   29 -
 tests/examplefiles/vctreestatus_hg                 |    4 -
 tests/examplefiles/vimrc                           |   21 -
 tests/examplefiles/vpath.mk                        |   16 -
 tests/examplefiles/webkit-transition.css           |    3 -
 tests/examplefiles/while.pov                       |   13 -
 tests/examplefiles/wiki.factor                     |  384 -
 tests/examplefiles/xml_example                     | 1897 ----
 tests/examplefiles/yahalom.cpsa                    |   34 -
 tests/examplefiles/zmlrpc.f90                      |  798 --
 tests/run.py                                       |   31 +-
 tests/string_asserts.py                            |    2 +-
 tests/string_asserts.pyc                           |  Bin 1218 -> 0 bytes
 tests/support.pyc                                  |  Bin 631 -> 0 bytes
 tests/test_basic_api.py                            |   32 +-
 tests/test_basic_api.pyc                           |  Bin 13646 -> 0 bytes
 tests/test_cfm.py                                  |    4 +-
 tests/test_cfm.pyc                                 |  Bin 1877 -> 0 bytes
 tests/test_clexer.py                               |   25 +-
 tests/test_clexer.pyc                              |  Bin 7082 -> 0 bytes
 tests/test_cmdline.py                              |  243 +-
 tests/test_cmdline.pyc                             |  Bin 9732 -> 0 bytes
 tests/test_examplefiles.py                         |    2 +-
 tests/test_examplefiles.pyc                        |  Bin 4508 -> 0 bytes
 tests/test_ezhil.py                                |  182 -
 tests/test_ezhil.pyc                               |  Bin 4954 -> 0 bytes
 tests/test_html_formatter.py                       |   37 +-
 tests/test_html_formatter.pyc                      |  Bin 7888 -> 0 bytes
 tests/test_inherit.py                              |    2 +-
 tests/test_inherit.pyc                             |  Bin 4031 -> 0 bytes
 tests/test_irc_formatter.py                        |   30 -
 tests/test_irc_formatter.pyc                       |  Bin 1317 -> 0 bytes
 tests/test_java.py                                 |   40 +-
 tests/test_java.pyc                                |  Bin 2511 -> 0 bytes
 tests/test_latex_formatter.py                      |    4 +-
 tests/test_latex_formatter.pyc                     |  Bin 2036 -> 0 bytes
 tests/test_lexers_other.py                         |   25 +-
 tests/test_lexers_other.pyc                        |  Bin 3714 -> 0 bytes
 tests/test_objectiveclexer.py                      |    2 +-
 tests/test_objectiveclexer.pyc                     |  Bin 3145 -> 0 bytes
 tests/test_perllexer.py                            |    2 +-
 tests/test_perllexer.pyc                           |  Bin 7481 -> 0 bytes
 tests/test_qbasiclexer.py                          |    2 +-
 tests/test_qbasiclexer.pyc                         |  Bin 1807 -> 0 bytes
 tests/test_regexlexer.py                           |    2 +-
 tests/test_regexlexer.pyc                          |  Bin 2358 -> 0 bytes
 tests/test_regexopt.py                             |    2 +-
 tests/test_regexopt.pyc                            |  Bin 3355 -> 0 bytes
 tests/test_rtf_formatter.py                        |    2 +-
 tests/test_rtf_formatter.pyc                       |  Bin 4866 -> 0 bytes
 tests/test_ruby.py                                 |    2 +-
 tests/test_ruby.pyc                                |  Bin 4511 -> 0 bytes
 tests/test_shell.py                                |   28 +-
 tests/test_shell.pyc                               |  Bin 3129 -> 0 bytes
 tests/test_smarty.py                               |    2 +-
 tests/test_smarty.pyc                              |  Bin 1690 -> 0 bytes
 tests/test_string_asserts.py                       |    2 +-
 tests/test_string_asserts.pyc                      |  Bin 2017 -> 0 bytes
 tests/test_terminal_formatter.py                   |   51 -
 tests/test_terminal_formatter.pyc                  |  Bin 2295 -> 0 bytes
 tests/test_textfmts.py                             |    2 +-
 tests/test_textfmts.pyc                            |  Bin 1842 -> 0 bytes
 tests/test_token.py                                |    2 +-
 tests/test_token.pyc                               |  Bin 1953 -> 0 bytes
 tests/test_unistring.py                            |    2 +-
 tests/test_unistring.pyc                           |  Bin 1996 -> 0 bytes
 tests/test_using_api.py                            |    2 +-
 tests/test_using_api.pyc                           |  Bin 1965 -> 0 bytes
 tests/test_util.py                                 |   70 +-
 tests/test_util.pyc                                |  Bin 9890 -> 0 bytes
 702 files changed, 6134 insertions(+), 132544 deletions(-)
 delete mode 100644 pygments/formatters/irc.py
 delete mode 100644 pygments/lexers/_csound_builtins.py
 delete mode 100644 pygments/lexers/archetype.py
 delete mode 100644 pygments/lexers/csound.py
 delete mode 100644 pygments/lexers/elm.py
 delete mode 100644 pygments/lexers/ezhil.py
 delete mode 100644 pygments/lexers/grammar_notation.py
 delete mode 100644 pygments/lexers/hexdump.py
 delete mode 100644 pygments/lexers/j.py
 delete mode 100644 pygments/lexers/modula2.py
 delete mode 100644 pygments/lexers/oberon.py
 delete mode 100644 pygments/lexers/parasail.py
 delete mode 100644 pygments/lexers/praat.py
 delete mode 100644 pygments/lexers/qvt.py
 delete mode 100644 pygments/lexers/roboconf.py
 delete mode 100644 pygments/lexers/supercollider.py
 delete mode 100644 pygments/lexers/trafficscript.py
 delete mode 100644 pygments/lexers/x10.py
 delete mode 100644 pygments/styles/algol.py
 delete mode 100644 pygments/styles/algol_nu.py
 delete mode 100644 pygments/styles/arduino.py
 delete mode 100644 pygments/styles/lovelace.py
 delete mode 100644 tests/.coverage
 delete mode 100644 tests/__pycache__/string_asserts.cpython-33.pyc
 delete mode 100644 tests/__pycache__/support.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_basic_api.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_cfm.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_clexer.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_cmdline.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_examplefiles.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_html_formatter.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_inherit.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_java.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_latex_formatter.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_lexers_other.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_objectiveclexer.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_perllexer.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_qbasiclexer.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_regexlexer.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_regexopt.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_rtf_formatter.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_ruby.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_shell.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_smarty.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_string_asserts.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_textfmts.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_token.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_unistring.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_using_api.cpython-33.pyc
 delete mode 100644 tests/__pycache__/test_util.cpython-33.pyc
 delete mode 100644 tests/cover/coverage_html.js
 delete mode 100644 tests/cover/jquery.hotkeys.js
 delete mode 100644 tests/cover/jquery.isonscreen.js
 delete mode 100644 tests/cover/jquery.min.js
 delete mode 100644 tests/cover/jquery.tablesorter.min.js
 delete mode 100644 tests/cover/keybd_closed.png
 delete mode 100644 tests/cover/keybd_open.png
 delete mode 100644 tests/cover/status.dat
 delete mode 100644 tests/cover/style.css
 delete mode 100644 tests/examplefiles/99_bottles_of_beer.chpl
 delete mode 100644 tests/examplefiles/AcidStateAdvanced.hs
 delete mode 100644 tests/examplefiles/AlternatingGroup.mu
 delete mode 100644 tests/examplefiles/BOM.js
 delete mode 100644 tests/examplefiles/Blink.ino
 delete mode 100644 tests/examplefiles/CPDictionary.j
 delete mode 100644 tests/examplefiles/Config.in.cache
 delete mode 100644 tests/examplefiles/Constants.mo
 delete mode 100644 tests/examplefiles/DancingSudoku.lhs
 delete mode 100644 tests/examplefiles/Deflate.fs
 delete mode 100644 tests/examplefiles/Error.pmod
 delete mode 100644 tests/examplefiles/Errors.scala
 delete mode 100644 tests/examplefiles/FakeFile.pike
 delete mode 100644 tests/examplefiles/Get-CommandDefinitionHtml.ps1
 delete mode 100644 tests/examplefiles/IPDispatchC.nc
 delete mode 100644 tests/examplefiles/IPDispatchP.nc
 delete mode 100644 tests/examplefiles/Intro.java
 delete mode 100644 tests/examplefiles/Makefile
 delete mode 100644 tests/examplefiles/Object.st
 delete mode 100644 tests/examplefiles/OrderedMap.hx
 delete mode 100644 tests/examplefiles/RoleQ.pm6
 delete mode 100644 tests/examplefiles/SmallCheck.hs
 delete mode 100644 tests/examplefiles/Sorting.mod
 delete mode 100644 tests/examplefiles/Sudoku.lhs
 delete mode 100644 tests/examplefiles/abnf_example1.abnf
 delete mode 100644 tests/examplefiles/abnf_example2.abnf
 delete mode 100644 tests/examplefiles/addressbook.proto
 delete mode 100644 tests/examplefiles/ahcon.f
 delete mode 100644 tests/examplefiles/all.nit
 delete mode 100644 tests/examplefiles/antlr_ANTLRv3.g
 delete mode 100644 tests/examplefiles/antlr_throws
 delete mode 100644 tests/examplefiles/apache2.conf
 delete mode 100644 tests/examplefiles/as3_test.as
 delete mode 100644 tests/examplefiles/as3_test2.as
 delete mode 100644 tests/examplefiles/as3_test3.as
 delete mode 100644 tests/examplefiles/aspx-cs_example
 delete mode 100644 tests/examplefiles/autoit_submit.au3
 delete mode 100644 tests/examplefiles/automake.mk
 delete mode 100644 tests/examplefiles/badcase.java
 delete mode 100644 tests/examplefiles/bigtest.nsi
 delete mode 100644 tests/examplefiles/bnf_example1.bnf
 delete mode 100644 tests/examplefiles/boot-9.scm
 delete mode 100644 tests/examplefiles/ca65_example
 delete mode 100644 tests/examplefiles/cbmbas_example
 delete mode 100644 tests/examplefiles/cells.ps
 delete mode 100644 tests/examplefiles/ceval.c
 delete mode 100644 tests/examplefiles/char.scala
 delete mode 100644 tests/examplefiles/cheetah_example.html
 delete mode 100644 tests/examplefiles/classes.dylan
 delete mode 100644 tests/examplefiles/clojure-weird-keywords.clj
 delete mode 100644 tests/examplefiles/condensed_ruby.rb
 delete mode 100644 tests/examplefiles/coq_RelationClasses
 delete mode 100644 tests/examplefiles/core.cljs
 delete mode 100644 tests/examplefiles/database.pytb
 delete mode 100644 tests/examplefiles/de.MoinMoin.po
 delete mode 100644 tests/examplefiles/demo.ahk
 delete mode 100644 tests/examplefiles/demo.cfm
 delete mode 100644 tests/examplefiles/demo.css.in
 delete mode 100644 tests/examplefiles/demo.hbs
 delete mode 100644 tests/examplefiles/demo.js.in
 delete mode 100644 tests/examplefiles/demo.thrift
 delete mode 100644 tests/examplefiles/demo.xul.in
 delete mode 100644 tests/examplefiles/django_sample.html+django
 delete mode 100644 tests/examplefiles/docker.docker
 delete mode 100644 tests/examplefiles/dwarf.cw
 delete mode 100644 tests/examplefiles/eg_example1.eg
 delete mode 100644 tests/examplefiles/ember.handlebars
 delete mode 100644 tests/examplefiles/erl_session
 delete mode 100644 tests/examplefiles/es6.js
 delete mode 100644 tests/examplefiles/escape_semicolon.clj
 delete mode 100644 tests/examplefiles/eval.rs
 delete mode 100644 tests/examplefiles/evil_regex.js
 delete mode 100644 tests/examplefiles/example.Rd
 delete mode 100644 tests/examplefiles/example.als
 delete mode 100644 tests/examplefiles/example.bat
 delete mode 100644 tests/examplefiles/example.bc
 delete mode 100644 tests/examplefiles/example.bug
 delete mode 100644 tests/examplefiles/example.c
 delete mode 100644 tests/examplefiles/example.ceylon
 delete mode 100644 tests/examplefiles/example.chai
 delete mode 100644 tests/examplefiles/example.clay
 delete mode 100644 tests/examplefiles/example.cls
 delete mode 100644 tests/examplefiles/example.cob
 delete mode 100644 tests/examplefiles/example.coffee
 delete mode 100644 tests/examplefiles/example.cpp
 delete mode 100644 tests/examplefiles/example.e
 delete mode 100644 tests/examplefiles/example.elm
 delete mode 100644 tests/examplefiles/example.ezt
 delete mode 100644 tests/examplefiles/example.f90
 delete mode 100644 tests/examplefiles/example.feature
 delete mode 100644 tests/examplefiles/example.fish
 delete mode 100644 tests/examplefiles/example.gd
 delete mode 100644 tests/examplefiles/example.gi
 delete mode 100644 tests/examplefiles/example.golo
 delete mode 100644 tests/examplefiles/example.groovy
 delete mode 100644 tests/examplefiles/example.gs
 delete mode 100644 tests/examplefiles/example.gst
 delete mode 100644 tests/examplefiles/example.hs
 delete mode 100644 tests/examplefiles/example.hx
 delete mode 100644 tests/examplefiles/example.i6t
 delete mode 100644 tests/examplefiles/example.i7x
 delete mode 100644 tests/examplefiles/example.j
 delete mode 100644 tests/examplefiles/example.jag
 delete mode 100644 tests/examplefiles/example.java
 delete mode 100644 tests/examplefiles/example.jcl
 delete mode 100644 tests/examplefiles/example.jsonld
 delete mode 100644 tests/examplefiles/example.kal
 delete mode 100644 tests/examplefiles/example.kt
 delete mode 100644 tests/examplefiles/example.lagda
 delete mode 100644 tests/examplefiles/example.liquid
 delete mode 100644 tests/examplefiles/example.lua
 delete mode 100644 tests/examplefiles/example.ma
 delete mode 100644 tests/examplefiles/example.mac
 delete mode 100644 tests/examplefiles/example.monkey
 delete mode 100644 tests/examplefiles/example.moo
 delete mode 100644 tests/examplefiles/example.moon
 delete mode 100644 tests/examplefiles/example.mq4
 delete mode 100644 tests/examplefiles/example.mqh
 delete mode 100644 tests/examplefiles/example.msc
 delete mode 100644 tests/examplefiles/example.ni
 delete mode 100644 tests/examplefiles/example.nim
 delete mode 100644 tests/examplefiles/example.nix
 delete mode 100644 tests/examplefiles/example.ns2
 delete mode 100644 tests/examplefiles/example.pas
 delete mode 100644 tests/examplefiles/example.pcmk
 delete mode 100644 tests/examplefiles/example.pp
 delete mode 100644 tests/examplefiles/example.praat
 delete mode 100644 tests/examplefiles/example.prg
 delete mode 100644 tests/examplefiles/example.rb
 delete mode 100644 tests/examplefiles/example.red
 delete mode 100644 tests/examplefiles/example.reds
 delete mode 100644 tests/examplefiles/example.reg
 delete mode 100644 tests/examplefiles/example.rexx
 delete mode 100644 tests/examplefiles/example.rhtml
 delete mode 100644 tests/examplefiles/example.rkt
 delete mode 100644 tests/examplefiles/example.rpf
 delete mode 100644 tests/examplefiles/example.rts
 delete mode 100644 tests/examplefiles/example.scd
 delete mode 100644 tests/examplefiles/example.sh
 delete mode 100644 tests/examplefiles/example.sh-session
 delete mode 100644 tests/examplefiles/example.shell-session
 delete mode 100644 tests/examplefiles/example.slim
 delete mode 100644 tests/examplefiles/example.sls
 delete mode 100644 tests/examplefiles/example.sml
 delete mode 100644 tests/examplefiles/example.snobol
 delete mode 100644 tests/examplefiles/example.stan
 delete mode 100644 tests/examplefiles/example.tap
 delete mode 100644 tests/examplefiles/example.tea
 delete mode 100644 tests/examplefiles/example.tf
 delete mode 100644 tests/examplefiles/example.thy
 delete mode 100644 tests/examplefiles/example.todotxt
 delete mode 100644 tests/examplefiles/example.ts
 delete mode 100644 tests/examplefiles/example.ttl
 delete mode 100644 tests/examplefiles/example.u
 delete mode 100644 tests/examplefiles/example.weechatlog
 delete mode 100644 tests/examplefiles/example.x10
 delete mode 100644 tests/examplefiles/example.xhtml
 delete mode 100644 tests/examplefiles/example.xtend
 delete mode 100644 tests/examplefiles/example.yaml
 delete mode 100644 tests/examplefiles/example1.cadl
 delete mode 100644 tests/examplefiles/example2.aspx
 delete mode 100644 tests/examplefiles/example2.msc
 delete mode 100644 tests/examplefiles/exampleScript.cfc
 delete mode 100644 tests/examplefiles/exampleTag.cfc
 delete mode 100644 tests/examplefiles/example_coq.v
 delete mode 100644 tests/examplefiles/example_elixir.ex
 delete mode 100644 tests/examplefiles/example_file.fy
 delete mode 100644 tests/examplefiles/ezhil_primefactors.n
 delete mode 100644 tests/examplefiles/firefox.mak
 delete mode 100644 tests/examplefiles/flipflop.sv
 delete mode 100644 tests/examplefiles/foo.sce
 delete mode 100644 tests/examplefiles/format.ml
 delete mode 100644 tests/examplefiles/fucked_up.rb
 delete mode 100644 tests/examplefiles/function.mu
 delete mode 100644 tests/examplefiles/functional.rst
 delete mode 100644 tests/examplefiles/garcia-wachs.kk
 delete mode 100644 tests/examplefiles/genclass.clj
 delete mode 100644 tests/examplefiles/genshi_example.xml+genshi
 delete mode 100644 tests/examplefiles/genshitext_example.genshitext
 delete mode 100644 tests/examplefiles/glsl.frag
 delete mode 100644 tests/examplefiles/glsl.vert
 delete mode 100644 tests/examplefiles/grammar-test.p6
 delete mode 100644 tests/examplefiles/hash_syntax.rb
 delete mode 100644 tests/examplefiles/hello.at
 delete mode 100644 tests/examplefiles/hello.golo
 delete mode 100644 tests/examplefiles/hello.lsl
 delete mode 100644 tests/examplefiles/hello.smali
 delete mode 100644 tests/examplefiles/hello.sp
 delete mode 100644 tests/examplefiles/hexdump_debugexe
 delete mode 100644 tests/examplefiles/hexdump_hd
 delete mode 100644 tests/examplefiles/hexdump_hexcat
 delete mode 100644 tests/examplefiles/hexdump_hexdump
 delete mode 100644 tests/examplefiles/hexdump_od
 delete mode 100644 tests/examplefiles/hexdump_xxd
 delete mode 100644 tests/examplefiles/html+php_faulty.php
 delete mode 100644 tests/examplefiles/http_request_example
 delete mode 100644 tests/examplefiles/http_response_example
 delete mode 100644 tests/examplefiles/hybris_File.hy
 delete mode 100644 tests/examplefiles/idl_sample.pro
 delete mode 100644 tests/examplefiles/iex_example
 delete mode 100644 tests/examplefiles/inet_pton6.dg
 delete mode 100644 tests/examplefiles/inform6_example
 delete mode 100644 tests/examplefiles/interp.scala
 delete mode 100644 tests/examplefiles/intro.ik
 delete mode 100644 tests/examplefiles/ints.php
 delete mode 100644 tests/examplefiles/intsyn.fun
 delete mode 100644 tests/examplefiles/intsyn.sig
 delete mode 100644 tests/examplefiles/irb_heredoc
 delete mode 100644 tests/examplefiles/irc.lsp
 delete mode 100644 tests/examplefiles/java.properties
 delete mode 100644 tests/examplefiles/jbst_example1.jbst
 delete mode 100644 tests/examplefiles/jbst_example2.jbst
 delete mode 100644 tests/examplefiles/jinjadesignerdoc.rst
 delete mode 100644 tests/examplefiles/json.lasso
 delete mode 100644 tests/examplefiles/json.lasso9
 delete mode 100644 tests/examplefiles/language.hy
 delete mode 100644 tests/examplefiles/lighttpd_config.conf
 delete mode 100644 tests/examplefiles/limbo.b
 delete mode 100644 tests/examplefiles/linecontinuation.py
 delete mode 100644 tests/examplefiles/livescript-demo.ls
 delete mode 100644 tests/examplefiles/logos_example.xm
 delete mode 100644 tests/examplefiles/ltmain.sh
 delete mode 100644 tests/examplefiles/main.cmake
... 205 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pygments.git



More information about the Python-modules-commits mailing list