summaryrefslogtreecommitdiff
path: root/pygments/lexers/compiled.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | extracted cocoa types as defines in _cocoabuiltins.pyKrzysztof Profic2013-12-181-5/+3
| * | Added struct, enums declarations, updated set of interface and protocol defin...Krzysztof Profic2013-12-181-3/+4
| * | Handle also cocoa protocols as keywordsKrzysztof Profic2013-12-181-3/+3
| * | Added draft implementation for cocoa types recognitionKrzysztof Profic2013-12-131-0/+12
| * | Updated Objective-c token definitionsKrzysztof Profic2013-12-131-6/+9
| |/
* | Closes #891: remove too broad string escape regex from Prolog lexer.Georg Brandl2014-01-091-1/+1
* | Closes #944: fix "ws1" regex in C family lexers to allow "indented" preproces...Georg Brandl2014-01-091-1/+1
* | tests: make sure lexer aliases are registered lowercaseGeorg Brandl2014-01-091-1/+1
* | Closes #887: allow brackets in fortran.Georg Brandl2014-01-091-1/+1
* | Closes #916: remove strange "case" special case that leads to problemsGeorg Brandl2014-01-091-2/+1
* | chapel: changelog and attributionGeorg Brandl2014-01-091-0/+2
* | Merged in thomasvandoren/pygments-main (pull request #256)Georg Brandl2014-01-091-1/+43
|\ \
| * | pike: consistency updatesGeorg Brandl2014-01-091-0/+2
| * | Merge in webhat/pygments-main-with-pike (pull request #237)Georg Brandl2014-01-091-1/+38
| |\ \
| | * | Added Pike Programming LanguageDani?l W. Crompton2013-09-061-1/+38
| | |/
| * | Rust: properly highlight lifetime specifiersStepan Koltsov2013-08-021-0/+2
| |/
* | Fix long line in ChapelLexer.Thomas Van Doren2013-11-251-1/+2
* | Fix float pattern in ChapelLexer.Thomas Van Doren2013-11-251-4/+4
* | Fix typo in ChapelLexer Keyword list.Thomas Van Doren2013-11-251-1/+1
* | Fix class and proc names in ChapelLexer.Thomas Van Doren2013-11-251-8/+8
* | Update Chapel example file.Thomas Van Doren2013-11-251-1/+1
* | Add ChapelLexer for Chapel source.Thomas Van Doren2013-11-251-1/+75
|/
* Closes #864: fix Prolog numeric literals.Georg Brandl2013-05-191-1/+9
* 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