summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch feature/makefile-highlightfeature/makefile-highlightGeorg Brandl2014-03-040-0/+0
* Fix Makefile highlighting with target expansionasylumfunk2014-03-021-2/+4
* Merged in hoelzro/pygments-main (pull request #277)Georg Brandl2014-01-261-26/+38
|\
| * Perl 6: Fix highlighting bug with m_...Rob Hoelz2014-01-211-1/+1
| * Perl 5: Accept 'our' as a Perl 5 declaratorRob Hoelz2014-01-211-1/+1
| * Perl 5: Accept more forms of 'my' for Perl 5 declarationsRob Hoelz2014-01-211-1/+1
| * Perl 6: Bump the Perl 6 rating if we've seen a class/module declarationRob Hoelz2014-01-211-1/+5
| * Perl 6: Continue to search for 'use v6' after class declarationsRob Hoelz2014-01-211-2/+4
| * Perl 6: Pick up on Perl 6-style class declarationsRob Hoelz2014-01-211-1/+2
| * Perl 6: Return a non-false fuzzy value if we found a Perl-style variable decl...Rob Hoelz2014-01-211-1/+1
| * Perl 6: Use my/our/has as a hintRob Hoelz2014-01-201-1/+8
| * Perl 6: Make end-of-heredoc search more exactRob Hoelz2014-01-201-2/+2
| * Perl 6: Make sure we don't step back when looking for a closing delimiterRob Hoelz2014-01-201-0/+4
| * Merged birkenfeld/pygments-main into defaultRob Hoelz2014-01-201-22/+16
| |\
| | * Merged birkenfeld/pygments-main into defaultRob Hoelz2014-01-142-1/+4
| | |\
| | * | Update comment for Perl 6 detectorRob Hoelz2014-01-141-1/+1
| | * | Include grammar declarations in Perl 6 detectorRob Hoelz2014-01-141-1/+1
| | * | Include enum declarations in the Perl 6 detectorRob Hoelz2014-01-141-1/+1
| | * | Look for module/role/class declarationsRob Hoelz2014-01-141-0/+3
| | * | Perl 6 detector: stop looking for indicators after first line of non-comment,...Rob Hoelz2014-01-141-0/+1
| | * | Match use v6; lines for Perl 6 detectionRob Hoelz2014-01-141-2/+3
| | * | Match shebangs containing pugs for Perl 6 detectorRob Hoelz2014-01-141-1/+10
| | * | Remove a lot of the custom logic from the Perl 6 detectorRob Hoelz2014-01-141-24/+0
| | * | Re-enable Perl 6 detectionRob Hoelz2014-01-141-3/+0
| | * | Reapply: Perform module/role/class check in Perl6 detection with a single regexRob Hoelz2014-01-121-5/+1
| | * | Reapply: Improve Perl 6 heuristic to check for member variablesRob Hoelz2014-01-121-1/+1
| | * | Reapply: Add a Perl 6 detection heuristic: my TYPE VARRob Hoelz2014-01-121-1/+5
| | * | Reapply: Fix up special sub detector for Perl 6 heuristicsRob Hoelz2014-01-121-1/+1
| | * | Reapply: Add Perl 6 heuristic: check for special method namesRob Hoelz2014-01-121-0/+2
| | * | Reapply: Include slurpy parameters in the Perl 6 detection heuristicRob Hoelz2014-01-121-0/+5
* | | | correct linkGeorg Brandl2014-01-231-1/+1
|/ / /
* | | Rust lexer: regex fix.Georg Brandl2014-01-201-4/+4
* | | Rust 0.9: add to changelog and attributionGeorg Brandl2014-01-202-2/+5
* | | Merged in octayn/pygments-main (pull request #270)Georg Brandl2014-01-201-16/+63
|\ \ \
| * | | Address more commentsCorey Richardson2014-01-201-2/+3
| * | | Address commentsCorey Richardson2014-01-191-7/+8
| * | | Rust: fix builtin typesCorey Richardson2014-01-071-1/+2
| * | | Rust lexer: update to 0.9Corey Richardson2014-01-071-17/+61
* | | | Next version will be 2.0.Georg Brandl2014-01-1910-21/+21
* | | | use versionadded directivesGeorg Brandl2014-01-1928-268/+295
* | | | New docs + website using Sphinx.Georg Brandl2014-01-1855-1002/+2152
* | | | Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-1842-334/+290
* | | | changelog updateGeorg Brandl2014-01-181-1/+2
* | | | manual prettifying and small fixes after futurize runGeorg Brandl2014-01-1820-10/+32
* | | | futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-1824-149/+171
* | | | Remove old uneeded scripts.Georg Brandl2014-01-182-429/+0
* | | | cirru: add to changelogGeorg Brandl2014-01-172-1/+5
* | | | Merged in jiyinyiyong/pygments-main (pull request #275)Georg Brandl2014-01-17107-169/+526
|\ \ \ \
| * | | | Added some Modelica 3.3 Clock operatorsDietmar Winkler2014-01-151-3/+4
| | |_|/ | |/| |
| * | | Closes #948: fix overzealous error highlighting in dotted constructs in F#.Georg Brandl2014-01-122-1/+4
| | |/ | |/|