| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |\ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fix issue #1389: Markdown lexer bug
Approved-by: Anteru <bitbucket@ca.sh13.net>
|
| | | | |\ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Update Dockerfile lexer
Approved-by: m m <marnitto@gmail.com>
|
| | | | | | |_|/ /
| | | | | |/| | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add Dockerfiles new keyword in the lexer
Improve lexer to parse json arrays on specific commands
Handle line breaks as a bash syntax
|
| | | | |\ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Add support for the Fennel programming language
|
| | | | | |/ / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This is a pretty straightforward language in the lisp family with a
small number of special forms. Since Fennel runs on the Lua runtime,
the list of builtins is the same as that of Lua, so it might be
possible to re-use the definition from the Lua lexer, but since I
don't know Python I couldn't figure out how that would work; maybe
someone else could add that.
|
| | | | |\ \ \ \ \
| | | | | |/ / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add HLSL lexer
Approved-by: Anteru <bitbucket@ca.sh13.net>
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
- Also added a snippet to the example file where a string shows up (uncommon in HLSL).
|
| | | | | |_|/ /
| | | | |/| | | |
|
| | | | |/ / /
| | | |/| | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes the bug reported in #1389, where the markdown lexer will not issue a
token for the closing code fence.
Issue: #1389
|
| | | | | | | |
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
Fixes #1299
|
| | | | | | |
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* include new error handling keywords
* fix problems with 1-character procs
* include Type.method in method name
* highlight iterators in addition to procs
|
| | |/ /
| |/| | |
|
| | | | |
|
| | |/
| |/| |
|
| | | |
|
| |\ \
| | | |
| | | |
| | | | |
Custom Lexer/Formatter File Loading
|
| | |\ \
| | | | |
| | | | |
| | | | | |
Fix Perl5 lexer for namespaces/modules.
|
| | | | | |
|
| | | | | |
|
| | | /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This introduces support for some missing features to the Handlebars lexer:
Partials and path segments. Partials mostly appeared to work before, but the
`>` in `{{> ... }}` would appear as a syntax error, as could other
components of the partial. This change introduces support for:
* Standard partials: `{{> partialName}}`
* Partials with parameters: `{{> partialName varname="value"}}`
* Ddynamic partials: `{{> (partialFunc)}}`
* Ddynamic partials with lookups: `{{> (lookup ../path "partialName")}}`
* Partial blocks: `{{> @partial-block}}`
* Inline partials: `{{#*inline}}..{{/inline}}`
It also introduces support for path segments, which can reference content in
the current context or in a parent context. For instance, `this.name`,
`this/name`, `./name`, `../name`, `this/name`, etc. These are all now tracked
as variables.
|
| | |/
| | |
| | |
| | | |
https://github.com/EntropyOrg/p5-Devel-IPerl/issues/25
|
| |\ \
| | | |
| | | |
| | | | |
lexerdev documentation
|
| | | |
| | | |
| | | |
| | | | |
Custom lexer/formatter are no longer added to sys.modules()
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add optional function parameter for the class name to instantiate, and update cli to support this.
Move error handling to within the loading functions; they now only raise ClassNotFound.
Modify doc with these updates and the version number.
Test case clean up and additions.
|
| | | | |
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | |
| | | | |
Fixes Issue #1243
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Default
|
| | | | |
| | | | |
| | | | |
| | | | | |
Regexopt does the wrong then when given a mix of string types (as happens in Python 2).
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | | |
test for unicode chars in julia
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | |/ / / |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
set environment variable TEST_EXT to desired test file extension before running
tests.
eg. TEST_EXT=md nosetests tests/test_examplefiles.py
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
escaped spaces in keys and values.
|
| | | |
| | | |
| | | |
| | | | |
Token.Text
|
|/ / / |
|
| | |
| | |
| | |
| | | |
Fixes #1184
|
| | |
| | |
| | |
| | |
| | |
| | | |
length.
Fixes #1229
|
| | |
| | |
| | |
| | | |
Fixes #1237
|
| | |
| | |
| | |
| | | |
Fixes #1244
|