[Python-modules-commits] [pygments] 01/04: Import pygments_2.1.orig.tar.gz

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Jan 25 14:58:31 UTC 2016


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

mitya57 pushed a commit to branch master
in repository pygments.

commit b5351c9cc0dc0092edb44cc4213415e43d46a92b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Jan 25 17:58:03 2016 +0300

    Import pygments_2.1.orig.tar.gz
---
 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/{terminal.py => irc.py}        |   87 +-
 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                 | 9240 ++++++++++----------
 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 0 -> 13152 bytes
 tests/__pycache__/string_asserts.cpython-33.pyc    |  Bin 0 -> 1469 bytes
 tests/__pycache__/support.cpython-33.pyc           |  Bin 0 -> 689 bytes
 tests/__pycache__/test_basic_api.cpython-33.pyc    |  Bin 0 -> 18346 bytes
 tests/__pycache__/test_cfm.cpython-33.pyc          |  Bin 0 -> 2324 bytes
 tests/__pycache__/test_clexer.cpython-33.pyc       |  Bin 0 -> 7334 bytes
 tests/__pycache__/test_cmdline.cpython-33.pyc      |  Bin 0 -> 11598 bytes
 tests/__pycache__/test_examplefiles.cpython-33.pyc |  Bin 0 -> 5050 bytes
 .../__pycache__/test_html_formatter.cpython-33.pyc |  Bin 0 -> 9503 bytes
 tests/__pycache__/test_inherit.cpython-33.pyc      |  Bin 0 -> 6640 bytes
 tests/__pycache__/test_java.cpython-33.pyc         |  Bin 0 -> 1781 bytes
 .../test_latex_formatter.cpython-33.pyc            |  Bin 0 -> 2290 bytes
 tests/__pycache__/test_lexers_other.cpython-33.pyc |  Bin 0 -> 3635 bytes
 .../test_objectiveclexer.cpython-33.pyc            |  Bin 0 -> 4125 bytes
 tests/__pycache__/test_perllexer.cpython-33.pyc    |  Bin 0 -> 10626 bytes
 tests/__pycache__/test_qbasiclexer.cpython-33.pyc  |  Bin 0 -> 2040 bytes
 tests/__pycache__/test_regexlexer.cpython-33.pyc   |  Bin 0 -> 2921 bytes
 tests/__pycache__/test_regexopt.cpython-33.pyc     |  Bin 0 -> 4440 bytes
 .../__pycache__/test_rtf_formatter.cpython-33.pyc  |  Bin 0 -> 6164 bytes
 tests/__pycache__/test_ruby.cpython-33.pyc         |  Bin 0 -> 5468 bytes
 tests/__pycache__/test_shell.cpython-33.pyc        |  Bin 0 -> 2992 bytes
 tests/__pycache__/test_smarty.cpython-33.pyc       |  Bin 0 -> 1939 bytes
 .../__pycache__/test_string_asserts.cpython-33.pyc |  Bin 0 -> 2740 bytes
 tests/__pycache__/test_textfmts.cpython-33.pyc     |  Bin 0 -> 2227 bytes
 tests/__pycache__/test_token.cpython-33.pyc        |  Bin 0 -> 2256 bytes
 tests/__pycache__/test_unistring.cpython-33.pyc    |  Bin 0 -> 2430 bytes
 tests/__pycache__/test_using_api.cpython-33.pyc    |  Bin 0 -> 2446 bytes
 tests/__pycache__/test_util.cpython-33.pyc         |  Bin 0 -> 12866 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 0 -> 264 bytes
 tests/cover/keybd_open.png                         |  Bin 0 -> 267 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 0 -> 1218 bytes
 tests/support.pyc                                  |  Bin 0 -> 631 bytes
 tests/test_basic_api.py                            |   32 +-
 tests/test_basic_api.pyc                           |  Bin 0 -> 13646 bytes
 tests/test_cfm.py                                  |    4 +-
 tests/test_cfm.pyc                                 |  Bin 0 -> 1877 bytes
 tests/test_clexer.py                               |   25 +-
 tests/test_clexer.pyc                              |  Bin 0 -> 7082 bytes
 tests/test_cmdline.py                              |  243 +-
 tests/test_cmdline.pyc                             |  Bin 0 -> 9732 bytes
 tests/test_examplefiles.py                         |    2 +-
 tests/test_examplefiles.pyc                        |  Bin 0 -> 4508 bytes
 tests/test_ezhil.py                                |  182 +
 tests/test_ezhil.pyc                               |  Bin 0 -> 4954 bytes
 tests/test_html_formatter.py                       |   37 +-
 tests/test_html_formatter.pyc                      |  Bin 0 -> 7888 bytes
 tests/test_inherit.py                              |    2 +-
 tests/test_inherit.pyc                             |  Bin 0 -> 4031 bytes
 tests/test_irc_formatter.py                        |   30 +
 tests/test_irc_formatter.pyc                       |  Bin 0 -> 1317 bytes
 tests/test_java.py                                 |   40 +-
 tests/test_java.pyc                                |  Bin 0 -> 2511 bytes
 tests/test_latex_formatter.py                      |    4 +-
 tests/test_latex_formatter.pyc                     |  Bin 0 -> 2036 bytes
 tests/test_lexers_other.py                         |   25 +-
 tests/test_lexers_other.pyc                        |  Bin 0 -> 3714 bytes
 tests/test_objectiveclexer.py                      |    2 +-
 tests/test_objectiveclexer.pyc                     |  Bin 0 -> 3145 bytes
 tests/test_perllexer.py                            |    2 +-
 tests/test_perllexer.pyc                           |  Bin 0 -> 7481 bytes
 tests/test_qbasiclexer.py                          |    2 +-
 tests/test_qbasiclexer.pyc                         |  Bin 0 -> 1807 bytes
 tests/test_regexlexer.py                           |    2 +-
 tests/test_regexlexer.pyc                          |  Bin 0 -> 2358 bytes
 tests/test_regexopt.py                             |    2 +-
 tests/test_regexopt.pyc                            |  Bin 0 -> 3355 bytes
 tests/test_rtf_formatter.py                        |    2 +-
 tests/test_rtf_formatter.pyc                       |  Bin 0 -> 4866 bytes
 tests/test_ruby.py                                 |    2 +-
 tests/test_ruby.pyc                                |  Bin 0 -> 4511 bytes
 tests/test_shell.py                                |   28 +-
 tests/test_shell.pyc                               |  Bin 0 -> 3129 bytes
 tests/test_smarty.py                               |    2 +-
 tests/test_smarty.pyc                              |  Bin 0 -> 1690 bytes
 tests/test_string_asserts.py                       |    2 +-
 tests/test_string_asserts.pyc                      |  Bin 0 -> 2017 bytes
 tests/test_terminal_formatter.py                   |   51 +
 tests/test_terminal_formatter.pyc                  |  Bin 0 -> 2295 bytes
 tests/test_textfmts.py                             |    2 +-
 tests/test_textfmts.pyc                            |  Bin 0 -> 1842 bytes
 tests/test_token.py                                |    2 +-
 tests/test_token.pyc                               |  Bin 0 -> 1953 bytes
 tests/test_unistring.py                            |    2 +-
 tests/test_unistring.pyc                           |  Bin 0 -> 1996 bytes
 tests/test_using_api.py                            |    2 +-
 tests/test_using_api.pyc                           |  Bin 0 -> 1965 bytes
 tests/test_util.py                                 |   70 +-
 tests/test_util.pyc                                |  Bin 0 -> 9890 bytes
 702 files changed, 132460 insertions(+), 6201 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 0611923..9318d43 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,12 +7,14 @@ Other contributors, listed alphabetically, are:
 
 * Sam Aaron -- Ioke lexer
 * Ali Afshar -- image formatter
