summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Support Roboconf's DSLVincentZurczak2015-02-203-1/+59
* Merged in endorama/pygments-main/arduino-syntax (pull request #442)Georg Brandl2015-02-181-10/+10
|\
| * Minor fix for the Ceylon Lexertako2015-02-181-2/+1
| * Updated keywords for Ceylon languagetako2015-02-171-9/+10
* | Remove typo in Arduino syntax definitionEdoardo Tenani2015-02-181-2/+2
* | Use set(()) instead of []Edoardo Tenani2015-02-181-6/+6
* | Split functions set in multiple linesEdoardo Tenani2015-02-181-1/+73
* | Revert changes to pygments/formatters/_mapping.pyEdoardo Tenani2015-02-181-0/+1
* | Add arduino lexer and styleEdoardo Tenani2015-01-284-2/+153
|/
* merge with stableGeorg Brandl2015-01-219-94/+101
|\
| * Closes #1075: fix docs for @simplefilter.Georg Brandl2015-01-211-1/+1
| * merge with stableGeorg Brandl2015-01-209-94/+101
| |\
| | * Rollback to [a-z] for the Name.VariableSoonho Kong2015-01-161-1/+1
| | * remove tactics, word_operators, and primitives from highlightingSoonho Kong2015-01-161-22/+7
| | * Add three missing operators '?', '?', '?' for Lean theorem proverSoonho Kong2015-01-151-1/+1
| | * Add a missing operator '`' for Lean theorem proverSoonho Kong2014-12-091-1/+1
| | * 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
| | | |\
| | | * | 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
* | | | | 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
| |_|/ |/| |
* | | 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
|/ /
* | 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
|/