summaryrefslogtreecommitdiff
path: root/pygments/lexers/compiled.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing attributions, changelog entries and versionadded tags.Georg Brandl2013-05-191-0/+6
* merge with mgorny/pygments-vim-modelines-r1 (pull request #118)Georg Brandl2013-05-191-1/+1
|\
| * Add vim-specific aliases for lexers.Micha? G?rny2012-10-191-1/+1
* | Closes #871: Objective C/C++ lexers: allow "@" prefixing any expression.Georg Brandl2013-05-191-0/+2
* | 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
* | Merge from https://bitbucket.org/birkenfeld/pygments-mainWilliam Fulton2013-05-111-157/+53
|\ \
| * | 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-161-1/+1
| * | 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-101-1/+22
* | | Merged in ppannuto/pygments-main (pull request #166)Tim Hatch2013-05-061-5/+30
|\ \ \
| * | | 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
| * | | Add lexing support for nesCPat Pannuto2013-02-141-4/+26
| |/ /
* | | Ran tests and fixed errors this time...Alex Gilding2013-05-061-17/+22
* | | added test.bb (corrections)Alex Gilding2013-05-031-12/+10
* | | added .bbAlex Gilding2013-05-031-1/+78
* | | Clay: add changelog entry and attribution.Georg Brandl2013-04-051-3/+6
* | | Lexer for Clay programming language.Stepan Koltsov2013-04-041-1/+49
|/ /
* | Check for missing aliases in "make check".Georg Brandl2013-01-201-1/+1
* | Fix stuff in new lexers found by regexlint.Georg Brandl2013-01-121-1/+1
* | AdaLexer: fix support for record typesMasen Furer2013-01-111-1/+6
* | AdaLexer: added additional built-in/standard typesMasen Furer2013-01-111-4/+6
* | Merged in waywardmonkeys/pygments-main (pull request #149: [dylan] Add DylanC...Georg Brandl2013-01-101-7/+60
|\ \
| * | [dylan] Check the lowercase of the value against the various builtins.Bruce Mitchener, Jr.2013-01-101-4/+5
| * | Merged.Bruce Mitchener, Jr.2013-01-101-3/+52
| |\ \
| | * | [dylan] Add DylanConsoleLexer.Bruce Mitchener, Jr.2013-01-101-3/+51
* | | | merge with https://bitbucket.org/dhowett/pygments-main#logosGeorg Brandl2013-01-101-35/+43
|\ \ \ \ | |/ / /
* | | | Add a lexer for the Logos language, which inherits functionality from the Obj...Dustin Howett2013-01-091-1/+57
|/ / /
* | | Fix a couple "make check" issues, mostly long lines.Georg Brandl2013-01-091-23/+32
* | | Closes #813: add missing FORTRAN statements.Georg Brandl2013-01-091-4/+4
* | | Merged in btiffin/cobol-pygments (pull request #72: adding an OpenCOBOL lexer)Georg Brandl2013-01-091-604/+702
|\ \ \
| * \ \ Merged in alastairh/pygments (pull request #141: Improve and unify C family l...Georg Brandl2013-01-091-45/+218
| |\ \ \
| | * | | Happy new year 2013.Georg Brandl2013-01-091-1/+1
| | * | | Fix issues found by "make check".Georg Brandl2013-01-091-3/+3
| | * | | Merged in waywardmonkeys/pygments-main (pull request #148: Additional Dylan f...Georg Brandl2013-01-091-1/+14
| | |\ \ \ | | | |/ /
| | | * | [dylan] Correctly handle file headers.Bruce Mitchener, Jr.2013-01-091-1/+14
| | * | | Add attribution and changelog for new Dylan lexer; minor style fixes.Georg Brandl2013-01-091-3/+4
| | |/ /
| | * | Rewrite the Dylan Lexer and provide a lexer for Dylan LID files.Bruce Mitchener, Jr.2013-01-091-27/+179
| | * | Update the Rust syntax to match version 0.5 of the languagePatrick Walton2013-01-021-9/+9
| * | | Reinstate analyse_text.Alastair Houghton2013-01-031-0/+6
| * | | Remove the unnecessary analyse_text methods, reduce the default priorities. ...Alastair Houghton2013-01-031-18/+8
| * | | Added support for inheritance to RegexLexer, so that subclasses canAlastair Houghton2012-12-191-386/+187
| |/ /
| * | Get ready for release: update "new in" version numbers and rename CUDALexerTim Hatch2012-11-121-2/+4