-* Thomas Aglassinger -- Rexx lexer
+* Thomas Aglassinger -- Easytrieve, JCL and Rexx lexers
+* Muthiah Annamalai -- Ezhil lexer
 * Kumar Appaiah -- Debian control lexer
 * Andreas Amann -- AppleScript lexer
 * Timothy Armstrong -- Dart lexer fixes
 * Jeffrey Arnold -- R/S, Rd, BUGS, Jags, and Stan lexers
 * Jeremy Ashkenas -- CoffeeScript lexer
+* José Joaquín Atria -- Praat lexer
 * Stefan Matthias Aust -- Smalltalk lexer
 * Lucas Bajolet -- Nit lexer
 * Ben Bangert -- Mako lexers
@@ -21,25 +23,35 @@ Other contributors, listed alphabetically, are:
 * Tim Baumann -- (Literate) Agda lexer
 * Paul Baumgart, 280 North, Inc. -- Objective-J lexer
 * Michael Bayer -- Myghty lexers
+* Thomas Beale -- Archetype lexers
 * John Benediktsson -- Factor lexer
+* Trevor Bergeron -- mIRC formatter
+* Vincent Bernat -- LessCSS lexer
 * Christopher Bertels -- Fancy lexer
+* Sébastien Bigaret -- QVT Operational lexer
 * Jarrett Billingsley -- MiniD lexer
 * Adam Blinkinsop -- Haskell, Redcode lexers
 * Frits van Bommel -- assembler lexers
 * Pierre Bourdon -- bugfixes
