summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Detect Objective-C snippets if there is a NSNumber objectGaurav Jain2014-03-141-0/+2
* mergeGeorg Brandl2014-03-042-5/+5
|\
| * Fix a few non-Python3 compatible raw Unicode literals.Georg Brandl2014-03-042-5/+5
* | Idris: Fix errors in lexerraichoo2014-03-041-1/+1
|/
* Overhaul the Makefile lexer a bit more.Georg Brandl2014-03-041-9/+18
* Merged in asylumfunk/pygments-main/feature/makefile-highlight (pull request #...Georg Brandl2014-03-048-63/+1494
|\
| * Merged in micclly/pygments-main/add_mql_lexer (pull request #285)Georg Brandl2014-03-048-61/+1049
| |\
| | * Inform: versionadded, remove ".h" file glob, changelog entry.Georg Brandl2014-03-042-2/+8
| | * Merged in dscorbett/pygments-main (pull request #281)Georg Brandl2014-03-042-1/+684
| | |\
| | | * Add Inform lexersDavid Corbett2014-01-312-3/+686
| | * | Fix duplicate mimetype.Georg Brandl2014-03-042-1/+2
| | * | mergeGeorg Brandl2014-03-043-2/+118
| | |\ \
| | | * | Mask: attribution, changelog, mapfile, versionadded.Georg Brandl2014-03-042-2/+4
| | | * | Merged in tenbits/pygments-main (pull request #280)Georg Brandl2014-03-047-61/+241
| | | |\ \
| | | | * \ Merged in alkino/pygments-main (pull request #282)Georg Brandl2014-03-046-60/+240
| | | | |\ \
| | | | * | | Fix docstring from analyze_text to analyse_textNicolas Cornu2014-02-061-1/+1
| | | | | |/ | | | | |/|
| | | * | | [dist] MaskLexertenbits2014-01-282-1/+115
| | | |/ /
| | * | | versionadded tag for NasmObjdumpLexer.Georg Brandl2014-03-041-1/+3
| | | |/ | | |/|
| | * | Merged in Matir/pygments (pull request #279)Georg Brandl2014-03-042-44/+64
| | |\ \
| | | * | Support for intel-style objdump.David Tomaschik2014-01-242-46/+66
| | * | | Merged in dietmarw/pygments-main (pull request #284)Georg Brandl2014-03-044-12/+168
| | |\ \ \
| | | * \ \ Merged in jiyinyiyong/pygments-main (pull request #286)Georg Brandl2014-03-043-12/+167
| | | |\ \ \
| | | | * \ \ merge with raichoo/pygments-main (pull request #210)Georg Brandl2014-03-0481-993/+2242
| | | | |\ \ \
| | | | | * | | Remove duplicate mimetype.Georg Brandl2014-03-042-2/+2
| | | | | * | | Regenerate mapfiles.Georg Brandl2014-03-041-1/+1
| | | | | * | | Removed mime-type from ColdfusionCFCLexer to pass unit test.Tyson2014-03-011-1/+1
| | | | | * | | Check for ColdFusion scopes.Tyson2014-02-111-0/+1
| | | | | * | | Additional keyword constants.Brad Wood2014-02-111-1/+1
| | | | | * | | Added some keywords and operators.Brad Wood2014-02-111-2/+5
| | | | | * | | Fixed multiline comments in cfscript.Tyson2014-02-101-2/+3
| | | | | * | | Added separate lexer to handle CFC. It can handle both tag and script based ...Tyson2014-02-072-7/+23
| | | | | | |/ | | | | | |/|
| | | | * | | Idris lexer: added lexer for literate Idrisraichoo2013-06-152-2/+29
| | | | * | | Idris lexer: added lexer for Idrisraichoo2013-06-052-1/+109
| | | * | | | Cirru: add comma syntaxjiyinyiyong2014-02-171-0/+1
| | | | |/ / | | | |/| |
| | * | | | Modelica: lexer fixes wrt quoted identifiersDietmar Winkler2014-02-081-4/+8
| | |/ / /
| * | | | Splitted long linesmicclly2014-02-091-134/+268
| * | | | Added MQL4 constants to MqlLexermicclly2014-02-091-0/+297
| * | | | Added MqlLexermicclly2014-02-092-3/+15
| |/ / /
* | | | Fix Makefile highlighting with target expansionasylumfunk2014-03-021-2/+4
|/ / /
* | | Perl 6: Fix highlighting bug with m_...Rob Hoelz2014-01-211-1/+1
* | | Perl 5: Accept 'our' as a Perl 5 declaratorRob Hoelz2014-01-211-1/+1
* | | Perl 5: Accept more forms of 'my' for Perl 5 declarationsRob Hoelz2014-01-211-1/+1
* | | Perl 6: Bump the Perl 6 rating if we've seen a class/module declarationRob Hoelz2014-01-211-1/+5
* | | Perl 6: Continue to search for 'use v6' after class declarationsRob Hoelz2014-01-211-2/+4
* | | Perl 6: Pick up on Perl 6-style class declarationsRob Hoelz2014-01-211-1/+2
* | | Perl 6: Return a non-false fuzzy value if we found a Perl-style variable decl...Rob Hoelz2014-01-211-1/+1
* | | Perl 6: Use my/our/has as a hintRob Hoelz2014-01-201-1/+8
* | | Perl 6: Make end-of-heredoc search more exactRob Hoelz2014-01-201-2/+2
* | | Perl 6: Make sure we don't step back when looking for a closing delimiterRob Hoelz2014-01-201-0/+4
* | | Merged birkenfeld/pygments-main into defaultRob Hoelz2014-01-201-22/+16
|\ \ \ | |_|/ |/| |