summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merged in jaingaurav2/pygments-main (pull request #314)Tim Hatch2014-04-1420-6/+1236
|\ \ \ \ \
| * \ \ \ \ Merged in jlafon/pygments-main-redo-247 (pull request #318)Tim Hatch2014-04-141-1/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of ↵Jharrod LaFon2014-04-141-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 charactersJharrod LaFon2014-04-1461-251/+3563
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| * | | | | | | Fixed #161Piotr Kasprzyk2014-04-151-0/+4
| |/ / / / / /
| * | | | | | Merged in tboyt/pygments-main (pull request #186)Tim Hatch2014-04-142-0/+45
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/templates.py
| | * | | | | Added Handlebars lexerThomas Boyt2013-04-092-0/+45
| | | | | | |
| * | | | | | Merged in jstvz/pygments-main (pull request #288)Tim Hatch2014-04-141-5/+37
| |\ \ \ \ \ \
| | * | | | | | Issue #412: Add built-in functions to SLexerJames Estevez2014-02-161-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 Hatch2014-04-14120-343/+17013
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS pygments/lexers/_mapping.py
| | * | | | | | Add two missing example filesTim Hatch2014-04-142-0/+11
| | | | | | | |
| | * | | | | | Merged in jlafon/pygments-main-redo-pr-251 (pull request #317)Tim Hatch2014-04-144-0/+730
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/jvm.py
| | | * \ \ \ \ \ Merged in ziggix/pygments-main (pull request #211)Tim Hatch2014-04-1454-245/+3202
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py
| | | | * \ \ \ \ \ Merged in userdima/pygments-main (pull request #291)Tim Hatch2014-04-141-0/+456
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Added lexer for Inferno's limbo programming languageZubr Kabbi2014-03-031-0/+456
| | | | | |/ / / / /
| | | | * | | | | | Merged in jlafon/pygments-main-redo-pr-276 (pull request #315)Tim Hatch2014-04-141-0/+12
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Fix some issues in LSL lexerTim Hatch2014-04-141-0/+12
| | | | | | | | | | |
| | | | * | | | | | | Merged headJharrod LaFon2014-04-1426-199/+1671
| | | | |\ \ \ \ \ \ \ | | | | | |/ / / / / /
| | | | * | | | | | | Add example Todo.txt to-do list file.Geoffrey Oxberry2014-01-141-0/+9
| | | | | | | | | | |
| | | * | | | | | | | add Pawn lexerSergey Marochkin2013-06-191-0/+253
| | | | |_|_|_|/ / / | | | |/| | | | | |
| | * | | | | | | | Resolves merge conflict from PR#251Jharrod LaFon2014-04-141-0/+34
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | | * | | | | | | added lexer for rql query language (logilab.org/project/rql)Nicolas Chauvat2013-11-061-0/+34
| | | |/ / / / / /
| | * | | | | | | Merged in hell0w0rd/pygments-main (pull request #287)Tim Hatch2014-04-141-0/+33
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/web.py
| | | * | | | | | | Add zephir lexer and testGusakov Nikita2014-02-161-0/+33
| | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | Include examplefile for ClojureScriptTim Hatch2014-04-141-0/+52
| | | | | | | | |
| | * | | | | | | Merged in redcat9/pygments-main (pull request #304)Tim Hatch2014-04-144-0/+116
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merged in jaingaurav2/pygments-main (pull request #306)Tim Hatch2014-04-141-0/+3
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Add function signature to example fileGaurav Jain2014-04-111-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 Horn2014-04-052-0/+87
| | | | | | | | | | |
| | | * | | | | | | | Closes #969: add APL lexer, by Thomas Baruchel.Georg Brandl2014-03-241-0/+26
| | | | |_|_|_|_|/ / | | | |/| | | | | |
| | * | | | | | | | Create PigLexer.Unknown2014-03-201-0/+148
| | |/ / / / / / /
| * | | | | | | | Added support for lexing SPARQL queries.Alexander Dutton2012-06-061-0/+23
| | | | | | | | |
* | | | | | | | | Improve handling of labelsGaurav Jain2014-04-141-1/+1
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Allow labels to be followed by whitespace. Also remove the ':' from the label highlighting.
* | | | | | | | Update and fix the Inform 6 lexerDavid Corbett2014-03-161-9/+13
| | | | | | | |
* | | | | | | | merge with iElectric/pygments-mainGeorg Brandl2014-03-161-1/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | get_lexer_by_name: handle edge case when _alias is NoneDomen Kozar2014-03-151-1/+8
| | | | | | | |
* | | | | | | | Merged in micclly/pygments-main/add_mql_lexer (pull request #285)Georg Brandl2014-03-0410-2/+906
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merged in dscorbett/pygments-main (pull request #281)Georg Brandl2014-03-044-0/+504
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Inform lexers
| | * | | | | | | | Add Inform lexersDavid Corbett2014-01-314-0/+504
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merged in tenbits/pygments-main (pull request #280)Georg Brandl2014-03-045-2/+361
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MaskLexer
| | * \ \ \ \ \ \ \ Merged in jiyinyiyong/pygments-main (pull request #286)Georg Brandl2014-03-044-1/+354
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cirru: add comma syntax
| | | * | | | | | | | Add authors/changelog for Idris, exempt the literate lexer from stripnl testGeorg Brandl2014-03-041-1/+2
| | | | | | | | | | |
| | | * | | | | | | | merge with raichoo/pygments-main (pull request #210)Georg Brandl2014-03-0436-244/+1409
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Check for ColdFusion scopes.Tyson2014-02-111-0/+7
| | | | | | | | | | | |
| | | | * | | | | | | | Better example script fileBrad Wood2014-02-111-7/+226
| | | | | | | | | | | |
| | | | * | | | | | | | Added separate lexer to handle CFC. It can handle both tag and script based ↵Tyson2014-02-072-0/+33
| | | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CFCs.
| | | * | | | | | | | Idris: added examplefileraichoo2014-03-041-0/+93
| | | | |_|_|/ / / / | | | |/| | | | | |
| | * | | | | | | | Cirru: add comma syntaxjiyinyiyong2014-02-171-1/+7
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | [dist] MaskLexertenbits2014-01-281-0/+41
| |/ / / / / / /
* | | | | | | | Added MQL4 constants to MqlLexermicclly2014-02-091-0/+187
| | | | | | | |