+* chebee7i -- Python traceback lexer improvements
 * Hiram Chirino -- Scaml and Jade lexers
 * Ian Cooper -- VGL lexer
 * David Corbett -- Inform, Jasmin, and TADS 3 lexers
 * Leaf Corcoran -- MoonScript lexer
 * Christopher Creutzig -- MuPAD lexer
-* Daniël W. Crompton - Pike lexer
+* Daniël W. Crompton -- Pike lexer
 * Pete Curry -- bugfixes
 * Bryan Davis -- EBNF lexer
+* Bruno Deferrari -- Shen lexer
+* Giedrius Dubinskas -- HTML formatter improvements
 * Owen Durni -- Haxe lexer
 * Alexander Dutton, Oxford University Computing Services -- SPARQL lexer
+* James Edwards -- Terraform lexer
 * Nick Efford -- Python 3 lexer
 * Sven Efftinge -- Xtend lexer
 * Artem Egorkine -- terminal256 formatter
+* Matthew Fernandez -- CAmkES lexer
+* Michael Ficarra -- CPSA lexer
 * James H. Fisher -- PostScript lexer
 * William S. Fulton -- SWIG lexer
 * Carlos Galdino -- Elixir and Elixir Console lexers
@@ -54,28 +66,33 @@ Other contributors, listed alphabetically, are:
 * Krzysiek Goj -- Scala lexer
 * Matt Good -- Genshi, Cheetah lexers
 * Michał Górny -- vim modeline support
+* Alex Gosse -- TrafficScript lexer
 * Patrick Gotthardt -- PHP namespaces support
 * Olivier Guibe -- Asymptote lexer
 * Jordi Gutiérrez Hermoso -- Octave lexer
+* Florian Hahn -- Boogie lexer
 * Martin Harriman -- SNOBOL lexer
 * Matthew Harrison -- SVG formatter
 * Steven Hazel -- Tcl lexer
+* Dan Michael Heggø -- Turtle lexer
 * Aslak Hellesøy -- Gherkin lexer
 * Greg Hendershott -- Racket lexer
+* Justin Hendrick -- ParaSail lexer
 * David Hess, Fish Software, Inc. -- Objective-J lexer
 * Varun Hiremath -- Debian control lexer
 * Rob Hoelz -- Perl 6 lexer
 * Doug Hogan -- Mscgen lexer
 * Ben Hollis -- Mason lexer
 * Max Horn -- GAP lexer
-* Dustin Howett -- Logos lexer
 * Alastair Houghton -- Lexer inheritance facility
 * Tim Howard -- BlitzMax lexer
+* Dustin Howett -- Logos lexer
 * Ivan Inozemtsev -- Fantom lexer
+* Hiroaki Itoh -- Shell console rewrite, Lexers for PowerShell session, MSDOS session, BC
 * Brian R. Jackson -- Tea lexer
 * Christian Jann -- ShellSession lexer
 * Dennis Kaarsemaker -- sources.list lexer
-* Dmitri Kabak - Inferno Limbo lexer
+* Dmitri Kabak -- Inferno Limbo lexer
 * Igor Kalnitsky -- vhdl lexer
 * Alexander Kit -- MaskJS lexer
 * Pekka Klärck -- Robot Framework lexer
