summaryrefslogtreecommitdiff
path: root/pygments/lexers/agile.py
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | * | Attribute PerlLexer as the source of our string regexesRob Hoelz2012-12-181-0/+1
| | * | Add Perl6 builtin classesRob Hoelz2012-12-181-1/+19
| | * | Add some basic Perl6 string rulesRob Hoelz2012-12-181-0/+2
| | * | Move regex-building for word lists into helper methodRob Hoelz2012-12-181-2/+5
| | * | Only match keywords and builtins as wordsRob Hoelz2012-12-181-2/+2
| | * | Add starting list of Perl6 builtinsRob Hoelz2012-12-181-0/+38
| | * | Add basic Perl 6 keyword ruleRob Hoelz2012-12-181-0/+19
| | * | Try default Perl6 rule lastRob Hoelz2012-12-181-1/+1
| | * | Tell default Perl6 rule to match anythingRob Hoelz2012-12-181-1/+1
| | * | Make default Perl6 match non-greedyRob Hoelz2012-12-181-1/+1
| | * | Add *extremely* basic Perl6 lexerRob Hoelz2012-12-181-1/+26
| * | | Python 3 lexer: add new exceptions from PEP 3151.Georg Brandl2013-03-291-1/+8
| | |/ | |/|
| * | Fix stuff in new lexers found by regexlint.Georg Brandl2013-01-121-1/+2
| * | Merged in pyos/pygments-main (pull request #116: Add dg source code lexer.)Georg Brandl2013-01-091-8/+15
| |\ \
| | * | Happy new year 2013.Georg Brandl2013-01-091-1/+1
| | * | Fix issues found by "make check".Georg Brandl2013-01-091-1/+2
| | |/
| | * Get ready for release: update "new in" version numbers and rename CUDALexerTim Hatch2012-11-121-0/+2
| | * Merged in rndblnch/pygments-main (pull request #127)Tim Hatch2012-11-121-2/+98
| | |\
| | | * Initial support for Ruby 1.9 hash syntax (#812)Tim Hatch2012-11-061-1/+3
| | | * Clarify that \--/ is intented to match 3 characters, literal dash, period, an...Tim Hatch2012-11-061-1/+1
| | | * Merge dg lexer (Pull Request 116)Tim Hatch2012-11-051-1/+95
| | | |\
| | * | | fixed #821 (incorrect python traceback lexing)Renaud Blanch2012-11-111-2/+2
| | |/ /
| | * | Python lexer: recognize "yield from" directly as keyword and copy "raise from...Georg Brandl2012-09-301-2/+4
| * | | Remove `unless` keyword from dg lexer.Doug2012-11-061-1/+1
| | |/ | |/|
| * | Reorder number-related regex.Doug2012-10-111-4/+3
| * | Put triple-quoted string regex before single-quoted ones.Doug2012-10-111-2/+2
| * | Add an alias to DgLexer.Doug2012-10-111-1/+1
| * | Add dg source code lexer.Doug2012-10-101-1/+96
| |/
| * Treat sage scripts as pythonGeoffrey Irving2012-08-281-2/+2