summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close unneeded branch.joshuarh/use-the-python2-symlink-for-python-2-1368815078140Georg Brandl2013-05-190-0/+0
* Use the python2 symlink for python 2joshuarh2013-05-171-1/+1
* Less greedy detection of SWIG directives in 'analyse_text'William Fulton2013-05-121-2/+5
* Fix merge from https://bitbucket.org/birkenfeld/pygments-mainWilliam Fulton2013-05-111-0/+156
* Update AUTHORS for SWIG LexerWilliam Fulton2013-05-111-0/+1
* Merge from https://bitbucket.org/birkenfeld/pygments-mainWilliam Fulton2013-05-114-157/+1608
|\
| * Detect SWIG directives in 'analyse_text'. Some commonly known directives are ...William Fulton2013-05-111-1/+31
| * Regular expressions changed for SWIG - same regex just written differentlyWilliam Fulton2013-04-161-2/+2
| * Update aliases and mimetypes mapping for SWIGWilliam Fulton2013-02-162-2/+2
| * Add some SWIG test filesWilliam Fulton2013-02-162-0/+1554
| * Fix for SWIG's ##William Fulton2013-02-151-1/+1
| * Add a mime type for SWIG files. Choose 'text/swig' - a Google search indicate...William Fulton2013-02-151-1/+1
| * Change default for SWIG directivesWilliam Fulton2013-02-151-2/+2
| * SwigLexer refinements for SWIG directives, add support for stringification of...William Fulton2013-02-101-3/+4
| * Add support for SWIG - http://www.swig.org. SWIG is an extension to C++ hence...wsfulton2013-02-102-1/+23
* | Add Rob Hoelz to AUTHORSRob Hoelz2013-05-102-0/+2
* | Followup for #844, recognize pipe again.Tim Hatch2013-05-091-0/+1
* | Make BashLexer recognize end of words around '&', '|', and ';' properly.Tim Hatch2013-05-091-2/+3
* | In Ruby, parse Foo::Bar as namespace, not hash key.Tim Hatch2013-05-091-1/+1
* | Fix Python 3 traceback parsing to handle non-file lines.Tim Hatch2013-05-092-0/+7
* | Split PowerShell root into two states, so we know when a close paren isTim Hatch2013-05-091-4/+7
* | Merged in ppannuto/pygments-main (pull request #166)Tim Hatch2013-05-064-5/+806
|\ \
| * | Include link to nesc homePat Pannuto2013-05-061-1/+2
| * | I am very bad at mercurial, apologies for the ugly historyPat Pannuto2013-05-061-2/+1
| * | Fixup accidental deletion of the Clay Lexer from bad mergePat Pannuto2013-05-061-1/+54
| * | Update branch to match headPat Pannuto2013-05-0612-20/+768
| |\ \
| * \ \ Pull mainline changes and mergePat Pannuto2013-04-1719-1938/+2059
| |\ \ \
| * | | | Add sample files for nesCPat Pannuto2013-02-142-0/+775
| * | | | Add lexing support for nesCPat Pannuto2013-02-142-4/+27
| | |_|/ | |/| |
* | | | Repaired test (?)Alex Gilding2013-05-061-0/+95
* | | | Ran tests and fixed errors this time...Alex Gilding2013-05-063-113/+23
* | | | Merged birkenfeld/pygments-main into defaultleushenko2013-05-0612-20/+768
|\ \ \ \ | | |_|/ | |/| |
| * | | Merged in hoelzro/pygments-main (pull request #181)Tim Hatch2013-05-055-2/+660
| |\ \ \
| | * | | Remove Rakudo source files from examplesRob Hoelz2013-05-062-4505/+0
| | * | | Rename Perl 6 .pm files to .pm6Rob Hoelz2013-04-113-0/+0
| | * | | Move token rules into Perl6Lexer class bodyRob Hoelz2013-04-101-24/+19
| | * | | Don't consume final character in token-sym-brackets stateRob Hoelz2013-04-101-1/+1
| | * | | Remove extra space next to parenthesisRob Hoelz2013-04-101-48/+48
| | * | | Favor backslash escaping regex metachars rather than creating a single charac...Rob Hoelz2013-04-101-11/+11
| | * | | Automatically escape arguments to _build_word_matchRob Hoelz2013-04-101-3/+3
| | * | | Make sure 'roleq' isn't improperly highlightedRob Hoelz2013-04-102-1/+3
| | * | | Separate 'constants' and helper methods into separate sections for Perl 6 lexerRob Hoelz2013-04-101-7/+7
| | * | | Move pygments lexer 'attributes' for Perl6 lexer directly below docstringRob Hoelz2013-04-101-7/+7
| | * | | Rename PERL6_IDENTIFIER_CHARSRob Hoelz2013-04-101-13/+13
| | * | | Make sure Perl 6 link works properlyRob Hoelz2013-04-101-1/+1
| | * | | Update _mapping.pyRob Hoelz2013-04-101-1/+1
| | * | | Remove p6-scripts/.last-version from hgignoreRob Hoelz2013-04-101-1/+0
| | * | | Remove Perl 6 helper scriptsRob Hoelz2013-03-244-218/+0
| | * | | Merged birkenfeld/pygments-main into defaultRobert Hoelz2013-03-242-21/+43
| | |\ \ \
| | * | | | Improve file type detection for Perl 6Rob Hoelz2013-03-241-1/+33