@@ -85,16 +102,20 @@ Other contributors, listed alphabetically, are:
 * Adam Koprowski -- Opa lexer
 * Benjamin Kowarsch -- Modula-2 lexer
 * Domen Kožar -- Nix lexer
+* Oleh Krekel -- Emacs Lisp lexer
 * Alexander Kriegisch -- Kconfig and AspectJ lexers
 * Marek Kubica -- Scheme lexer
 * Jochen Kupperschmidt -- Markdown processor
 * Gerd Kurzbach -- Modelica lexer
 * Jon Larimer, Google Inc. -- Smali lexer
 * Olov Lassus -- Dart lexer
+* Matt Layman -- TAP lexer
 * Sylvestre Ledru -- Scilab lexer
 * Mark Lee -- Vala lexer
+* Valentin Lorentz -- C++ lexer improvements
 * Ben Mabey -- Gherkin lexer
 * Angus MacArthur -- QML lexer
+* Louis Mandel -- X10 lexer
 * Louis Marchand -- Eiffel lexer
 * Simone Margaritelli -- Hybris lexer
 * Kirk McDonald -- D lexer
@@ -112,6 +133,7 @@ Other contributors, listed alphabetically, are:
 * Jon Morton -- Rust lexer
 * Paulo Moura -- Logtalk lexer
 * Mher Movsisyan -- DTD lexer
+* Dejan Muhamedagic -- Crmsh lexer
 * Ana Nelson -- Ragel, ANTLR, R console lexers
 * Nam T. Nguyen -- Monokai style
 * Jesper Noehr -- HTML formatter "anchorlinenos"
@@ -120,12 +142,13 @@ Other contributors, listed alphabetically, are:
 * Edward O'Callaghan -- Cryptol lexer
 * David Oliva -- Rebol lexer
 * Pat Pannuto -- nesC lexer
-* Jon Parise -- Protocol buffers lexer
-* Ronny Pfannschmidt -- BBCode lexer
+* Jon Parise -- Protocol buffers and Thrift lexers
 * Benjamin Peterson -- Test suite refactoring
+* Ronny Pfannschmidt -- BBCode lexer
 * Dominik Picheta -- Nimrod lexer
 * Andrew Pinkham -- RTF Formatter Refactoring
 * Clément Prévost -- UrbiScript lexer
+* Elias Rabel -- Fortran fixed form lexer
 * raichoo -- Idris lexer
 * Kashif Rasul -- CUDA lexer
 * Justin Reidy -- MXML lexer
@@ -135,6 +158,7 @@ Other contributors, listed alphabetically, are:
 * Andre Roberge -- Tango style
 * Konrad Rudolph -- LaTeX formatter enhancements
 * Mario Ruggier -- Evoque lexers
+* Miikka Salminen -- Lovelace style, Hexdump lexer, lexer enhancements
 * Stou Sandalski -- NumPy, FORTRAN, tcsh and XSLT lexers
 * Matteo Sasso -- Common Lisp lexer
 * Joe Schafer -- Ada lexer
@@ -149,6 +173,8 @@ Other contributors, listed alphabetically, are:
 * Jerome St-Louis -- eC lexer
 * James Strachan -- Kotlin lexer
 * Tom Stuart -- Treetop lexer
+* Colin Sullivan -- SuperCollider lexer
+* Edoardo Tenani -- Arduino lexer
 * Tiberius Teng -- default style overhaul
 * Jeremy Thurgood -- Erlang, Squid config lexers
 * Brian Tiffin -- OpenCOBOL lexer
@@ -159,16 +185,18 @@ Other contributors, listed alphabetically, are:
 * Daniele Varrazzo -- PostgreSQL lexers
 * Abe Voelker -- OpenEdge ABL lexer
 * Pepijn de Vos -- HTML formatter CTags support
-* Whitney Young -- ObjectiveC lexer
 * Matthias Vallentin -- Bro lexer
 * Linh Vu Hong -- RSL lexer
 * Nathan Weizenbaum -- Haml and Sass lexers
