summaryrefslogtreecommitdiff
path: root/external/autopygmentize
Commit message (Collapse)AuthorAgeFilesLines
* autopygmentize: support more file types (#2219)Reuben Thomas2022-09-131-8/+46
| | | | | Includes new languages and new compression types. Also, check that the decompression program exists before trying to use it.
* Happy new year.Georg Brandl2022-01-251-1/+1
|
* autopygmentize: use file before pygmentize; add JSON support (#1786)Reuben Thomas2021-05-021-53/+53
| | | | | | Although pygmentize -N is much cheaper than file, it makes some bad guesses, so use file first. Add support for MIME type application/json.
* autopygmentize: various improvements and fixesReuben Thomas2019-11-251-23/+29
|
* 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.
* 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
|/
* merge default into stableGeorg Brandl2016-01-171-0/+83