| Commit message (Expand) | Author | Age | Files | Lines |
* | -x functionality updates, Python 3 compatibility fix | Georg Brandl | 2017-01-22 | 1 | -0/+4 |
* | merge with stable | Georg Brandl | 2017-01-22 | 1 | -1/+9 |
|\ |
|
| * | Bump, 2.1.32.1.3 | Georg Brandl | 2016-03-02 | 1 | -0/+7 |
| * | Bump to 2.1.22.1.2 | Georg Brandl | 2016-02-29 | 1 | -1/+2 |
* | | More housekeeping and missed additions to CHANGES. | Georg Brandl | 2017-01-22 | 1 | -0/+5 |
* | | Housekeeping. | Georg Brandl | 2017-01-22 | 1 | -0/+3 |
* | | Add initial Cap'n Proto lexer | Corey Richardson | 2016-05-16 | 1 | -0/+1 |
* | | - Add the vendor prefixes (fixes #1130) | Miikka Salminen | 2016-03-06 | 1 | -0/+2 |
* | | merge with stable | Georg Brandl | 2016-02-26 | 1 | -0/+33 |
|\ \
| |/
|/| |
|
| * | Merge in Extempore lexer (PR#530) | Georg Brandl | 2016-02-17 | 1 | -0/+1 |
| |\ |
|
| * | | NCL: add to changelog, mapping, and fix nits. | Georg Brandl | 2016-02-17 | 1 | -0/+1 |
| * | | JSGF: add to CHANGES, add versionadded | Georg Brandl | 2016-02-17 | 1 | -0/+1 |
| * | | Merge in HSAIL lexer (PR#518). | Georg Brandl | 2016-02-17 | 1 | -13/+54 |
| |\ \
| | |/
| |/| |
|
| | * | Add Silver to changelog, move Boogie&Silver to one module. | Georg Brandl | 2016-02-17 | 1 | -0/+1 |
| | * | Flatline: add to changelog, style nits. | Georg Brandl | 2016-02-17 | 1 | -0/+1 |
| | * | Add wdiff to authors/changes. | Georg Brandl | 2016-02-17 | 1 | -0/+1 |
| | * | Clean lexer: style nits | Georg Brandl | 2016-02-16 | 1 | -0/+1 |
| | * | Add authors entry, changelog for PR#531 and fixup a few style issues. | Georg Brandl | 2016-02-14 | 1 | -1/+4 |
| | * | merge with stable | Georg Brandl | 2016-02-14 | 1 | -0/+22 |
| | |\ |
|
| | | * | Add changelog entry. | Georg Brandl | 2016-02-14 | 1 | -0/+1 |
| | | * | Add the additions to CHANGES. | Miikka Salminen | 2016-02-08 | 1 | -3/+3 |
| | | * | Add tokens for string affixes and heredoc delimiters. Add lexing for them in ... | Miikka Salminen | 2016-02-06 | 1 | -0/+6 |
| | | * | Moved the changelog entry to the proper section. | Miikka Salminen | 2016-02-03 | 1 | -2/+3 |
| | | * | Adds an entry to changelog. Adds magic method and variable lexing for PHP alo... | Miikka Salminen | 2016-02-03 | 1 | -0/+2 |
| | | * | Fixed statefulness of HttpLexer between get_tokens calls | Georg Brandl | 2016-02-02 | 1 | -0/+1 |
| | | * | merge with stable | Georg Brandl | 2016-02-02 | 1 | -0/+12 |
| | | |\ |
|
| | | | * | Add lexer for TypoScript (#closes 1173) | Georg Brandl | 2016-02-02 | 1 | -0/+1 |
| | | | * | Add AMPL lexer, by Benoit Vinot. | Georg Brandl | 2016-02-02 | 1 | -0/+4 |
| | | | * | merge with stable | Georg Brandl | 2016-02-02 | 1 | -0/+2 |
| | | | |\ |
|
| | | | * | | Added `lexers.find_lexer_class_by_name()` (closes #1203) | Georg Brandl | 2016-02-02 | 1 | -0/+7 |
* | | | | | | Fixed Python 3 regression in image formatter (closes #1215) | Georg Brandl | 2016-02-26 | 1 | -0/+6 |
| |/ / / /
|/| | | | |
|
* | | | | | Update changelog, set version to 2.1.12.1.1 | Georg Brandl | 2016-02-14 | 1 | -1/+1 |
* | | | | | Fixed statefulness of HttpLexer between get_tokens calls | Georg Brandl | 2016-02-02 | 1 | -0/+1 |
| |/ / /
|/| | | |
|
* | | | | Added a mapping table for LaTeX encodings and added utf8 (closes #1152) | Georg Brandl | 2016-02-02 | 1 | -0/+1 |
* | | | | Fixed deepcopy-ing of Token instances (closes #1168) | Georg Brandl | 2016-02-02 | 1 | -1/+1 |
* | | | | Fixed HTML formatter output with leading empty lines (closes #1111) | Georg Brandl | 2016-02-02 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | Fixed image formatter font searching on Macs (closes #1188) | Georg Brandl | 2016-02-02 | 1 | -0/+1 |
* | | | Fixed Julia string interpolation (closes #1170). | Georg Brandl | 2016-02-02 | 1 | -0/+1 |
| |/
|/| |
|
* | | Closes #1196: recognize Julia "immutable" as starting a type. | Georg Brandl | 2016-02-02 | 1 | -1/+1 |
* | | Closes #1197: allow maps as function arguments in Velocity. | Georg Brandl | 2016-02-02 | 1 | -0/+1 |
* | | Changelog update. | Georg Brandl | 2016-02-02 | 1 | -0/+8 |
* | | Update changelog release date.2.1 | Georg Brandl | 2016-01-17 | 1 | -6/+1 |
* | | Changelog update. | Georg Brandl | 2016-01-04 | 1 | -7/+9 |
|/ |
|
* | Update changelog | Tim Hatch | 2015-10-31 | 1 | -0/+1 |
* | Merge with -main | Tim Hatch | 2015-10-31 | 1 | -0/+3 |
|\ |
|
| * | Update changelog | Tim Hatch | 2015-10-31 | 1 | -0/+1 |
| * | Note TypeScript merge. | Tim Hatch | 2015-10-31 | 1 | -0/+2 |
* | | Update changelog | Tim Hatch | 2015-10-31 | 1 | -0/+1 |
|/ |
|
* | Add Thrift to changelog | Tim Hatch | 2015-10-31 | 1 | -0/+1 |
* | Update changelog | Tim Hatch | 2015-10-31 | 1 | -0/+3 |