Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merged in jaingaurav2/pygments-main (pull request #314) | Tim Hatch | 2014-04-14 | 20 | -6/+1236 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merged in jlafon/pygments-main-redo-247 (pull request #318) | Tim Hatch | 2014-04-14 | 1 | -1/+3 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'master' of ↵ | Jharrod LaFon | 2014-04-14 | 1 | -1/+3 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitifyhg::ssh://hg@bitbucket.org/jlafon/pygments-main-redo-247 * 'master' of gitifyhg::ssh://hg@bitbucket.org/jlafon/pygments-main-redo-247: Wire up paraiso styles Added Para?so styles fixed autopygmentize to work with nonencoded files, passed options, and .zshrc. Added Handlebars lexer | |||||
| | | * \ \ \ \ | Correctly match valid identifiers in PHP that include unicode characters | Jharrod LaFon | 2014-04-14 | 61 | -251/+3563 | |
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | ||||||
| * | | | | | | | Fixed #161 | Piotr Kasprzyk | 2014-04-15 | 1 | -0/+4 | |
| |/ / / / / / | ||||||
| * | | | | | | Merged in tboyt/pygments-main (pull request #186) | Tim Hatch | 2014-04-14 | 2 | -0/+45 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/templates.py | |||||
| | * | | | | | Added Handlebars lexer | Thomas Boyt | 2013-04-09 | 2 | -0/+45 | |
| | | | | | | | ||||||
| * | | | | | | Merged in jstvz/pygments-main (pull request #288) | Tim Hatch | 2014-04-14 | 1 | -5/+37 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Issue #412: Add built-in functions to SLexer | James Estevez | 2014-02-16 | 1 | -5/+37 | |
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The R lexer does not recognize: - any built-in functions, - any data structures, - all built-in constants, - exponents on floating points with decimals, but no mantissa This update to `math.py` adds a list of only those functions contained within `package:base`, output from R with via the `builtins(TRUE)` function. Keywords for Keyword.Constant, Keyword.Namespace, and Keyword.Type were manually subsetted from the resulting list. This is the approach used by the Mathematica and Numpy lexers. The update to `test.R` adds a sample of the builtin functions, data structures, and namespace functions, along with an example of a floating point with a decimal, but no fractional part. | |||||
| * | | | | | | Merged in alexsdutton/pygments-main (pull request #78) | Tim Hatch | 2014-04-14 | 120 | -343/+17013 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS pygments/lexers/_mapping.py | |||||
| | * | | | | | | Add two missing example files | Tim Hatch | 2014-04-14 | 2 | -0/+11 | |
| | | | | | | | | ||||||
| | * | | | | | | Merged in jlafon/pygments-main-redo-pr-251 (pull request #317) | Tim Hatch | 2014-04-14 | 4 | -0/+730 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/jvm.py | |||||
| | | * \ \ \ \ \ | Merged in ziggix/pygments-main (pull request #211) | Tim Hatch | 2014-04-14 | 54 | -245/+3202 | |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py | |||||
| | | | * \ \ \ \ \ | Merged in userdima/pygments-main (pull request #291) | Tim Hatch | 2014-04-14 | 1 | -0/+456 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | | * | | | | | | Added lexer for Inferno's limbo programming language | Zubr Kabbi | 2014-03-03 | 1 | -0/+456 | |
| | | | | |/ / / / / | ||||||
| | | | * | | | | | | Merged in jlafon/pygments-main-redo-pr-276 (pull request #315) | Tim Hatch | 2014-04-14 | 1 | -0/+12 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | | * | | | | | | Fix some issues in LSL lexer | Tim Hatch | 2014-04-14 | 1 | -0/+12 | |
| | | | | | | | | | | | ||||||
| | | | * | | | | | | | Merged head | Jharrod LaFon | 2014-04-14 | 26 | -199/+1671 | |
| | | | |\ \ \ \ \ \ \ | | | | | |/ / / / / / | ||||||
| | | | * | | | | | | | Add example Todo.txt to-do list file. | Geoffrey Oxberry | 2014-01-14 | 1 | -0/+9 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | add Pawn lexer | Sergey Marochkin | 2013-06-19 | 1 | -0/+253 | |
| | | | |_|_|_|/ / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | Resolves merge conflict from PR#251 | Jharrod LaFon | 2014-04-14 | 1 | -0/+34 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | added lexer for rql query language (logilab.org/project/rql) | Nicolas Chauvat | 2013-11-06 | 1 | -0/+34 | |
| | | |/ / / / / / | ||||||
| | * | | | | | | | Merged in hell0w0rd/pygments-main (pull request #287) | Tim Hatch | 2014-04-14 | 1 | -0/+33 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/web.py | |||||
| | | * | | | | | | | Add zephir lexer and test | Gusakov Nikita | 2014-02-16 | 1 | -0/+33 | |
| | | | |_|/ / / / | | | |/| | | | | | ||||||
| | * | | | | | | | Include examplefile for ClojureScript | Tim Hatch | 2014-04-14 | 1 | -0/+52 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merged in redcat9/pygments-main (pull request #304) | Tim Hatch | 2014-04-14 | 4 | -0/+116 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | Merged in jaingaurav2/pygments-main (pull request #306) | Tim Hatch | 2014-04-14 | 1 | -0/+3 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Add function signature to example file | Gaurav Jain | 2014-04-11 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parameters should be correctly identified even with a space between the type and the name. | |||||
| | | * | | | | | | | | Add basic lexer for GAP, a mathematical programming language. | Max Horn | 2014-04-05 | 2 | -0/+87 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | Closes #969: add APL lexer, by Thomas Baruchel. | Georg Brandl | 2014-03-24 | 1 | -0/+26 | |
| | | | |_|_|_|_|/ / | | | |/| | | | | | | ||||||
| | * | | | | | | | | Create PigLexer. | Unknown | 2014-03-20 | 1 | -0/+148 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Added support for lexing SPARQL queries. | Alexander Dutton | 2012-06-06 | 1 | -0/+23 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Improve handling of labels | Gaurav Jain | 2014-04-14 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Allow labels to be followed by whitespace. Also remove the ':' from the label highlighting. | |||||
* | | | | | | | | Update and fix the Inform 6 lexer | David Corbett | 2014-03-16 | 1 | -9/+13 | |
| | | | | | | | | ||||||
* | | | | | | | | merge with iElectric/pygments-main | Georg Brandl | 2014-03-16 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | get_lexer_by_name: handle edge case when _alias is None | Domen Kozar | 2014-03-15 | 1 | -1/+8 | |
| | | | | | | | | ||||||
* | | | | | | | | Merged in micclly/pygments-main/add_mql_lexer (pull request #285) | Georg Brandl | 2014-03-04 | 10 | -2/+906 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merged in dscorbett/pygments-main (pull request #281) | Georg Brandl | 2014-03-04 | 4 | -0/+504 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Inform lexers | |||||
| | * | | | | | | | | Add Inform lexers | David Corbett | 2014-01-31 | 4 | -0/+504 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merged in tenbits/pygments-main (pull request #280) | Georg Brandl | 2014-03-04 | 5 | -2/+361 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MaskLexer | |||||
| | * \ \ \ \ \ \ \ | Merged in jiyinyiyong/pygments-main (pull request #286) | Georg Brandl | 2014-03-04 | 4 | -1/+354 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cirru: add comma syntax | |||||
| | | * | | | | | | | | Add authors/changelog for Idris, exempt the literate lexer from stripnl test | Georg Brandl | 2014-03-04 | 1 | -1/+2 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | merge with raichoo/pygments-main (pull request #210) | Georg Brandl | 2014-03-04 | 36 | -244/+1409 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | Check for ColdFusion scopes. | Tyson | 2014-02-11 | 1 | -0/+7 | |
| | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | Better example script file | Brad Wood | 2014-02-11 | 1 | -7/+226 | |
| | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | Added separate lexer to handle CFC. It can handle both tag and script based ↵ | Tyson | 2014-02-07 | 2 | -0/+33 | |
| | | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CFCs. | |||||
| | | * | | | | | | | | Idris: added examplefile | raichoo | 2014-03-04 | 1 | -0/+93 | |
| | | | |_|_|/ / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | Cirru: add comma syntax | jiyinyiyong | 2014-02-17 | 1 | -1/+7 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | [dist] MaskLexer | tenbits | 2014-01-28 | 1 | -0/+41 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Added MQL4 constants to MqlLexer | micclly | 2014-02-09 | 1 | -0/+187 | |
| | | | | | | | |