summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Add TypeScript LexerAlain Gilbert2012-10-032-1/+76
* Imaginary Number Literals for GoJimmy Zelinskie2012-09-221-0/+5
* JuliaLexer updatesMike Nolta2012-09-191-3/+3
* GoLexer updated for Go1Jimmy Zelinskie2012-09-161-13/+16
* More Modelica update.Georg Brandl2012-09-111-3/+4
* Modelica lexer update from Dietmar Winkler.Georg Brandl2012-09-111-11/+13
* Update lexer map.Georg Brandl2012-09-111-2/+2
* Merged in thechriswalker/pygments-main (pull request #106)Georg Brandl2012-09-111-12/+18
|\
| * Improving the GoLexerChris Walker2012-09-101-12/+18
* | Merged in EricFromCanada/pygments-main (pull request #107)Georg Brandl2012-09-111-2/+2
|\ \
| * | added .xq, .xql and .xqm as xquery extension possibilitiesSteve Spigarelli2012-09-081-2/+2
| |/
* | mergedEricFromCanada2012-09-0910-146/+756
|\ \ | |/
| * fix triple-quote coloring in ScalaNicolas R?mond2012-09-051-1/+1
| * BugsLexer,JagsLexer: pass nosetestsJeffrey B. Arnold2012-09-011-2/+2
| * mergedJeffrey B. Arnold2012-09-0110-78/+696
| |\
| | * Treat sage scripts as pythonGeoffrey Irving2012-08-281-2/+2
| | * Remove unnecessary flags from Racket and Jags lexers; fix repetition bug.Tim Hatch2012-08-272-3/+3
| | * Centralize regex metachar escaping, since the surrogate support breaksTim Hatch2012-08-273-23/+12
| | * Regenerate unistring.py from unicodedata 5.2.0Tim Hatch2012-08-271-22/+24
| | * Fix glitch in self-generation of unistring.pyTim Hatch2012-08-271-2/+2
| | * Also escape regex metachars in unistring.Tim Hatch2012-08-271-2/+5
| | * Include unidata version in generated unistring.pyTim Hatch2012-08-271-0/+1
| | * Avoid unintentionally creating a wide unicode literal in unistring.pyTim Hatch2012-08-271-1/+5
| | * Handle non-BMP Unicode ranges consistently, regardless of Python build.Tim Hatch2012-08-262-9/+54
| | * Be more lax about "from" due to new syntax "raise x from y".Georg Brandl2012-08-271-0/+7
| | * Stylistic fixes for Racket. Add changelog entry.Georg Brandl2012-08-231-439/+435
| | * Merged in greghendershott/pygments-main (pull request #94)Georg Brandl2012-08-232-3/+569
| | |\
| | | * Improve comments.Greg Hendershott2012-08-131-2/+2
| | | * Generate `keywords' and `builtins' lists from `namespace-mapped-symbols'.Greg Hendershott2012-08-131-81/+438
| | | * Also treat curly braces like parentheses.Greg Hendershott2012-08-131-3/+3
| | | * Handle all permutations of Racket numbers.Greg Hendershott2012-08-131-12/+55
| | | * Change some comments.Greg Hendershott2012-08-121-6/+3
| | | * Add RacketLexer.Greg Hendershott2012-08-122-4/+173
| | * | Closes #803: remove set literals from lexer definitionGeorg Brandl2012-08-211-15/+15
| * | | StanLexer: accounted for new bound syntaxJeffrey B. Arnold2012-08-221-9/+8
| * | | no lines > 80 charJeffrey B. Arnold2012-08-201-6/+8
| * | | StanLexer: less strict so it can highlight fragmentsJeffrey B. Arnold2012-08-201-18/+8
| * | | commentsJeffrey B. Arnold2012-08-201-1/+1
| * | | cleaning up BugsLexer, JagsLexerJeffrey B. Arnold2012-08-201-40/+18
| * | | StanLexer: fixed bug in analyse_textJeffrey B. Arnold2012-08-191-1/+5
| * | | JagsLexer: changed extension to .jagJeffrey B. Arnold2012-08-192-2/+2
| * | | BugsLexer, JagsLexer, StanLexer: fixed filenames, added analyse_text functionsJeffrey B. Arnold2012-08-192-5/+23
| * | | SLexer: update filenames and mimetypesJeffrey B. Arnold2012-08-191-3/+4
| |/ /
* | | quote changeEricFromCanada2012-09-091-1/+1
* | | Numerous fixes and additions for Lasso covering its less-common attributes.EricFromCanada2012-09-091-45/+72
|/ /
* | Closes #785: make sure LateX formatter output is Unicode.Georg Brandl2012-08-191-8/+8
* | Add missing versionadded.Georg Brandl2012-08-191-0/+4
* | Closes #690: allow Unicode names for XML tags/attributes.Georg Brandl2012-08-191-4/+4
* | Closes #695: match namespace:function names in Erlang.Georg Brandl2012-08-191-2/+3
* | Closes #745: fix function declaration recognition for C/C++/...Georg Brandl2012-08-191-6/+6