summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close unneeded branch.pypylogGeorg Brandl2013-01-090-0/+0
* Added an examplefile for testing new changes to PyPyLog lexer.Even Wiik Thomassen2012-12-171-0/+120
* Added "--end of the loop--" for PyPyLog.Even Wiik Thomassen2012-12-171-1/+1
* Fix as PyPyLogs can contain nested builtin names.Even Wiik Thomassen2012-12-161-1/+1
* Robot Framework: fix test suite failreGeorg Brandl2012-12-032-3/+5
* Add Robot Framework attributions.Georg Brandl2012-12-033-0/+4
* Merged in pekkaklarck/pygments-main (pull request #137)Georg Brandl2012-12-032-3/+3
|\
| * Merged in nolta/pygments-main (pull request #129)Georg Brandl2012-12-031-1/+1
| |\
| | * Merged in bwendling/pygments-main/deplibs-removal (pull request #134)Georg Brandl2012-11-300-0/+0
| | |\
| | * | Remove the 'deplibs' keyword. It was old and never used.bwendling2012-11-271-1/+1
| | |/
| * | JuliaLexer: add float32 literalsMike Nolta2012-11-211-2/+2
| |/
* | Lexer for Robot Framework test data.Pekka Kl?rck2012-11-294-1/+585
|/
* Remove unnecessary regex flagsTim Hatch2012-11-121-3/+3
* Get ready for release: update "new in" version numbers and rename CUDALexerTim Hatch2012-11-129-18/+49
* Make sure that TreetopLexer will terminate.Tim Hatch2012-11-121-2/+2
* Merged in tomstuart/pygments-main (pull request #125)Tim Hatch2012-11-1216-25/+688
|\
| * Add test file for #821 (it doesn't fail, but lets you see what was wrong)Tim Hatch2012-11-121-0/+4
| * Merged in rndblnch/pygments-main (pull request #127)Tim Hatch2012-11-1215-23/+682
| |\
| | * Merged in mitya57/pygments-main (pull request #128)Tim Hatch2012-11-124-4/+1
| | |\
| | | * Removed some unused variables to fix pyflakes warningsDmitry Shachnev2012-11-123-4/+0
| | * | Initial support for Ruby 1.9 hash syntax (#812)Tim Hatch2012-11-061-1/+3
| | * | Forgot .reg examplefile.Tim Hatch2012-11-062-0/+20
| | * | Update CppLexer mappingTim Hatch2012-11-061-1/+1
| | * | Add registry file lexer (#819)Tim Hatch2012-11-062-2/+46
| | * | Fix operator highlighting in Monkey lexer.Tim Hatch2012-11-062-2/+10
| | * | 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-053-1/+167
| | |\ \
| | | * | 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-112-2/+2
| | | * | Avoid using `call` in the dg example.Doug2012-10-101-1/+1
| | | * | Add dg source code lexer.Doug2012-10-103-1/+168
| | * | | Fix regexlint-noticed problems in Monkey lexerTim Hatch2012-11-051-5/+6
| | * | | Merge lexer for Monkey support (Pull Request 117)Tim Hatch2012-11-057-13/+168
| | |\ \ \
| | | * | | Allow ellipsis in method parameters.Tim Hatch2012-11-011-0/+4
| | | * | | Include more file extensions for C++ lexer.Tim Hatch2012-11-011-1/+2
| | | * | | Allow case-insensitive hex literals in all jvm languagesTim Hatch2012-10-301-11/+11
| | | * | | Fix Issue #810, allowing words to start with 'is' properly.Tim Hatch2012-10-302-1/+4
| | | * | | Fix regexlint-discovered problems in the Smali lexer.Tim Hatch2012-10-301-4/+4
| | | * | | Upstream lexer for Smali.Tim Hatch2012-10-305-0/+147
| | * | | | applied several fixes hinted on in pull request 117Tinnet Coronam2012-11-032-10/+46
| | * | | | small fix to classname handlingTinnet Coronam2012-10-171-2/+2
| | * | | | moved lexer to compiled.py, updated mappingTinnet Coronam2012-10-173-139/+124
| | * | | | final(?) fixes, version seems to cover most thingsTinnet Coronam2012-10-172-35/+53
| | * | | | merged upstream into branchTinnet Coronam2012-10-173-0/+228
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | more noncapture and switched to multiline mode to get prettier tokenstreamTinnet Coronam2012-10-171-9/+14
| | | * | | added array handling and made some groups noncapturingTinnet Coronam2012-10-171-11/+25
| | | * | | added Throw and InterfaceTinnet Coronam2012-10-172-2/+9
| | | * | | some fixes to classnames (with generics and module paths)Tinnet Coronam2012-10-172-5/+30
| | | * | | added sample fileTinnet Coronam2012-10-161-0/+60