summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Add a missing operator '`' for Lean theorem proverSoonho Kong2014-12-091-1/+1
| | | |/ /
| * | | | Copyright year update.Georg Brandl2015-01-21158-159/+159
| * | | | Fix highlighting of certain IRC logs formats (closes #1076).Georg Brandl2015-01-211-1/+1
| * | | | Closes #1075: fix docs for @simplefilter.Georg Brandl2015-01-211-1/+1
| |/ / /
| * | | Bump to 2.0.2.2.0.2Georg Brandl2015-01-201-1/+1
| * | | Fix Python tracebacks getting duplicated in the console lexer (closes #1068).Georg Brandl2015-01-201-0/+1
| * | | spelling/grammar/syntax fixes for docsEricFromCanada2014-11-144-8/+8
* | | | Fix EmacsLispLexer.Oleh Krehel2014-12-243-3/+4
* | | | Ran `make mapfiles` for EmacsLispLexerOleh Krehel2014-12-242-1/+1
* | | | Add EmacsLispLexerOleh Krehel2014-12-241-3/+661
| |/ / |/| |
* | | Add two missing operators '?' and '!' for Lean theorem proverSoonho Kong2014-11-241-2/+2
* | | Merged in jrnold/pygments-main-stan (pull request #415)Georg Brandl2014-11-155-10/+10
|\ \ \
| * | | spelling/grammar/syntax fixes for docsEricFromCanada2014-11-144-8/+8
| * | | fix display of short names & filenames on Formatters pageEricFromCanada2014-11-141-2/+2
* | | | adding reject statement to Stan example fileJeffrey B. Arnold2014-11-141-10/+20
* | | | updated Stan lexer to language version 2.5.0Jeffrey B. Arnold2014-11-142-23/+34
|/ / /
* | | mergeGeorg Brandl2014-11-133-101/+115
|\ \ \
| * \ \ merge with stableGeorg Brandl2014-11-132-89/+104
| |\ \ \ | | |/ /
| | * | Swift lexer: use words()Georg Brandl2014-11-131-89/+103
| | * | Closes #1062: recognize backquote-delimited identifiers in F#.Georg Brandl2014-11-131-0/+1
| | * | Fix and test the "lex(class)" and "format(class)" handlers.Georg Brandl2014-11-111-4/+5
| | * | util: PEP8Georg Brandl2014-11-111-6/+11
| | * | (Hopefully) fix test_cmdline failures under Windows without colorama.Georg Brandl2014-11-112-3/+8
| * | | latex: small code cleanupGeorg Brandl2014-11-131-12/+11
* | | | Add msgctxt keyword to Gettext PO lexerMichal ?iha?2014-11-131-1/+1
|/ / /
* | | More coverage of newer HTML formatter options.Georg Brandl2014-11-111-11/+1
* | | cmdline: more coverageGeorg Brandl2014-11-111-7/+2
* | | Fix -H return codes and test them.Georg Brandl2014-11-111-2/+3
* | | Fix and test the "lex(class)" and "format(class)" handlers.Georg Brandl2014-11-111-4/+5
* | | (Hopefully) fix test_cmdline failures under Windows without colorama.Georg Brandl2014-11-112-3/+8
* | | Reorder logic in cmdline.main a bit.Georg Brandl2014-11-111-12/+14
* | | util: PEP8Georg Brandl2014-11-111-6/+11
* | | Bring pygments.cmdline coverage to ~100%, fix a few glitches in the process.Georg Brandl2014-11-111-14/+11
* | | default branch is 2.1a0.Georg Brandl2014-11-111-1/+1
* | | merge with stableGeorg Brandl2014-11-101-2/+19
|\ \ \ | |/ / |/| |
| * | Add a -v command line switch that shows the full traceback.Georg Brandl2014-11-101-2/+19
* | | Wrap the whole inner body of main() in the try-except.Georg Brandl2014-11-101-40/+41
* | | Bring coverage testing up to scratch. Add "pragma: no cover" to __main__ blocks.Georg Brandl2014-11-1010-12/+19
|/ /
* | Fix leftover debugging "raise". Add test coverage for errors and exceptions i...Georg Brandl2014-11-102-10/+16
* | Bump to 2.0.1.2.0.1Georg Brandl2014-11-101-1/+1
* | Closes #1058: Fix an encoding issue when using ``pygmentize`` with the ``-o``...Georg Brandl2014-11-101-56/+57
* | Bump to 2.0 final.2.0Georg Brandl2014-11-091-1/+1
* | Closes #1057: adjust lexer analysis functions; remove too broad analysis for ...Georg Brandl2014-11-093-7/+4
* | Take lexer priority into account when sorting equal analyse scores.Georg Brandl2014-11-091-8/+10
* | Closes #1055: fixup guessing routines for HTML/XML related markupGeorg Brandl2014-11-085-14/+13
* | Remove duplicate words in _mql_builtins.pyTim Hatch2014-11-061-53/+0
* | Move _mql_builtins to 1-per-line and sort.Tim Hatch2014-11-061-400/+1177
* | Create _mql_builtins.pyTim Hatch2014-11-062-434/+454
* | Remove duplicates from data passed to words()Tim Hatch2014-11-0610-30/+22
* | Regenerate SciLab builtins.Tim Hatch2014-11-061-11/+0