Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | | | fixed autopygmentize to work with nonencoded files, passed options, and .zshrc. | Phil Schaf | 2013-06-03 | 1 | -48/+65 | |
| | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | Merged in jstvz/pygments-main (pull request #288) | Tim Hatch | 2014-04-14 | 2 | -11/+304 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | SLexer: Escape periods in built-in functions. | James Estevez | 2014-03-04 | 1 | -193/+193 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | SLexer: Remove months from list of keyword constants | James Estevez | 2014-03-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit removes `months\.(abb|name)?` from the list of constants as its already included with other built-ins. | |||||
| | | * | | | | | | | | | Issue #412: Add built-in functions to SLexer | James Estevez | 2014-02-16 | 2 | -13/+306 | |
| | | | |_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | | | | | | | Fixes for SPARQL lexer | Tim Hatch | 2014-04-14 | 2 | -11/+23 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Merged in alexsdutton/pygments-main (pull request #78) | Tim Hatch | 2014-04-14 | 272 | -4515/+40215 | |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 11 | -191/+1384 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/jvm.py | |||||
| | | | * \ \ \ \ \ \ \ \ | Merged in ziggix/pygments-main (pull request #211) | Tim Hatch | 2014-04-14 | 203 | -3203/+10582 | |
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py | |||||
| | | | | * | | | | | | | | | Add Dmitri to AUTHORS | Tim Hatch | 2014-04-14 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | Minor changes to limbo lexer | Tim Hatch | 2014-04-14 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | Merged in userdima/pygments-main (pull request #291) | Tim Hatch | 2014-04-14 | 2 | -0/+556 | |
| | | | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | | Added lexer for Inferno's limbo programming language | Zubr Kabbi | 2014-03-03 | 2 | -0/+556 | |
| | | | | | |/ / / / / / / / | ||||||
| | | | | * | | | | | | | | | Update mapfiles | Tim Hatch | 2014-04-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | Merged in jlafon/pygments-main-redo-pr-276 (pull request #315) | Tim Hatch | 2014-04-14 | 5 | -191/+504 | |
| | | | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | | Fixes for AmbientTalk | Tim Hatch | 2014-04-14 | 2 | -1/+7 | |
| | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | Merged in kwadrat/pygments-main2 (pull request #316) | Tim Hatch | 2014-04-14 | 10 | -200/+570 | |
| | | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/jvm.py pygments/lexers/other.py | |||||
| | | | | | | * | | | | | | | | | Fix some issues in LSL lexer | Tim Hatch | 2014-04-14 | 3 | -10/+18 | |
| | | | | | | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | Merged in buildersbrewery/pygments-main (pull request #296) | Tim Hatch | 2014-04-14 | 1 | -1/+89 | |
| | | | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/other.py | |||||
| | | | | | | | * | | | | | | | | | fix keywords regex | Builder's Brewery | 2014-03-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | | | | * | | | | | | | | | added Linden Scripting Language | Builder's Brewery | 2014-03-11 | 1 | -1/+88 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | | | | * | | | | | | | | | | Merged in mrjbq7/pygments-main (pull request #313) | Tim Hatch | 2014-04-14 | 1 | -188/+234 | |
| | | | | | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | * | | | | | | | | | | Improvements to Factor lexer. | John Benediktsson | 2014-04-10 | 1 | -188/+234 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update builtin words and sort alphabetically - fix unnecessary highlighting of whitespace - support files that start with shebang - improve highlighting of defining words - support more alien syntax - support multiline comments - support symbol literals - support new number syntax (e.g., 0x, 0o, 0b) - fix highlighting of names with parens in stack effects | |||||
| | | | | | * | | | | | | | | | | | | Fixed #195 - used regexlint | Unknown | 2014-04-14 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | Fixed #195 | Unknown | 2014-04-14 | 1 | -1/+54 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | Add mimetype to lexer and versionadded rst | Jharrod LaFon | 2014-04-14 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | Merged head | Jharrod LaFon | 2014-04-14 | 132 | -2290/+6644 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | | | | Make regular expressions with newlines raw strings for Java compat | Jharrod LaFon | 2014-04-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | Fix comment re: complete task entry points. | Geoffrey Oxberry | 2014-01-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | Add example Todo.txt to-do list file. | Geoffrey Oxberry | 2014-01-14 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | Add lexer for Todo.txt format to-do lists. | Geoffrey Oxberry | 2014-01-13 | 2 | -1/+99 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | add Pawn lexer | Sergey Marochkin | 2013-06-19 | 3 | -1/+322 | |
| | | | | |_|_|_|_|_|_|/ / / / / / / | | | | |/| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | Refactor RQL into the existing SQL lexer file. | Jharrod LaFon | 2014-04-14 | 3 | -47/+33 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | Resolves merge conflict from PR#251 | Jharrod LaFon | 2014-04-14 | 3 | -0/+80 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / / / | | | |/| | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | added lexer for rql query language (logilab.org/project/rql) | Nicolas Chauvat | 2013-11-06 | 3 | -0/+80 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | Move GoloLexer to jvm.py; add hello world example | Tim Hatch | 2014-04-14 | 3 | -125/+110 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix an order problem found by regexlint. | |||||
| | | * | | | | | | | | | | | | | | | Merged in yloiseau/pygments-main (pull request #309) | Tim Hatch | 2014-04-14 | 18 | -21/+659 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | Correct doc location for fontsize. | Tim Hatch | 2014-04-14 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | Merged in jaingaurav2/pygments-main (pull request #305) | Tim Hatch | 2014-04-14 | 1 | -0/+8 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | | | | Support fontsize option for RTF formatting | Gaurav Jain | 2014-03-21 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | Update mapfiles. | Tim Hatch | 2014-04-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | Merged in hell0w0rd/pygments-main (pull request #287) | Tim Hatch | 2014-04-14 | 3 | -1/+98 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/web.py | |||||
| | | | | * | | | | | | | | | | | | | | | Add zephir lexer and test | Gusakov Nikita | 2014-02-16 | 3 | -1/+93 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | | Created new branch add-zephir-lexer | Nikita Gusakov | 2014-02-16 | 0 | -0/+0 | |
| | | | | | |_|_|_|_|_|_|/ / / / / / / | | | | | |/| | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | Merged in biozic/pygments-main (pull request #294) | Tim Hatch | 2014-04-14 | 1 | -5/+12 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | | | | | Add missing keywords and special tokens to DLexer | Nicolas Sicard | 2014-03-06 | 1 | -5/+12 | |
| | | | | | |_|_|_|_|_|_|/ / / / / / / | | | | | |/| | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | Merged in dietmarw/pygments-main (pull request #312) | Tim Hatch | 2014-04-14 | 1 | -3/+3 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / / / / / / / | | | | |/| | | | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | | Merged birkenfeld/pygments-main into default | Dietmar Winkler | 2014-04-10 | 1 | -3/+3 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|/ / / / / / / | | | | | |/| | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | | | | | | | Try grouping dieferently. | Dietmar Winkler | 2014-04-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | |