summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Use Name.Decorator for metadata.Andy Li2012-11-241-7/+12
| | | * | | Fixed #end vs #error. Corrected a lot of token types.Andy Li2012-11-241-39/+77
| | | * | | Correctly handle preproc.Andy Li2012-11-241-13/+32
| | | * | | Fixed 'type-param-constraint-sep'Andy Li2012-11-231-6/+6
| | | * | | Fixed abstract type.Andy Li2012-11-221-6/+24
| | | * | | minorAndy Li2012-11-221-5/+5
| | | * | | A few more fixes.Andy Li2012-11-221-27/+30
| | | * | | Many fixes.Andy Li2012-11-221-12/+49
| | | * | | A few fixes.Andy Li2012-11-221-5/+20
| | | * | | Added support for cast, try-catch, for, and improved macro.Andy Li2012-11-221-3/+29
| | | * | | Added typedef support.Andy Li2012-11-222-44/+66
| | | * | | Added support for multiple type of a type constraint. Fixed infinite loop.Andy Li2012-11-211-2/+21
| | | * | | Added while and do-while.Andy Li2012-11-211-3/+22
| | | * | | Function param can be optional.Andy Li2012-11-211-2/+3
| | | * | | Added if-else, improved switch.Andy Li2012-11-211-2/+45
| | | * | | Added enum decl support.Andy Li2012-11-211-6/+28
| | | * | | Completing class decl.Andy Li2012-11-211-16/+75
| | | * | | Added metadata support. Working on class member.Andy Li2012-11-201-14/+41
| | | * | | Work in progress. Supporting a good subset of expression kinds.Andy Li2012-11-201-181/+300
| | | * | | Added Haxe example.Andy Li2012-11-161-0/+110
| | | * | | Renamed haXe to Haxe, according to https://groups.google.com/forum/#!topic/ha...Andy2012-11-094-7/+7
| | * | | | merge with bitbucket.org/rgerkin/pygments-main (Igor Pro lexer), pull request...Georg Brandl2013-05-194-2/+262
| | |\ \ \ \
| | | * | | | Added a lexer for Igor ProRick Gerkin2013-02-212-1/+270
| | | | |/ / | | | |/| |
| | * | | | merge with https://bitbucket.org/bd808/pygments-main/ (EBNF lexer), pull requ...Georg Brandl2013-05-1927-135/+3596
| | |\ \ \ \
| | | * \ \ \ merge with https://bitbucket.org/daanl/pygments-main/, pull request #201Georg Brandl2013-05-1917-63/+1763
| | | |\ \ \ \
| | | | * | | | Add missing attributions, changelog entries and versionadded tags.Georg Brandl2013-05-194-0/+22
| | | | * | | | Changelog entry for PR#118.Georg Brandl2013-05-191-0/+3
| | | | * | | | merge with mgorny/pygments-vim-modelines-r1 (pull request #118)Georg Brandl2013-05-1911-36/+87
| | | | |\ \ \ \
| | | | | * | | | Update LEXERS.Micha? G?rny2012-10-191-19/+19
| | | | | * | | | Add vim-specific aliases for lexers.Micha? G?rny2012-10-199-19/+19
| | | | | * | | | Try vim modelines in guess_lexer().Micha? G?rny2012-08-191-0/+11
| | | | | * | | | Introduce a very simple vim modeline parser.Micha? G?rny2012-10-191-0/+39
| | | | * | | | | Merged in joshuarh/pygments-main/joshuarh/use-the-python2-symlink-for-python-...Georg Brandl2013-05-191-1/+1
| | | | |\ \ \ \ \
| | | | | * | | | | Use the python2 symlink for python 2joshuarh2013-05-171-1/+1
| | | | | | |_|_|/ | | | | | |/| | |
| | | | * | | | | Closes #871: Objective C/C++ lexers: allow "@" prefixing any expression.Georg Brandl2013-05-192-0/+4
| | | | |/ / / /
| | | | * | | | 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
| | | | | | |/ / | | | | | |/| |
| | | * | | | | Koka: fixed superfluous \ddaan2013-05-131-1/+1
| | | * | | | | Improved Koka lexing with named operatorsdaan2013-05-121-8/+9