summaryrefslogtreecommitdiff
path: root/external
Commit message (Collapse)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-283-3/+3
|
* Merged in rrt/pygments-main (pull request #608)Georg Brandl2017-01-221-11/+28
|\ | | | | | | Use hexdump for binary files (plus a tweak to keep MIME types sorted)
| * Fix a couple of errors in the previous commitrrt2016-06-201-4/+6
| |
| * Fall back to od -x, and use hexdump lexerrrt2016-06-201-4/+12
| |
| * autopygmentize: use hexdump on binary filesrrt2016-06-071-9/+16
| | | | | | | | Not strictly using autopygmentize, but makes things more legible.
| * autopygmentize: put MIME types back in sorted orderrrt2016-06-071-2/+2
| | | | | | | | | | | | text/x-crystal was added out of order. Also bump the copyright year.
* | Copyright update.Georg Brandl2017-01-223-3/+3
|/
* Merged in BlaXpirit/pygments/crystal2 (pull request #576)Tim Hatch2016-05-311-2/+2
|\ | | | | | | Implement Crystal lexer (based on RubyLexer)
| * autopygmentize: fix binary encoding workaroundrrt2016-05-041-2/+2
| |
* | Implement Crystal lexer (based on RubyLexer)Oleh Prypin2016-03-221-0/+1
|/
* Merged in EricFromCanada/pygments-main (pull request #417)Tim Hatch2015-10-164-7/+9
|\ | | | | | | Update Lasso lexer with fixes for edge cases and reordered builtins list
| * autopygmentize: update for pygments 2.0rrt2015-02-041-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the dates, and remove the copyright assertion, which doesn't make sense for a file in the public domain. Teach autopygmentize about application/javascript. Update the list of MIME types that can't be mapped relative to file 5.20 and pygments 2.0. Fix a FIXME that needed a 2.0 feature. In the process, remove some hard-wired settings (-f terminal256 -O style=native) that were not commented on in the commit that introduced them (changeset 2846).
| * Copyright year update.Georg Brandl2015-01-213-3/+3
| |
* | update Lasso builtins & generator for v9.3EricFromCanada2015-07-211-5/+5
| |
* | improvements for Lasso builtins generatorEricFromCanada2014-11-171-49/+67
|/ | | | updating & sorting Lasso builtins file
* Merged in flyingsheep/pygments-main (pull request #209)Tim Hatch2014-04-141-50/+66
|\ | | | | | | | | Conflicts: external/autopygmentize
| * fixed autopygmentize to work with nonencoded files, passed options, and .zshrc.Phil Schaf2013-06-031-48/+65
| |
* | Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-182-79/+1
| |
* | new year in copyright noticeGeorg Brandl2014-01-104-4/+4
| |
* | Merge in rrt/pygments-main (pull request #223)Georg Brandl2014-01-091-14/+14
|\ \
| * | changed Makrdown and pygments integrationgarretraziel2013-07-211-14/+14
| |/
* | Minor updates to autopygmentize.rrt2013-07-211-4/+5
|/
* clarified terminologyEricFromCanada2013-02-181-12/+12
|
* refactor for speedEricFromCanada2013-02-101-34/+51
| | | | lists unbound methods separately
* 1.6 mergeEricFromCanada2013-02-075-5/+69
|\
| * autopygmentize: check list of MIME types unknown to pygmentsrrt2013-01-101-1/+1
| | | | | | | | No change between 1.5 and 1.6rc1
| * autopygmentize: various improvementsrrt2013-01-101-50/+46
| | | | | | | | | | | | | | | | | | Fix encoding detection using file (add --brief flag) Remove workaround for non-issue #799 Only call pygmentize once, and thereby always get the benefit of encoding detection.
| * Closes #802: add "autopygmentize" as a possible .lessfilterGeorg Brandl2013-01-091-0/+68
| |
| * Happy new year 2013.Georg Brandl2013-01-094-5/+5
| |
* | generator improvementsEricFromCanada2013-02-071-26/+32
|/
* finalizing builtins generatorEricFromCanada2012-08-151-9/+27
|
* adding keyword generator scriptEric Knibbe2012-06-181-0/+103
|
* Copyright update.Georg Brandl2012-02-054-4/+4
|
* Fix current copyright year.Georg Brandl2011-07-094-4/+4
|
* Added a bash completion script for `pygmentize`, to the external/ directory ↵Georg Brandl2010-03-011-0/+38
| | | | (#466).
* Happy new year!Georg Brandl2010-01-014-4/+4
|
* #428: Add docutils 0.5+ directive class, keep old directive as -old.py.gbrandl2009-09-112-19/+102
|
* Update copyrighting style to standard "team" tags.gbrandl2009-01-043-6/+6
| | | | Update AUTHORS file accordingly.
* Some fixes to the markdown-processorHorst Gutmann2008-06-181-7/+7
| | | | | | | | | | Updated most of the information to Markdown 1.7 and moved the code up the preprocessor chain to become a TextPreprocessor in order to avoid unnecessary paragraphs in the final HTML output. The extra '\n' -> '<br />' replacement is necessary to also allow newlines in the sourcecode without splitting the output HTML into multiple code segments.
* Fix file heading.gbrandl2007-11-211-2/+2
|
* make reindent.gbrandl2007-09-151-1/+0
|
* make check.gbrandl2007-09-151-1/+2
|
* Update docs for new externals.gbrandl2007-09-121-0/+3
|
* Add externals for Markdown and ReST. (Ticket #268).gbrandl2007-09-122-0/+141
|
* [svn] Fix the moin parser.gbrandl2007-06-011-3/+3
|
* [svn] Prepare for 0.8dev.gbrandl2007-02-141-1/+1
|
* [svn] Improve Moin parser and add docs.gbrandl2007-02-141-22/+32
|
* [svn] Add a first version of the Moin parser.gbrandl2007-02-141-0/+102