summaryrefslogtreecommitdiff
path: root/pygments/lexers/agile.py
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| | * | Add a Perl 6 detection heuristic: my TYPE VARRob Hoelz2014-01-051-1/+5
| | * | Fix up special sub detector for Perl 6 heuristicsRob Hoelz2014-01-051-1/+1
| | * | Add Perl 6 heuristic: check for special method namesRob Hoelz2014-01-041-0/+2
| | * | Include slurpy parameters in the Perl 6 detection heuristicRob Hoelz2014-01-041-0/+5
| | * | Perform module/role/class check in Perl6 detection with a single regexRob Hoelz2014-01-041-5/+1
| | * | Add .t as a valid file extension for Perl/Perl6Rob Hoelz2014-01-031-2/+2
| | |/
| * | Added lexer for new Hy language, a variant of Lisp runningBob Tolbert2013-09-081-1/+111
| |/
| * Closes #863: improve analyse_text of Python and Numpy lexersGeorg Brandl2013-05-201-1/+2
| * Add missing attributions, changelog entries and versionadded tags.Georg Brandl2013-05-191-0/+2
| * In Ruby, parse Foo::Bar as namespace, not hash key.Tim Hatch2013-05-091-1/+1
| * Fix Python 3 traceback parsing to handle non-file lines.Tim Hatch2013-05-091-0/+3
| * Merged in hoelzro/pygments-main (pull request #181)Tim Hatch2013-05-051-2/+362
| |\
| | * Move token rules into Perl6Lexer class bodyRob Hoelz2013-04-101-24/+19
| | * Don't consume final character in token-sym-brackets stateRob Hoelz2013-04-101-1/+1
| | * Remove extra space next to parenthesisRob Hoelz2013-04-101-48/+48
| | * Favor backslash escaping regex metachars rather than creating a single charac...Rob Hoelz2013-04-101-11/+11
| | * Automatically escape arguments to _build_word_matchRob Hoelz2013-04-101-3/+3
| | * Make sure 'roleq' isn't improperly highlightedRob Hoelz2013-04-101-1/+1
| | * Separate 'constants' and helper methods into separate sections for Perl 6 lexerRob Hoelz2013-04-101-7/+7
| | * Move pygments lexer 'attributes' for Perl6 lexer directly below docstringRob Hoelz2013-04-101-7/+7
| | * Rename PERL6_IDENTIFIER_CHARSRob Hoelz2013-04-101-13/+13
| | * Make sure Perl 6 link works properlyRob Hoelz2013-04-101-1/+1
| | * Improve file type detection for Perl 6Rob Hoelz2013-03-241-1/+33
| | * Add more possible file extensions for the Perl 6 lexerRob Hoelz2013-03-241-1/+2
| | * Make sure $/<...> worksRob Hoelz2013-03-241-2/+2
| | * Remove useless look-aheadRob Hoelz2013-03-241-1/+1
| | * Allow "multi-bracket" regexesRob Hoelz2013-03-241-1/+1
| | * Parse token:sym correctlyRob Hoelz2013-03-241-2/+7
| | * Allow mixed bracketing characters in special quoted stringsRob Hoelz2013-03-231-1/+1