| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Resolves #1492
|
|
|
|
| |
Also uniformize usage of the 'with' contact manager to prevent resource leaks.
|
|\
| |
| |
| | |
Add SGF lexer
|
| | |
|
|\ \
| | |
| | |
| | | |
Added analyse_text() for SQL
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Remove debug output, add a test file for the Slurm lexer.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Added newer terraform keywords
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Change ansi color names to more saying names
Approved-by: Morten E. Lund <melund@gmail.com>
Approved-by: jonathanslenders <jonathan@slenders.be>
Approved-by: Anteru <bitbucket@ca.sh13.net>
|
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | | |
The ansi color names are changed to names which are easier to understand and align with color names of other projects and terminals. (e.g. ``#ansifuchsia`` to ``ansibrightmagenta``)
This also drops the # prefix to the color names. Hashtag # is usually used for hex colors and the names are already prefixed with `ansi`. Furthermore, it allows the new and old set of names to be exclusive.
|
| | | | |
|
|/ / / |
|
| | |
| | |
| | |
| | | |
Also, raise on warnings from Pygments only.
|
|\ \ \ |
|
| |/ / |
|
| | |
| | |
| | |
| | |
| | | |
Make sure they are converted to errors in test runs, to catch
new introductions immediately.
|
|\ \ \
| | | |
| | | |
| | | | |
Updating Chapel highlighter
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Added pep 515 support to the python lexer
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | | |
Update for Csound 6.09.0
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | |\ \ \
| | | | |/ /
| | | |/| | |
|
| | | | |\ \ |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | |\ \ \ |
|
| | | | | |\ \ \ |
|
| | | | | | | |/
| | | | | | |/| |
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
SLexer improvements
|
| | | | | | | | | |
|
| | | | |_|_|/ /
| | | |/| | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- Remove list of base functions in favor of classifying all calls as Name.Function
- Rewrite regex for variable name detection
- Correctly classify backtick variable names as Name
- Add a few tests for the above
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Complete rewrite of the Clean lexer
|
| | | | |_|_|_|/
| | | |/| | | | |
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
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
|
| |/ / /
|/| | | |
|