summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close unneeded branch.deplibs-removalGeorg Brandl2012-12-030-0/+0
* Remove the 'deplibs' keyword. It was old and never used.bwendling2012-11-271-1/+1
* 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
| | | * | | fixed dot in function calls and genericsTinnet Coronam2012-10-161-16/+18
| | | * | | alot of fixesTinnet Coronam2012-10-161-19/+27
| | | * | | added builtin constants, fixed preproc (nested #rem)Tinnet Coronam2012-10-131-2/+3
| | | * | | reworked rules looking more closely at spec and old "blitzmax" lexerTinnet Coronam2012-10-131-40/+55
| | | * | | added some keywords (loops, case and extends)Tinnet Coronam2012-10-131-1/+7
| | | * | | added basic monkey lexerTinnet Coronam2012-10-132-0/+85
| | | |/ /
| * | | | fixed #821 (incorrect python traceback lexing)Renaud Blanch2012-11-111-2/+2
| | |_|/ | |/| |
* | | | Add Treetop lexerTom Stuart2012-11-113-1/+535
|/ / /
* | | JuliaLexer: add oct literalsMike Nolta2012-10-211-0/+1
|/ /
* | merge pygments-timGeorg Brandl2012-10-1418-547/+2572
|\ \