summaryrefslogtreecommitdiff
path: root/pygments/lexers/agile.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | Next version will be 2.0.Georg Brandl2014-01-191-2/+2
* | use versionadded directivesGeorg Brandl2014-01-191-12/+13
* | Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-5/+5
|/
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* Whitespace cleanup.Georg Brandl2014-01-101-5/+6
* Closes #923: remove blanket nonzero analyse_text returns, and add an analyse_...Georg Brandl2014-01-101-1/+0
* Closes #921: add binary literals to Python 2.Georg Brandl2014-01-091-0/+1
* perl6: disable analyse_text for now, the lexer seems to like to loop sometimesGeorg Brandl2014-01-091-0/+4
* resolve alias conflict between hy and hybrisGeorg Brandl2014-01-091-1/+1
* hy: changelog and consistency updatesGeorg Brandl2014-01-091-0/+2
* Merged in rwtolbert/pygments-main (pull request #238)Georg Brandl2014-01-091-39/+36
|\
| * Merged in pyos/pygments-main (pull request #226)Georg Brandl2014-01-091-36/+33
| |\
| | * Apply fix from pyos/dg@9b600c9.pyos2013-08-081-2/+2
| | * Remove some incorrectly places `*`s.pyos2013-08-031-3/+3
| | * Update the dg lexer.pyos2013-08-031-36/+33
| * | backout 04ebd2ff1cf0Georg Brandl2014-01-091-5/+0
| * | backout 9a2e03376741Georg Brandl2014-01-091-2/+0
| * | backout 0534bec766ccGeorg Brandl2014-01-091-1/+1
| * | backout cda25e0e1d5eGeorg Brandl2014-01-091-5/+1
| * | backout c8b89f86c67bGeorg Brandl2014-01-091-1/+1
| * | backout 94595dca3b45Georg Brandl2014-01-091-1/+5
| * | Merged in hoelzro/pygments-main (pull request #268)Georg Brandl2014-01-091-1/+1
| |\ \
| | * | FIX 873 Ruby 1.9 hash syntax, symbol with underscore as key not highlighted p...Richard Metzler2013-12-071-1/+1
| | |/
| * | Improve Perl 6 heuristic to check for member variablesRob Hoelz2014-01-051-1/+1