| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add TypeScript Lexer | Alain Gilbert | 2012-10-03 | 1 | -0/+28 |
| * | merged | Jeffrey B. Arnold | 2012-09-01 | 2 | -0/+113 |
| |\ |
|
| | * | Handle non-BMP Unicode ranges consistently, regardless of Python build. | Tim Hatch | 2012-08-26 | 1 | -0/+18 |
| | * | Merged in greghendershott/pygments-main (pull request #101) | Georg Brandl | 2012-08-23 | 1 | -10/+0 |
| | |\ |
|
| | | * | Remove examples of errors in example.rkt. | Greg Hendershott | 2012-08-23 | 1 | -10/+0 |
| | * | | Merged in greghendershott/pygments-main (pull request #94) | Georg Brandl | 2012-08-23 | 1 | -0/+105 |
| | |\ \
| | |/ |
|
| | | * | Add example.rkt. Update AUTHORS. | Greg Hendershott | 2012-08-19 | 1 | -0/+105 |
| * | | | StanLexer: accounted for new bound syntax | Jeffrey B. Arnold | 2012-08-22 | 1 | -3/+7 |
| * | | | cleaning up BugsLexer, JagsLexer | Jeffrey B. Arnold | 2012-08-20 | 1 | -24/+23 |
| * | | | JagsLexer: changed extension to .jag | Jeffrey B. Arnold | 2012-08-19 | 1 | -0/+0 |
| * | | | BugsLexer, JagsLexer, StanLexer: fixed filenames, added analyse_text functions | Jeffrey B. Arnold | 2012-08-19 | 1 | -0/+0 |
| |/ / |
|
| * | | Closes #776: implement more comment types for MATLAB. | Georg Brandl | 2012-08-19 | 1 | -2/+5 |
| * | | Closes #711: add Kconfig lexer, by Alexander Kriegisch. | Georg Brandl | 2012-08-19 | 1 | -0/+1973 |
| * | | Merged in zythmer/pygments-main (pull request #80) | Georg Brandl | 2012-08-19 | 12 | -118/+1713 |
| |\ \ |
|
| | * \ | Merged in svenefftinge/pygments-main-xtend-support (pull request #68) | Georg Brandl | 2012-08-19 | 1 | -0/+34 |
| | |\ \ |
|
| | | * | | Added lexer for Xtend http://xtend-lang.org | Sven Efftinge | 2012-04-07 | 1 | -0/+34 |
| | * | | | added CUDA example test.cu file | Kashif Rasul | 2012-05-27 | 1 | -0/+36 |
| | * | | | BUGS/STAN: fix Bugs lexer and Stan example file to not generate errors | Georg Brandl | 2012-08-19 | 1 | -7/+7 |
| | * | | | Merged in Jonanin/pygments-main (pull request #67) | Georg Brandl | 2012-08-19 | 10 | -118/+908 |
| | |\ \ \ |
|
| | | * \ \ | Merged in jrnold/pygments-main (pull request #89) | Georg Brandl | 2012-08-19 | 2 | -0/+514 |
| | | |\ \ \ |
|
| | | | * \ \ | merging latest from trunk | EricFromCanada | 2012-08-17 | 2 | -0/+514 |
| | | | |\ \ \ |
|
| | | | | * | | | adding example Lasso 8 and Lasso 9 files | EricFromCanada | 2012-08-16 | 2 | -0/+514 |
| | | * | | | | | merge with upstream | Jeffrey B. Arnold | 2012-08-14 | 4 | -118/+196 |
| | | |\ \ \ \ \
| | | |/ / / / |
|
| | | | * | | | | Handle continuous header lines (HttpLexer) | Hong Minhee | 2012-08-14 | 2 | -3/+6 |
| | | | | |_|/
| | | |/| | |
|
| | | | * | | | Merged in jrnold/pygments-main/fix-r (pull request #92) | Georg Brandl | 2012-08-12 | 1 | -0/+41 |
| | | | |\ \ \ |
|
| | | | | * | | | Fix coffee / ls stuff. | Paul Miller | 2012-08-07 | 1 | -4/+17 |
| | | | | * | | | Add support for word arrays and !-> funcs in livescript. | Paul Miller | 2012-06-26 | 1 | -20/+13 |
| | | | | * | | | Add LiveScript support and fix coffeescript. | Paul Miller | 2012-06-26 | 1 | -0/+35 |
| | | | | |/ / |
|
| | | | * | | | minor additions to test.R | Jeffrey B. Arnold | 2012-08-11 | 1 | -0/+3 |
| | | | * | | | SLexer: allowed for escaped quotes, added better example file | Jeffrey B. Arnold | 2012-08-11 | 1 | -115/+146 |
| | | | |/ / |
|
| | | * | | | new example file for stan | Jeffrey B. Arnold | 2012-08-11 | 1 | -46/+78 |
| | | * | | | Added lexers for BUGS, JAGS, and STAN | Jeffrey B. Arnold | 2012-08-01 | 3 | -0/+158 |
| | | |/ / |
|
| | * | | | Add Rust syntax highlighting | Jon Morton | 2012-04-06 | 1 | -0/+743 |
| | | |/
| |/| |
|
| * | | | Added mscgen lexer | Doug Hogan | 2012-06-10 | 2 | -0/+122 |
| | |/
|/| |
|
| * | | Add failing test case for #777. | Robert Lehmann | 2012-05-31 | 1 | -0/+8 |
| |/ |
|
| * | fixed merge conflicts with web.py | Steve Spigarelli | 2012-04-05 | 1 | -1/+3 |
| |\ |
|
| | * | passing new tests for global namespaces | Steve Spigarelli | 2012-04-04 | 1 | -1/+3 |
| * | | Merged in miketaylr/pygments-main (pull request #65) | Georg Brandl | 2012-04-04 | 1 | -0/+5 |
| |\ \ |
|
| | * | | Add ? to CSSLexer Name regex to account for single letter CSS prefixes. | Mike Taylor | 2012-04-03 | 1 | -0/+5 |
| * | | | Test suite fix, authors and changelog entry for Julia | Georg Brandl | 2012-04-04 | 1 | -1/+1 |
| * | | | Merged in nolta/pygments-main (pull request #61) | Georg Brandl | 2012-04-04 | 1 | -0/+1031 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | add julia example file | Mike Nolta | 2012-03-11 | 1 | -0/+1031 |
| * | | | Haskell lexer: template-haskell quoted names | Dag Odenhall | 2012-03-18 | 1 | -0/+209 |
| * | | | Print output of external tools on validation error. | Georg Brandl | 2012-03-11 | 2 | -0/+6 |
| * | | | Fixes #748: clean up deprecation and resource warnings in the test suite when... | Georg Brandl | 2012-03-11 | 9 | -92/+118 |
| |/ / |
|
| * | | Merged in jstrachan/pygments-main (pull request #58) | Georg Brandl | 2012-03-10 | 1 | -0/+47 |
| |\ \ |
|
| | * | | add support for Kotlin programming language | James Strachan | 2012-03-05 | 1 | -0/+47 |
| * | | | Merged in jaxzin/pygments-main (pull request #56) | Georg Brandl | 2012-03-10 | 1 | -0/+34 |
| |\ \ \ |
|
| | * | | | Added support for Tea. http://teatrove.org | Brian R. Jackson | 2012-02-25 | 1 | -0/+34 |
| * | | | | Merged in jpolley_atlassian/pygments-main (pull request #55) | Georg Brandl | 2012-03-10 | 1 | -0/+2 |
| |\ \ \ \ |
|