| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rust lexer: regex fix. | Georg Brandl | 2014-01-20 | 1 | -4/+4 |
| | | |||||
| * | Merged in octayn/pygments-main (pull request #270) | Georg Brandl | 2014-01-20 | 1 | -16/+63 |
| |\ | | | | | | | Rust lexer: update to 0.9 | ||||
| | * | Address more comments | Corey Richardson | 2014-01-20 | 1 | -2/+3 |
| | | | |||||
| | * | Address comments | Corey Richardson | 2014-01-19 | 1 | -7/+8 |
| | | | |||||
| | * | Rust: fix builtin types | Corey Richardson | 2014-01-07 | 1 | -1/+2 |
| | | | |||||
| | * | Rust lexer: update to 0.9 | Corey Richardson | 2014-01-07 | 1 | -17/+61 |
| | | | | | | | | | | | The old lexer looked to be about 0.4 or 0.5. Notably, the lifetime and label syntax is properly handled, and macro invocation has been corrected. | ||||
| * | | Next version will be 2.0. | Georg Brandl | 2014-01-19 | 1 | -7/+7 |
| | | | |||||
| * | | use versionadded directives | Georg Brandl | 2014-01-19 | 1 | -29/+29 |
| | | | |||||
| * | | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | #944: allow multiple comments in ws1 regex | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | | | |||||
| * | | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | | | |||||
| * | | Closes #923: remove blanket nonzero analyse_text returns, and add an ↵ | Georg Brandl | 2014-01-10 | 1 | -3/+7 |
| | | | | | | | | | analyse_text for Makefile lexer | ||||
| * | | eiffel: add to changelog, minor cleanup | Georg Brandl | 2014-01-10 | 1 | -6/+10 |
| | | | |||||
| * | | Merged in tioui/pygments-main-new (pull request #273) | Georg Brandl | 2014-01-10 | 1 | -1/+42 |
| |\ \ | | | | | | | | | | Modification of the Eiffel lexer pull request (#227) | ||||
| | * | | Correct the string and char escape code and put case sensitivity to keywords. | Louis M | 2014-01-09 | 1 | -72/+12 |
| | | | | |||||
| | * | | Replace tab with 4 spaces. | Louis M | 2014-01-09 | 1 | -1/+102 |
| | | | | |||||
| * | | | cocoabuiltins: make it sets and remove tabs. | Georg Brandl | 2014-01-10 | 1 | -2/+4 |
| | | | | |||||
| * | | | Merged in kprofic/pygments-main (pull request #265) | Georg Brandl | 2014-01-10 | 1 | -6/+20 |
| |\ \ \ | |/ / |/| | | | | | Objective-C improvements | ||||
| | * | | Two minor fixes | Krzysztof Profic | 2014-01-10 | 1 | -2/+2 |
| | | | | |||||
| | * | | cleanup | Krzysztof Profic | 2013-12-18 | 1 | -1/+1 |
| | | | | |||||
| | * | | extracted cocoa types as defines in _cocoabuiltins.py | Krzysztof Profic | 2013-12-18 | 1 | -5/+3 |
| | | | | |||||
| | * | | Added struct, enums declarations, updated set of interface and protocol ↵ | Krzysztof Profic | 2013-12-18 | 1 | -3/+4 |
| | | | | | | | | | | | | | definitions | ||||
| | * | | Handle also cocoa protocols as keywords | Krzysztof Profic | 2013-12-18 | 1 | -3/+3 |
| | | | | |||||
| | * | | Added draft implementation for cocoa types recognition | Krzysztof Profic | 2013-12-13 | 1 | -0/+12 |
| | | | | |||||
| | * | | Updated Objective-c token definitions | Krzysztof Profic | 2013-12-13 | 1 | -6/+9 |
| | |/ | |||||
| * | | Closes #891: remove too broad string escape regex from Prolog lexer. | Georg Brandl | 2014-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Closes #944: fix "ws1" regex in C family lexers to allow "indented" ↵ | Georg Brandl | 2014-01-09 | 1 | -1/+1 |
| | | | | | | | | | preprocessor directives | ||||
| * | | tests: make sure lexer aliases are registered lowercase | Georg Brandl | 2014-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Closes #887: allow brackets in fortran. | Georg Brandl | 2014-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Closes #916: remove strange "case" special case that leads to problems | Georg Brandl | 2014-01-09 | 1 | -2/+1 |
| | | | |||||
| * | | chapel: changelog and attribution | Georg Brandl | 2014-01-09 | 1 | -0/+2 |
| | | | |||||
| * | | Merged in thomasvandoren/pygments-main (pull request #256) | Georg Brandl | 2014-01-09 | 1 | -1/+43 |
| |\ \ | |||||
| | * | | pike: consistency updates | Georg Brandl | 2014-01-09 | 1 | -0/+2 |
| | | | | |||||
| | * | | Merge in webhat/pygments-main-with-pike (pull request #237) | Georg Brandl | 2014-01-09 | 1 | -1/+38 |
| | |\ \ | |||||
| | | * | | Added Pike Programming Language | Dani?l W. Crompton | 2013-09-06 | 1 | -1/+38 |
| | | |/ | |||||
| | * | | Rust: properly highlight lifetime specifiers | Stepan Koltsov | 2013-08-02 | 1 | -0/+2 |
| | |/ | | | | | | | | | | | | | | | | | | | Like in this snippet: ``` fn foo<'a, 'bbb>(a: &'a int, bb: &'bbb int) -> char { 'x' } ``` | ||||
| * | | Fix long line in ChapelLexer. | Thomas Van Doren | 2013-11-25 | 1 | -1/+2 |
| | | | |||||
| * | | Fix float pattern in ChapelLexer. | Thomas Van Doren | 2013-11-25 | 1 | -4/+4 |
| | | | | | | | | | | | reals cannot end with a period in chapel due to lexical ambiguity with the .. operator. See the Chapel reference for details. | ||||
| * | | Fix typo in ChapelLexer Keyword list. | Thomas Van Doren | 2013-11-25 | 1 | -1/+1 |
| | | | |||||
| * | | Fix class and proc names in ChapelLexer. | Thomas Van Doren | 2013-11-25 | 1 | -8/+8 |
| | | | | | | | | | Also adds class, unions, records, and modules to the example file. | ||||
| * | | Update Chapel example file. | Thomas Van Doren | 2013-11-25 | 1 | -1/+1 |
| | | | |||||
| * | | Add ChapelLexer for Chapel source. | Thomas Van Doren | 2013-11-25 | 1 | -1/+75 |
| |/ | |||||
| * | Closes #864: fix Prolog numeric literals. | Georg Brandl | 2013-05-19 | 1 | -1/+9 |
| | | |||||
| * | Add missing attributions, changelog entries and versionadded tags. | Georg Brandl | 2013-05-19 | 1 | -0/+6 |
| | | |||||
| * | merge with mgorny/pygments-vim-modelines-r1 (pull request #118) | Georg Brandl | 2013-05-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Add vim-specific aliases for lexers. | Micha? G?rny | 2012-10-19 | 1 | -1/+1 |
| | | | |||||
| * | | Closes #871: Objective C/C++ lexers: allow "@" prefixing any expression. | Georg Brandl | 2013-05-19 | 1 | -0/+2 |
| | | | |||||
| * | | Less greedy detection of SWIG directives in 'analyse_text' | William Fulton | 2013-05-12 | 1 | -2/+5 |
| | | | |||||
| * | | Fix merge from https://bitbucket.org/birkenfeld/pygments-main | William Fulton | 2013-05-11 | 1 | -0/+156 |
| | | | |||||
| * | | Merge from https://bitbucket.org/birkenfeld/pygments-main | William Fulton | 2013-05-11 | 1 | -157/+53 |
| |\ \ | |||||
