| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
tests into example code.
|
| | |/ / / / |
|
| | | |_|/
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | | |
According to https://github.com/cucumber/cucumber/wiki/Gherkin, cooments are complete lines that can appear anywhere in the file and
have leading whitespace.
Added valid example file which was validated with 'cucumber -r -d tests/examplefiles/example.feature'
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
pygments/lexers/_mapping.py
pygments/lexers/other.py
|
| | | |\ \ \ |
|
| | | | | | | |
|
| | | | | | | |
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Conflicts:
pygments/lexers/_mapping.py
pygments/lexers/other.py
|
| | | | | | | | |
|
| | | | | | | | |
|
| | |\ \ \ \ \ \
| | | |/ / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Conflicts:
pygments/lexers/_mapping.py
|
| | | | | | | | |
|
| | |\ \ \ \ \ \
| | | |_|_|_|/ /
| | |/| | | | | |
|
| | | |/ / / / |
|
| | | |_|_|/
| | |/| | | |
|
| |/ / / / |
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Added handling of escaped single quotes in Puppet files
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Improvements to bash lexing of numbers with base syntax
|
| | | | | | | |
|
| | | | | | | |
|
| | |/ / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Add support for kind paramter for integer and real types
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
Integers and reals can have an optional kind parameter specified with an underscore. This could have the format of any variable name. Additionally added example file to demonstrate usage.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed LiveScript backslash strings to terminate on whitespace
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add analyse_text method to CMake lexer
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The previous commit does not handle all situations. Instead the comment regex needs to be copied from the root state. Added additional test lines in the example file for testing.
|
| | | |/ / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Since -- can be used in an operator, match operators before comments. The exmaple file has been updated to add such an operator. Also the package-qualified import has been made more generic.
|
| | |/ / / / |
|
| |/ / / / |
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This was causing test failures on Python 3, where something (presumably hash
order) caused Pawn instead of OpenEdge to be chosen.
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Function signatures should be correct parsed after an implementation block.
|
|\ \ \ \ \ |
|
| |\ \ \ \ \ |
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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
|
| | | |\ \ \ \ \
| | | | |_|/ / /
| | | |/| | | | |
|
| |/ / / / / / |
|
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
pygments/lexers/_mapping.py
pygments/lexers/templates.py
|
| | | | | | | |
|
| |\ \ \ \ \ \ |
|
| | | |_|_|/ /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Conflicts:
AUTHORS
pygments/lexers/_mapping.py
|
| | | | | | | | |
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Conflicts:
pygments/lexers/jvm.py
|
| | | |\ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Conflicts:
pygments/lexers/_mapping.py
pygments/lexers/other.py
|
| | | | |\ \ \ \ \ \ |
|