+* Nathan Whetsell -- Csound lexers
 * Dietmar Winkler -- Modelica lexer
 * Nils Winter -- Smalltalk lexer
 * Davy Wybiral -- Clojure lexer
+* Whitney Young -- ObjectiveC lexer
 * Diego Zamboni -- CFengine3 lexer
 * Enrique Zamudio -- Ceylon lexer
 * Alex Zimin -- Nemerle lexer
 * Rob Zimmerman -- Kal lexer
+* Vincent Zurczak -- Roboconf lexer
 
 Many thanks for all contributions!
diff --git a/CHANGES b/CHANGES
index 7031852..379cc87 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,94 @@ Pygments changelog
 ==================
 
 Issue numbers refer to the tracker at
-<http://bitbucket.org/birkenfeld/pygments-main/issues>,
+<https://bitbucket.org/birkenfeld/pygments-main/issues>,
 pull request numbers to the requests at
-<http://bitbucket.org/birkenfeld/pygments-main/pull-requests/merged>.
+<https://bitbucket.org/birkenfeld/pygments-main/pull-requests/merged>.
+
+
+Version 2.1
+-----------
+(released Jan 17, 2016)
+
+- Added lexers:
+
+  * Emacs Lisp (PR#431)
+  * Arduino (PR#442)
+  * Modula-2 with multi-dialect support (#1090)
+  * Fortran fixed format (PR#213)
+  * Archetype Definition language (PR#483)
+  * Terraform (PR#432)
+  * Jcl, Easytrieve (PR#208)
+  * ParaSail (PR#381)
+  * Boogie (PR#420)
+  * Turtle (PR#425)
+  * Fish Shell (PR#422)
+  * Roboconf (PR#449)
+  * Test Anything Protocol (PR#428)
+  * Shen (PR#385)
+  * Component Pascal (PR#437)
+  * SuperCollider (PR#472)
+  * Shell consoles (Tcsh, PowerShell, MSDOS) (PR#479)
+  * Elm and J (PR#452)
+  * Crmsh (PR#440)
+  * Praat (PR#492)
+  * CSound (PR#494)
+  * Ezhil (PR#443)
+  * Thrift (PR#469)
+  * QVT Operational (PR#204)
+  * Hexdump (PR#508)
+  * CAmkES Configuration (PR#462)
+
+- Added styles:
+
+  * Lovelace (PR#456)
+  * Algol and Algol-nu (#1090)
+
+- Added formatters:
+
+  * IRC (PR#458)
+  * True color (24-bit) terminal ANSI sequences (#1142)
+    (formatter alias: "16m")
+
+- New "filename" option for HTML formatter (PR#527).
+
+- Improved performance of the HTML formatter for long lines (PR#504).
+
+- Updated autopygmentize script (PR#445).
+
+- Fixed style inheritance for non-standard token types in HTML output.
+
+- Added support for async/await to Python 3 lexer.
+
+- Rewrote linenos option for TerminalFormatter (it's better, but slightly
+  different output than before) (#1147).
+
+- Javascript lexer now supports most of ES6 (#1100).
+
+- Cocoa builtins updated for iOS 8.1 (PR#433).
+
+- Combined BashSessionLexer and ShellSessionLexer, new version should support
+  the prompt styles of either.
+
+- Added option to pygmentize to show a full traceback on exceptions.
+
+- Fixed incomplete output on Windows and Python 3 (e.g. when using iPython
+  Notebook) (#1153).
+
+- Allowed more traceback styles in Python console lexer (PR#253).
+
+- Added decorators to TypeScript (PR#509).
+
+- Fix highlighting of certain IRC logs formats (#1076).
+
+
+Version 2.0.2
+-------------
+(released Jan 20, 2015)
+
+- Fix Python tracebacks getting duplicated in the console lexer (#1068).
+
+- Backquote-delimited identifiers are now recognized in F# (#1062).
 
 
 Version 2.0.1
diff --git a/LICENSE b/LICENSE
index 641c8e8..10b8e91 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2006-2014 by the respective authors (see AUTHORS file).
+Copyright (c) 2006-2015 by the respective authors (see AUTHORS file).
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/Makefile b/Makefile
index 020f6ac..efae857 100644
--- a/Makefile
+++ b/Makefile
... 147361 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