summaryrefslogtreecommitdiff
path: root/pygments/lexers/_mapping.py
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Merged in agilbert/pygments-main/typescript (pull request #114: Add ↵Georg Brandl2013-01-091-0/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | TypeScript Lexer)
| | | * | | | Add TypeScript LexerAlain Gilbert2012-10-031-0/+1
| | | | | | |
| | * | | | | Merge pull request #115 (IDL lexer) from ↵Georg Brandl2013-01-091-7/+24
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.org/mgalloy/pygments-main/.
| | | * \ \ \ \ Merged in fengxx/pygments-dev/v1.6 (pull request #122: Add AutoIt script lexer)Georg Brandl2013-01-091-6/+22
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merged in blackjack/pygments-main (pull request #88: CBM BASIC V2 and ca65 ↵Georg Brandl2013-01-091-6/+25
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | assembler)
| | | | | * \ \ \ \ Merged in btiffin/cobol-pygments (pull request #72: adding an OpenCOBOL lexer)Georg Brandl2013-01-091-15/+49
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Merged in alastairh/pygments (pull request #141: Improve and unify C family ↵Georg Brandl2013-01-091-5/+10
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | language lexers)
| | | | | | | * \ \ \ \ Merged in amacarthur/pygments-main (pull request #123: Added QML lexer)Georg Brandl2013-01-091-1/+1
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ updating to newest from upstreamAngus MacArthur2012-11-151-2/+7
| | | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | | fixing qmlamacarthur2012-10-291-1/+1
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | added QML lexer and example fileamacarthur2012-10-221-317/+318
| | | | | | | | | |_|_|_|/ | | | | | | | | |/| | | |
| | | | | | | * | | | | | Merged in gentoo90/pygments-main (pull request #124: Add RPM *.spec files lexer)Georg Brandl2013-01-091-5/+15
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * | | | | | Happy new year 2013.Georg Brandl2013-01-091-1/+1
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Merged in gentoo90/pygments-main/nsis (pull request #136: Add NSIS script lexer)Georg Brandl2013-01-091-1/+5
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | Move Puppet lexer to other.py, add changelog entry.Georg Brandl2013-01-091-1/+1
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Merged in cmclaughlin/pygments-puppet (pull request #133: Puppet lexer)Georg Brandl2013-01-091-0/+1
| | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | |_|_|_|/ / | | | | | | | | | |/| | | | |
| | | | | | | | | | * | | | | Getting started on a Puppet lexer - following the RegexLexer tutorialCharles McLaughlin2012-08-141-1/+2
| | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | Rewrite the Dylan Lexer and provide a lexer for Dylan LID files.Bruce Mitchener, Jr2013-01-091-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 Hatch2012-12-231-0/+1
| | | | | | | | | | |_|_|_|/ | | | | | | | | | |/| | | |
| | | | | | | | * | | | | | Add NSIS script lexergentoo902012-11-251-0/+1
| | | | | | | | | |_|_|/ / | | | | | | | | |/| | | |
| | | | | | | * | | | | | Fix RPMSpecLexer to fit Pygments code stylegentoo902012-11-241-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 lexergentoo902012-11-111-0/+1
| | | | | | | | |_|_|/ / | | | | | | | |/| | | |
| | | | | | * | | | | | Added support for inheritance to RegexLexer, so that subclasses canAlastair Houghton2012-12-191-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?rck2012-11-291-0/+1
| | | | | | | |/ / / | | | | | | |/| | |
| | | | | | * | | | Get ready for release: update "new in" version numbers and rename CUDALexerTim Hatch2012-11-121-1/+1
| | | | | | | | | |
| | | | | | * | | | Merged in tomstuart/pygments-main (pull request #125)Tim Hatch2012-11-121-1/+5
| | | | | | |\ \ \ \
| | | | | | | * | | | Update CppLexer mappingTim Hatch2012-11-061-1/+1
| | | | | | | | | | |
| | | | | | | * | | | Add registry file lexer (#819)Tim Hatch2012-11-061-0/+1
| | | | | | | | | | |
| | | | | | | * | | | Merge dg lexer (Pull Request 116)Tim Hatch2012-11-051-0/+1
| | | | | | | |\ \ \ \
| | | | | | | | * | | | Add an alias to DgLexer.Doug2012-10-111-1/+1
| | | | | | | | | | | |
| | | | | | | | * | | | Add dg source code lexer.Doug2012-10-101-0/+1
| | | | | | | | | |_|/ | | | | | | | | |/| |
| | | | | | | * | | | Merge lexer for Monkey support (Pull Request 117)Tim Hatch2012-11-051-0/+1
| | | | | | | |\ \ \ \
| | | | | | | | * | | | Upstream lexer for Smali.Tim Hatch2012-10-301-0/+1
| | | | | | | | | |/ / | | | | | | | | |/| |
| | | | | | | * | | | moved lexer to compiled.py, updated mappingTinnet Coronam2012-10-171-1/+1
| | | | | | | | | | |
| | | | | | | * | | | merged upstream into branchTinnet Coronam2012-10-171-0/+1
| | | | | | | |\ \ \ \ | | | | | | | | |/ / / | | | | | | | |/| | |
| | | | | | | | * | | added basic monkey lexerTinnet Coronam2012-10-131-0/+1
| | | | | | | | |/ /
| | | | | | * | | | Add Treetop lexerTom Stuart2012-11-111-0/+1
| | | | | | |/ / /
| | | | | * | | | adding an OpenCOBOL lexerBrian Tiffin2012-05-201-0/+2
| | | | | | | | |
| | | | * | | | | Merge main development.Marc 'BlackJack' Rintsch2012-10-081-7/+22
| | | | |\ \ \ \ \ | | | | | | |_|/ / | | | | | |/| | |
| | | | * | | | | MergeMarc 'BlackJack' Rintsch2012-08-151-0/+2
| | | | |\ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | | | * | | | Merge main development.Marc 'BlackJack' Rintsch2012-07-041-0/+1
| | | | | |\ \ \ \
| | | | | * | | | | Added lexers for CBM BASIC V2 (as found on the Commodore 64) and ca65 ↵Marc 'BlackJack' Rintsch2012-06-101-2/+4
| | | | | | |_|/ / | | | | | |/| | | | | | | | | | | | | | | | | | | | | assembler sources.
| | | * | | | | | open in binary mode so \n will not be changed to OS specific end-of-line, ↵Ted Shaw2012-11-021-1/+2
| | | | |_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | and add AutoItLexer
| | * | | | | | Merging upstream commits.Michael Galloy2012-10-181-0/+1
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Basic IDL lexer.Michael Galloy2012-10-041-0/+1
| | | | |_|_|/ | | | |/| | |
| | * | | | | Style rework for Koka lexer.Tim Hatch2012-10-061-1/+1
| | | | | | |
| | * | | | | Merged in daanl/pygments-main (pull request #102)Tim Hatch2012-10-061-0/+1
| | |\ \ \ \ \
| | | * | | | | Regenerated mapping file for Koka LexerDaan Leijen2012-08-241-1/+2
| | | | | | | |
| | | * | | | | Added lexer for the Koka languageDaan Leijen2012-08-241-1/+1
| | | | | | | |
| | * | | | | | Add Ceylon lexer properly.Tim Hatch2012-10-061-0/+1
| | | | | | | |