summaryrefslogtreecommitdiff
path: root/tests/examplefiles
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | 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-14105-125/+16765
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1440-25/+3095
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1418-0/+1603
| | | | |\ \ \ \ \ \ \ | | | | | |/ / / / / /
| | | | * | | | | | | 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
| |/ / / / / / |/| | | | | |
* | | | | | | Merged in micclly/pygments-main/add_mql_lexer (pull request #285)Georg Brandl2014-03-049-1/+904
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ 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-044-1/+359
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | MaskLexer
| | * \ \ \ \ \ \ Merged in jiyinyiyong/pygments-main (pull request #286)Georg Brandl2014-03-043-0/+352
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cirru: add comma syntax
| | | * \ \ \ \ \ \ merge with raichoo/pygments-main (pull request #210)Georg Brandl2014-03-0422-25/+1311
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | 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
| | | | | | |
* | | | | | | Added MqlLexermicclly2014-02-091-0/+123
|/ / / / / /
* | | | | | Merged in jiyinyiyong/pygments-main (pull request #275)Georg Brandl2014-01-171-0/+124
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | add syntax for Cirru
| * | | | | Correct the string and char escape code and put case sensitivity to keywords.Louis M2014-01-091-2/+2
| | | | | |
| * | | | | Adding the exemple.Louis M2014-01-091-0/+124
| | | | | |
* | | | | | Cirru: dim comments; use Text for newline character; add escape in string;jiyinyiyong2014-01-111-3/+9
| | | | | |
* | | | | | add syntax for Cirrujiyinyiyong2014-01-101-0/+31
|/ / / / /
* | | | | examplefiles test: change logic to actually lex each file with the intended ↵Georg Brandl2014-01-095-0/+0
| | | | | | | | | | | | | | | | | | | | lexer
* | | | | Merged in robzimmerman/pygments-main (pull request #233)Georg Brandl2014-01-091-0/+75
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add Kal lexer
| * | | | | Add Kal lexerRob Zimmerman2013-09-031-0/+75
| |/ / / /
* | | | | Merged in thomasvandoren/pygments-main (pull request #256)Georg Brandl2014-01-0911-25/+698
|\ \ \ \ \