summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close csound (again)csoundTim Hatch2015-11-020-0/+0
* Add example CSD fileNathan Whetsell2015-10-311-0/+260
* Fix minor nit in AUTHORSNathan Whetsell2015-10-231-1/+1
* Add Csound Document lexerNathan Whetsell2015-10-232-49/+45
* Ignore instr opcodeNathan Whetsell2015-10-231-1/+2
* Merge changesNathan Whetsell2015-10-23104-4012/+11100
|\
| * Closes #1160: fix docstring markup.Georg Brandl2015-10-201-1/+1
| * Modula2: code style, doc markup fix.Georg Brandl2015-10-201-159/+154
| * Csound: fix code style nits.Georg Brandl2015-10-201-30/+56
| * Merged in yole/pygments-main/kotlin-lexer (pull request #505)Georg Brandl2015-10-201-7/+9
| |\
| | * update list of Kotlin keywords according to language changes up to 1.0 betayole2015-10-201-7/+9
| |/
| * Merge with -mainTim Hatch2015-10-176-5/+17
| |\
| | * Add missing docstring for CSound; add authorTim Hatch2015-10-173-0/+11
| | * Sphinxext: Provide a better error on missing docstrings.Tim Hatch2015-10-171-0/+2
| | * Correct versionadded directive.Tim Hatch2015-10-171-2/+2
| | * Resolves #643: Remove 'here' as link text in docs.Tim Hatch2015-10-172-5/+4
| * | Closes #1141: C: remove blanket *_t highlighting, add some Linux specific _t ...Georg Brandl2015-10-171-14/+19
| * | Closes #1142: add 16-million color terminal formatter.Georg Brandl2015-10-173-4/+65
| * | Closes #1146: add "unsigned" as a cython builtin.Georg Brandl2015-10-171-8/+9
| * | Closes #685: use String.{Single,Double} in Python lexer.Georg Brandl2015-10-171-32/+33
| * | Style fixes.Georg Brandl2015-10-172-12/+15
| * | More style and markup fixes.Georg Brandl2015-10-175-83/+96
| * | Move TAP to testing module, roboconf style fixes.Georg Brandl2015-10-174-101/+86
| * | More style fixes.Georg Brandl2015-10-173-29/+33
| * | Shell/supercollider: style fixesGeorg Brandl2015-10-172-24/+26
| * | Elm/J: style, versionaddedGeorg Brandl2015-10-172-10/+13
| * | Crmsh/dsls: style fixesGeorg Brandl2015-10-171-17/+19
| * | Praat: style fixesGeorg Brandl2015-10-172-80/+88
| * | Changelog update for PR#504.Georg Brandl2015-10-172-1/+2
| * | Closes #1134: remove nonworking links from docs/integrateGeorg Brandl2015-10-171-15/+0
| |/
| * Remove IPython from TODO per #938Tim Hatch2015-10-161-3/+0
| * Refs #1125: improve detection of builtins.Tim Hatch2015-10-161-1/+1
| * Fixes #1139: Correctly order symbol and char literals in ScalaLexerTim Hatch2015-10-162-1/+5
| * Fixes #1148: Trigger using CLexer off string "#ifndef"Tim Hatch2015-10-161-1/+1
| * Optimized HtmlFormatter to run ~10x faster for long linesGiedrius Dubinskas2015-10-161-11/+12
| * Merged in EricFromCanada/pygments-main (pull request #417)Tim Hatch2015-10-16276-1186/+19487
| |\
| | * Avoid the shell entirely when finding fonts.Tim Hatch2015-10-161-10/+8
| | * Merged in Javantea/pygments-main (pull request #501)Tim Hatch2015-10-1690-424/+9161
| | |\
| | | * Merged in nwhetsell/pygments-main/csound (pull request #494)Tim Hatch2015-10-1487-424/+7242
| | | |\ | |_|/ / |/| | |
| | | * Merged in ckristo/pygments-main/sparql-fix (pull request #491)Tim Hatch2015-10-142-28/+115
| | | |\
| | | | * Unicode escape sequences for strings.Christoph Kindl2015-08-252-4/+6
| | | | * Fixed terminal production PN_CHARS_BASE to work with Python 2.7.Christoph Kindl2015-08-242-40/+28
| | | | * Several fixes for problems (pointed out by @dscorbett).Christoph Kindl2015-08-241-4/+2
| | | | * Rewritten a lot of rules based on the SPARQL 1.1 spec.Christoph Kindl2015-08-242-16/+97
| | | | * Fixed several other shortcomings of the SPARQL grammar.Christoph Kindl2015-08-222-17/+15
| | | | * Further fixes and improvements (pointed out by dscorbett).Christoph Kindl2015-08-222-11/+31
| | | | * Added missing operators.Christoph Kindl2015-08-221-1/+1
| | | | * Corrected regex syntax for IRI parsing.Christoph Kindl2015-08-211-1/+1
| | | | * Fix SPARQL lexer grammar.Christoph Kindl2015-08-211-4/+4
| | | * | Merge with jjatria/pygments-main (praat) (pull request #492)Tim Hatch2015-10-1485-399/+6599
| | | |\ \