summaryrefslogtreecommitdiff
path: root/pygments/lexers/agile.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | Handle '#' characters in regex quotesRob Hoelz2012-12-301-0/+3
| * | Allow for ms/.../ and ss/.../.../ abbreviationsRob Hoelz2012-12-301-2/+2
| * | Assume that Perl6 files are UTF-8, but allow overridingRob Hoelz2012-12-301-0/+4
| * | Make rules for parsing adverbial forms more strictRob Hoelz2012-12-301-3/+3
| * | Parse (regex|token|rule) using a state transitionRob Hoelz2012-12-301-16/+23
| * | Allow for nested braces in regex/token/ruleRob Hoelz2012-12-261-4/+13
| * | Add a special match case for methods that begin with 'm'Rob Hoelz2012-12-261-0/+1
| * | Allow more flexible delimiters for m// and rx//Rob Hoelz2012-12-261-1/+1
| * | Add better hilighting for regex/token/ruleRob Hoelz2012-12-261-0/+10
| * | Add more syntax highlighting for special globalsRob Hoelz2012-12-261-0/+2
| * | Add a na?ve rule for quote words <foo bar baz>Rob Hoelz2012-12-261-0/+1
| * | Add support for s/// and tr/// formsRob Hoelz2012-12-261-0/+1
| * | Add rx// formRob Hoelz2012-12-261-1/+1
| * | Accept escaped slashes in regexesRob Hoelz2012-12-251-4/+4
| * | Add primitive support for regexesRob Hoelz2012-12-251-0/+4
| * | Add support for $<foo> (match variable shortcut)Rob Hoelz2012-12-241-0/+1
| * | Add support for %hash<<key>>/%hash?key?Rob Hoelz2012-12-241-2/+2
| * | Add support for %hash<key> syntaxRob Hoelz2012-12-241-2/+2
| * | Hilight heredocsRob Hoelz2012-12-231-2/+13
| * | Fix missing references to delimiter regex groupRob Hoelz2012-12-231-2/+2
| * | Use named captures for brackets callbackRob Hoelz2012-12-231-3/+3
| * | Be more flexible about string delimiter charactersRob Hoelz2012-12-231-21/+29
| * | Add non-mirrored forms for string delimitersRob Hoelz2012-12-231-0/+1
| * | Allow adverbs for bracketed stringsRob Hoelz2012-12-231-1/+1
| * | Support nested of bracketing charactersRob Hoelz2012-12-231-12/+25
| * | Clean up the bracketing callback a bitRob Hoelz2012-12-231-4/+7
| * | Move bracketing stuff into common callback generatorRob Hoelz2012-12-231-24/+14
| * | Allow the use of multiple bracketing characters for comments/stringsRob Hoelz2012-12-231-10/+10
| * | Use str.find to locate end of comment/bracketed stringRob Hoelz2012-12-231-12/+10
| * | Allow whitespace with bracketed stringsRob Hoelz2012-12-231-1/+1
| * | Handle embedded comments/bracketed strings with ExtendedRegexLexer magicRob Hoelz2012-12-231-32/+31
| * | Add more advanced number patternsRob Hoelz2012-12-221-0/+4
| * | Move numbers before identifiersRob Hoelz2012-12-221-3/+3
| * | Support bracketed stringsRob Hoelz2012-12-221-0/+7
| * | Add rules for multiline commentsRob Hoelz2012-12-221-1/+12
| * | Support "placeholders" for Perl 6 lexer tokensRob Hoelz2012-12-221-1/+18
| * | Properly handle apostrophes in identifiersRob Hoelz2012-12-221-0/+1
| * | Move identifier matches so that we match them before stringsRob Hoelz2012-12-211-2/+2
| * | Add ' to identifier charactersRob Hoelz2012-12-211-1/+1
| * | Use Perl6 identifier characters for variablesRob Hoelz2012-12-201-2/+2
| * | Allow specification of custom boundary charactersRob Hoelz2012-12-201-4/+10
| * | Bring over number regexes from PerlLexerRob Hoelz2012-12-201-0/+3
| * | Add list of Perl 6 operatorsRob Hoelz2012-12-191-0/+14
| * | Add basic matcher for Perl6 PODRob Hoelz2012-12-191-0/+1
| * | Start using DOTALL for Perl6 lexerRob Hoelz2012-12-191-2/+2
| * | Add Bool to builtin classesRob Hoelz2012-12-181-1/+1
| * | Add global variable definitionRob Hoelz2012-12-181-1/+2
| * | Add twigilsRob Hoelz2012-12-181-1/+1
| * | Add simple variable pattern for Perl6Rob Hoelz2012-12-181-0/+1
| * | Add missing commasRob Hoelz2012-12-181-31/+31