Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Merged in agilbert/pygments-main/typescript (pull request #114: Add ↵ | Georg Brandl | 2013-01-09 | 1 | -0/+1 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | TypeScript Lexer) | |||||
| | | * | | | | Add TypeScript Lexer | Alain Gilbert | 2012-10-03 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merge pull request #115 (IDL lexer) from ↵ | Georg Brandl | 2013-01-09 | 1 | -7/+24 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.org/mgalloy/pygments-main/. | |||||
| | | * \ \ \ \ | Merged in fengxx/pygments-dev/v1.6 (pull request #122: Add AutoIt script lexer) | Georg Brandl | 2013-01-09 | 1 | -6/+22 | |
| | | |\ \ \ \ \ | ||||||
| | | | * \ \ \ \ | Merged in blackjack/pygments-main (pull request #88: CBM BASIC V2 and ca65 ↵ | Georg Brandl | 2013-01-09 | 1 | -6/+25 | |
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | assembler) | |||||
| | | | | * \ \ \ \ | Merged in btiffin/cobol-pygments (pull request #72: adding an OpenCOBOL lexer) | Georg Brandl | 2013-01-09 | 1 | -15/+49 | |
| | | | | |\ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ | Merged in alastairh/pygments (pull request #141: Improve and unify C family ↵ | Georg Brandl | 2013-01-09 | 1 | -5/+10 | |
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | language lexers) | |||||
| | | | | | | * \ \ \ \ | Merged in amacarthur/pygments-main (pull request #123: Added QML lexer) | Georg Brandl | 2013-01-09 | 1 | -1/+1 | |
| | | | | | | |\ \ \ \ \ | ||||||
| | | | | | | | * \ \ \ \ | updating to newest from upstream | Angus MacArthur | 2012-11-15 | 1 | -2/+7 | |
| | | | | | | | |\ \ \ \ \ | ||||||
| | | | | | | | * | | | | | | fixing qml | amacarthur | 2012-10-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| | | | | | | | * | | | | | | added QML lexer and example file | amacarthur | 2012-10-22 | 1 | -317/+318 | |
| | | | | | | | | |_|_|_|/ | | | | | | | | |/| | | | | ||||||
| | | | | | | * | | | | | | Merged in gentoo90/pygments-main (pull request #124: Add RPM *.spec files lexer) | Georg Brandl | 2013-01-09 | 1 | -5/+15 | |
| | | | | | | |\ \ \ \ \ \ | ||||||
| | | | | | | | * | | | | | | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| | | | | | | | * | | | | | | Merged in gentoo90/pygments-main/nsis (pull request #136: Add NSIS script lexer) | Georg Brandl | 2013-01-09 | 1 | -1/+5 | |
| | | | | | | | |\ \ \ \ \ \ | ||||||
| | | | | | | | | * | | | | | | Move Puppet lexer to other.py, add changelog entry. | Georg Brandl | 2013-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | | | | | | | | * | | | | | | Merged in cmclaughlin/pygments-puppet (pull request #133: Puppet lexer) | Georg Brandl | 2013-01-09 | 1 | -0/+1 | |
| | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | |_|_|_|/ / | | | | | | | | | |/| | | | | | ||||||
| | | | | | | | | | * | | | | | Getting started on a Puppet lexer - following the RegexLexer tutorial | Charles McLaughlin | 2012-08-14 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | | | | | | | | * | | | | | | Rewrite the Dylan Lexer and provide a lexer for Dylan LID files. | Bruce Mitchener, Jr | 2013-01-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes include: * Dylan is not case sensitive. * Support for other number literal formats (hex, octal, binary). * Support nested multi-line comments. * Correct various issues with matching of 'names'. * Support highlighting of macro definitions better. * Support keyword / required keyword syntax in class definitions. * Support each-subclass slot allocation. * Handle the | operator. * Change what tokens are mapped to what types and reduce the Christmas tree look of the output a bit. * Explicitly list and handle the various builtins defined in the DRM. | |||||
| | | | | | | | | * | | | | | | Integrate hxml lexer, with changes (PR#40) | Tim Hatch | 2012-12-23 | 1 | -0/+1 | |
| | | | | | | | | | |_|_|_|/ | | | | | | | | | |/| | | | | ||||||
| | | | | | | | * | | | | | | Add NSIS script lexer | gentoo90 | 2012-11-25 | 1 | -0/+1 | |
| | | | | | | | | |_|_|/ / | | | | | | | | |/| | | | | ||||||
| | | | | | | * | | | | | | Fix RPMSpecLexer to fit Pygments code style | gentoo90 | 2012-11-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change state names to usual in Pygments lexers * Fix aliases tuple in _mapping * Use bygroups instead of new state where appropriate | |||||
| | | | | | | * | | | | | | Add RPM *.spec files lexer | gentoo90 | 2012-11-11 | 1 | -0/+1 | |
| | | | | | | | |_|_|/ / | | | | | | | |/| | | | | ||||||
| | | | | | * | | | | | | Added support for inheritance to RegexLexer, so that subclasses can | Alastair Houghton | 2012-12-19 | 1 | -1/+2 | |
| | | | | | | |_|/ / / | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selectively inherit tokendefs from their superclasses. Used this new ability to simplify and unify the C family languages in compiled.py, and to add support for Objective-C++. Also added code to support autodetection of language for .h files, with the default being C if no content is provided, since Objective-C uses the .h file extension. | |||||
| | | | | | * | | | | | Lexer for Robot Framework test data. | Pekka Kl?rck | 2012-11-29 | 1 | -0/+1 | |
| | | | | | | |/ / / | | | | | | |/| | | | ||||||
| | | | | | * | | | | Get ready for release: update "new in" version numbers and rename CUDALexer | Tim Hatch | 2012-11-12 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| | | | | | * | | | | Merged in tomstuart/pygments-main (pull request #125) | Tim Hatch | 2012-11-12 | 1 | -1/+5 | |
| | | | | | |\ \ \ \ | ||||||
| | | | | | | * | | | | Update CppLexer mapping | Tim Hatch | 2012-11-06 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | | | | | | * | | | | Add registry file lexer (#819) | Tim Hatch | 2012-11-06 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
| | | | | | | * | | | | Merge dg lexer (Pull Request 116) | Tim Hatch | 2012-11-05 | 1 | -0/+1 | |
| | | | | | | |\ \ \ \ | ||||||
| | | | | | | | * | | | | Add an alias to DgLexer. | Doug | 2012-10-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| | | | | | | | * | | | | Add dg source code lexer. | Doug | 2012-10-10 | 1 | -0/+1 | |
| | | | | | | | | |_|/ | | | | | | | | |/| | | ||||||
| | | | | | | * | | | | Merge lexer for Monkey support (Pull Request 117) | Tim Hatch | 2012-11-05 | 1 | -0/+1 | |
| | | | | | | |\ \ \ \ | ||||||
| | | | | | | | * | | | | Upstream lexer for Smali. | Tim Hatch | 2012-10-30 | 1 | -0/+1 | |
| | | | | | | | | |/ / | | | | | | | | |/| | | ||||||
| | | | | | | * | | | | moved lexer to compiled.py, updated mapping | Tinnet Coronam | 2012-10-17 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | | | | | | * | | | | merged upstream into branch | Tinnet Coronam | 2012-10-17 | 1 | -0/+1 | |
| | | | | | | |\ \ \ \ | | | | | | | | |/ / / | | | | | | | |/| | | | ||||||
| | | | | | | | * | | | added basic monkey lexer | Tinnet Coronam | 2012-10-13 | 1 | -0/+1 | |
| | | | | | | | |/ / | ||||||
| | | | | | * | | | | Add Treetop lexer | Tom Stuart | 2012-11-11 | 1 | -0/+1 | |
| | | | | | |/ / / | ||||||
| | | | | * | | | | adding an OpenCOBOL lexer | Brian Tiffin | 2012-05-20 | 1 | -0/+2 | |
| | | | | | | | | | ||||||
| | | | * | | | | | Merge main development. | Marc 'BlackJack' Rintsch | 2012-10-08 | 1 | -7/+22 | |
| | | | |\ \ \ \ \ | | | | | | |_|/ / | | | | | |/| | | | ||||||
| | | | * | | | | | Merge | Marc 'BlackJack' Rintsch | 2012-08-15 | 1 | -0/+2 | |
| | | | |\ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | | | ||||||
| | | | | * | | | | Merge main development. | Marc 'BlackJack' Rintsch | 2012-07-04 | 1 | -0/+1 | |
| | | | | |\ \ \ \ | ||||||
| | | | | * | | | | | Added lexers for CBM BASIC V2 (as found on the Commodore 64) and ca65 ↵ | Marc 'BlackJack' Rintsch | 2012-06-10 | 1 | -2/+4 | |
| | | | | | |_|/ / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | assembler sources. | |||||
| | | * | | | | | | open in binary mode so \n will not be changed to OS specific end-of-line, ↵ | Ted Shaw | 2012-11-02 | 1 | -1/+2 | |
| | | | |_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | and add AutoItLexer | |||||
| | * | | | | | | Merging upstream commits. | Michael Galloy | 2012-10-18 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | Basic IDL lexer. | Michael Galloy | 2012-10-04 | 1 | -0/+1 | |
| | | | |_|_|/ | | | |/| | | | ||||||
| | * | | | | | Style rework for Koka lexer. | Tim Hatch | 2012-10-06 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merged in daanl/pygments-main (pull request #102) | Tim Hatch | 2012-10-06 | 1 | -0/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Regenerated mapping file for Koka Lexer | Daan Leijen | 2012-08-24 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| | | * | | | | | Added lexer for the Koka language | Daan Leijen | 2012-08-24 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Add Ceylon lexer properly. | Tim Hatch | 2012-10-06 | 1 | -0/+1 | |
| | | | | | | | |