| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Unittest classes are kept - for now - since py.test is ok with them.
Generator tests had to be switched to pytest parametrized tests.
|
| |
|
|\ |
|
| | |
|
|\ \
| | |
| | |
| | | |
Lexer fixes
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix lexer to support this:
<IfVersion >= 2.4>
ErrorLogFormat "%{cu}t %M"
</IfVersion>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Allow nested macro expansions:
$(eval $(var))
* Allow digits, dots, slashes and dashes in variable names in expansions:
$(var-with.1-number)
|
|\ \ \
| | | |
| | | |
| | | | |
Support Tera Term macro language
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
The patch modifies the Turtle parser in rdf.py, which uses the same file extension.
A unit test file is included.
|
|\ \ \
| | | |
| | | |
| | | | |
Add a lexer for the Boa Domain-Specific Langauge.
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Add lexer for the Pony language
|
| | |\ \ \
| | | | | |
| | | | | |
| | | | | | |
Create a Lexer class for BBC Basic files.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The last found a few shortcomings in the TOML around float parsing. These get
fixed in this commit; additionally, I simplified a bunch of regex.
|
| | | |\ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The PR on Bitbucket did not update correctly; pulling this in manually to get
the much better TOML example file.
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Lexers copied unmodified from
https://github.com/liluo/pygments-github-lexers
which is available under a 2-clause BSD license (same as pygments),
copyright 2012 to GitHub, Inc.
Fixes #1391 and #1150.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add to CHANGES, languages, add versionadded, recreate mappings, fix DASM16
alias.
|
| | | | | | | |
|
| | | |\ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add lexers for DASM16, Augeas, TOML, and Slash
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
else\sif is invalid, and not needed given else and if are already valid
keywords.
|
| | | | |\ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Bug fixes for Stata lexer; adds stata styles
Approved-by: Anteru <bitbucket@ca.sh13.net>
Approved-by: mcaceresb NA <mauricio.caceres.bravo@gmail.com>
|
| | | | | |/ / / |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | |\ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Markdown: add support for reference-style links
|
| | | | | | |/ / |
|
| | | | | |\ \ \ |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
conflict when submitting the Unicon and Icon lexers
|
| | | | | | | | | |
|
| | | | | | |/ / |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
StataLexer defined Name.Format for variable and print format
highlighting; Name.Format is not a built-in token, which
caused issues downstream in certain applications (e.g.
[here](https://github.com/kylebarron/stata_kernel/issues/295)).
This commit changes Name.Format to Name.Other.
|
| | | | |\ \ \ \ |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
- Nested comments correctly highlighted.
- Globals and locals correctly nested inside each other and strings.
- Extended locals and stored results correctly highlighted.
- Keywords and operators correctly highlighted.
- Parentheses and functions correctly highlighted.
|
| | | | |_|/ / /
| | | |/| | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Lexers copied unmodified from
https://github.com/liluo/pygments-github-lexers
which is available under a 2-clause BSD license (same as pygments),
copyright 2012 to GitHub, Inc.
Fixes #1391 and #1150.
|
| | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The Lexer class for BBC Basic handles both the numbered lines, and
unnumbered lines, of the detokenised (text) format of BBC BASIC.
The tokeniser copes, in a naive manner, with the orignal versions,
and BASIC V. It does not handle other extensions at this time, nor
does it handle inline assembler. This should be sufficient for most
cases where code needs to be presented in a colourful manner.
|
| | | | | | | |
|
| | | | | | | |
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Added lexer for VBScript
|
| | | |\ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Fix external links in RdLexer and NewLispLexer
Approved-by: James Martindale <atlassian@jkmartindale.com>
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add a shebang_match for php.
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
.typoscript is used for TypoScript files, removing the ambiguity with
TypeScript.
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This fixes the catastrophic backtracking which previously occured for strings
like "\057hom\145/e2\071501\057pub\154ic_\150tml\057a
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This should fix the last of the spurious errors we're seeing in CI.
|
| | | | | |/ / /
| | | | |/| | | |
|
| | | | | | | | |
|
| | | | |\ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
add lexer for Charm++ ci files
|
| | | | | |\ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Add more clauses to Cypher lexer
|
| | | | | | | |/ /
| | | | | | |/| | |
|