summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close strange branch.rd-lexerGeorg Brandl2012-10-140-0/+0
* merge withJeffrey B. Arnold2012-09-174-2/+121
|\
| * mergedJeffrey B. Arnold2012-09-0818-204/+933
| |\
| | * resolved conflictJeffrey B. Arnold2012-09-0218-204/+933
| | |\
| * | | RdLexer: removed analyse_textJeffrey B. Arnold2012-09-081-2/+0
| |/ /
| * | added support for R documentation (Rd) filesJeffrey B. Arnold2012-08-194-2/+122
* | | 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-0918-204/+932
|\ \ \ \ | |/ / /
| * | | 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-0114-78/+811
| |\ \
| | * | 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-263-9/+72
| | * | Be more lax about "from" due to new syntax "raise x from y".Georg Brandl2012-08-271-0/+7
| | * | Merged in greghendershott/pygments-main (pull request #101)Georg Brandl2012-08-231-10/+0
| | |\ \
| | | * | Remove examples of errors in example.rkt.Greg Hendershott2012-08-231-10/+0
| | * | | Stylistic fixes for Racket. Add changelog entry.Georg Brandl2012-08-232-439/+436
| | * | | Merged in greghendershott/pygments-main (pull request #94)Georg Brandl2012-08-234-3/+675
| | |\ \ \ | | | |/ /
| | | * | Add example.rkt. Update AUTHORS.Greg Hendershott2012-08-192-0/+106
| | | * | 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-222-12/+15
| * | | 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-202-64/+41
| * | | StanLexer: fixed bug in analyse_textJeffrey B. Arnold2012-08-191-1/+5
| * | | JagsLexer: changed extension to .jagJeffrey B. Arnold2012-08-193-2/+2
| * | | BugsLexer, JagsLexer, StanLexer: fixed filenames, added analyse_text functionsJeffrey B. Arnold2012-08-193-5/+23
| * | | SLexer: update filenames and mimetypesJeffrey B. Arnold2012-08-191-3/+4
| |/ /
* | | quote changeEricFromCanada2012-09-091-1/+1