summaryrefslogtreecommitdiff
path: root/pygments/lexers/compiled.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Next version will be 2.0.Georg Brandl2014-01-191-7/+7
* | use versionadded directivesGeorg Brandl2014-01-191-29/+29
* | Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-1/+1
* | #944: allow multiple comments in ws1 regexGeorg Brandl2014-01-101-1/+1
* | new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* | Closes #923: remove blanket nonzero analyse_text returns, and add an analyse_...Georg Brandl2014-01-101-3/+7
* | eiffel: add to changelog, minor cleanupGeorg Brandl2014-01-101-6/+10
* | Merged in tioui/pygments-main-new (pull request #273)Georg Brandl2014-01-101-1/+42
|\ \
| * | Correct the string and char escape code and put case sensitivity to keywords.Louis M2014-01-091-72/+12
| * | Replace tab with 4 spaces.Louis M2014-01-091-1/+102
* | | cocoabuiltins: make it sets and remove tabs.Georg Brandl2014-01-101-2/+4
* | | Merged in kprofic/pygments-main (pull request #265)Georg Brandl2014-01-101-6/+20
|\ \ \ | |/ / |/| |
| * | Two minor fixesKrzysztof Profic2014-01-101-2/+2
| * | cleanupKrzysztof Profic2013-12-181-1/+1
| * | 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