| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Initial Swift lexer | Kashif Rasul | 2014-06-05 | 2 | -1/+43 |
| * | Go allows unicode for identifiers. | Tim Hatch | 2014-05-20 | 1 | -1/+3 |
| * | Merged in dscorbett/pygments-numbers (pull request #364) | Tim Hatch | 2014-05-20 | 11 | -54/+62 |
| |\ | |||||
| | * | Add token type Number.Bin | David Corbett | 2014-05-19 | 11 | -54/+62 |
| * | | Update mapfiles. | Tim Hatch | 2014-05-19 | 1 | -2/+2 |
| * | | Make the formatters _mapping.py work like lexers wrt. PYTHONPATH | Tim Hatch | 2014-05-19 | 1 | -0/+7 |
| * | | Add 'emacs-lisp' alias to make org-mode happy. | Tim Hatch | 2014-05-19 | 4 | -5/+10 |
| * | | Fix nested comments in ColdFusion | David Corbett | 2014-05-19 | 1 | -4/+3 |
| |/ | |||||
| * | Merged in dscorbett/pygments-vb.net (pull request #362) | Tim Hatch | 2014-05-18 | 1 | -3/+2 |
| |\ | |||||
| | * | Fix VbNetLexer.analyse_text | David Corbett | 2014-05-17 | 1 | -3/+2 |
| * | | Merged in jaingaurav2/pygments-main-c-cleanup (pull request #342) | Tim Hatch | 2014-05-18 | 11 | -176/+191 |
| |\ \ | |||||
| | * | | Apply default state transition in various lexers to avoid extra token generation | Gaurav Jain | 2014-05-18 | 10 | -159/+158 |
| | * | | Add support for default state transition in ExtendedRegexLexer | Gaurav Jain | 2014-05-18 | 1 | -9/+10 |
| | * | | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-05-17 | 2 | -8/+23 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-05-17 | 25 | -1131/+2002 |
| | | |\ | |||||
| | | * | | Allow default state transitions to allow for state strings as well as tuples | Gaurav Jain | 2014-05-02 | 1 | -5/+7 |
| | | * | | Use default state transition to eliminate unecessary empty tokens | Gaurav Jain | 2014-04-29 | 1 | -2/+2 |
| | | * | | Add ability to specify default state transition | Gaurav Jain | 2014-04-29 | 1 | -6/+19 |
| * | | | | Merged in spderosso/pygments-main (pull request #355) | Tim Hatch | 2014-05-18 | 2 | -1/+60 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | fixed bug in AlloyLexer | sperezde | 2014-05-17 | 1 | -1/+1 |
| | * | | | Alloy (alloy.mit.edu) lexer | Santiago Perez De Rosso | 2014-05-13 | 2 | -1/+60 |
| * | | | | Merged in timgilbert/pygments-main/clj-keyword-fix (pull request #326) | Tim Hatch | 2014-05-17 | 29 | -1144/+2763 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merged in jaingaurav2/pygments-main-993 (pull request #359) | Tim Hatch | 2014-05-17 | 1 | -0/+8 |
| | |\ \ \ \ | |||||
| | | * | | | | Only allow one shebang in Groovy files | Gaurav Jain | 2014-05-16 | 1 | -1/+1 |
| | | * | | | | Add shebang support to Groovy lexer | Gaurav Jain | 2014-05-16 | 1 | -0/+8 |
| | | | |_|/ | | |/| | | |||||
| | * | | | | Swap MIME types of ActionScript and ActionScript 3 | David Corbett | 2014-05-17 | 2 | -6/+6 |
| | |/ / / | |||||
| | * | | | Merged in jambonrose/pygments-main (pull request #338) | Tim Hatch | 2014-05-16 | 2 | -15/+23 |
| | |\ \ \ | |||||
| | | * | | | Clarified comment in _surrogatepair() util. | Andrew Pinkham | 2014-05-06 | 1 | -1/+1 |
| | | * | | | Added comment to _surrogatepair() util. | Andrew Pinkham | 2014-05-06 | 1 | -0/+5 |
| | | * | | | RTF Formatter: replaced surrogate pair calculation with util. | Andrew Pinkham | 2014-05-06 | 1 | -8/+3 |
| | | * | | | Merged birkenfeld/pygments-main into default | Andrew Pinkham | 2014-05-06 | 1 | -14/+22 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merged birkenfeld/pygments-main into default | Andrew Pinkham | 2014-04-28 | 1 | -14/+22 |
| | | | |\ \ \ | |||||
| | | | | * | | | RTF Formatter: consolidated output functions. | Andrew Pinkham | 2014-04-28 | 1 | -2/+1 |
| | | | | * | | | RTF Formatter: removed unnecessary newline | Andrew Pinkham | 2014-04-28 | 1 | -1/+0 |
| | | | | * | | | RTF Formatter: added documentation about new output. | Andrew Pinkham | 2014-04-28 | 1 | -0/+4 |
| | | | | * | | | RTF Formatter: inlined surrogate pair calculation. | Andrew Pinkham | 2014-04-28 | 1 | -20/+10 |
| | | | | * | | | RTF Formatter: switch format character %i to %d. | Andrew Pinkham | 2014-04-27 | 1 | -1/+1 |
| | | | | * | | | RTF Formatter: removed unnecessary floor function. | Andrew Pinkham | 2014-04-27 | 1 | -2/+2 |
| | | | | * | | | RTF Formatter: pure unicode escaped output. | Andrew Pinkham | 2014-04-26 | 1 | -14/+30 |
| | * | | | | | | Merged in dietmarw/pygments-main (pull request #348) | Tim Hatch | 2014-05-16 | 23 | -1095/+1711 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merged in jrnold/pygments-main-stan (pull request #347) | Tim Hatch | 2014-05-16 | 2 | -8/+8 |
| | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | update Stan lexer to Stan v2.2.0 | Jeffrey B. Arnold | 2014-05-09 | 2 | -8/+8 |
| | | * | | | | | | | Merged in dscorbett/pygments-racket (pull request #358) | Tim Hatch | 2014-05-16 | 1 | -11/+11 |
| | | |\ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ | Merged birkenfeld/pygments-main into default | Gaurav Jain | 2014-05-16 | 22 | -641/+918 |
| | | | |\ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | Improve support $ symbol in Java identifiers | Gaurav Jain | 2014-05-13 | 1 | -6/+6 |
| | | | * | | | | | | | | Match Java function name tokens even without leading whitespace | Gaurav Jain | 2014-05-12 | 1 | -5/+5 |
| | | | * | | | | | | | | Add support for unicode letters in Java identifiers | Gaurav Jain | 2014-05-12 | 1 | -10/+10 |
| | | | | |_|_|_|_|/ / | | | |/| | | | | | | |||||
| | | * | | | | | | | | Improve RacketLexer | David Corbett | 2014-05-16 | 2 | -435/+766 |
| | | | |/ / / / / / | | |/| | | | | | | |||||
| | | * | | | | | | | Merged in funfunctor/pygments-main (pull request #344) | Tim Hatch | 2014-05-16 | 2 | -5/+168 |
| | | |\ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | fixups as per comments | Edward O'Callaghan | 2014-05-06 | 1 | -2/+2 |
