summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Use unicode literals in docstrings as wellNikolay Orlyuk2019-01-171-3/+10
| | | | Resolves #1492
* Fix ResourceWarning: unclosed fileMicka?l Schoentgen2019-01-071-6/+4
| | | | Also uniformize usage of the 'with' contact manager to prevent resource leaks.
* Merged in sblondon/pygments-main (pull request #780)Anteru2019-01-041-0/+35
|\ | | | | | | Add SGF lexer
| * Add SGF lexerStephane"2018-10-211-0/+35
| |
* | Merged in roskakori/pygments-analyze-sql (pull request #672)Anteru2019-01-041-1/+45
|\ \ | | | | | | | | | Added analyse_text() for SQL
| * | Added analyse_text() that attempts to detect MySQL and Transact-SQL.Thomas Aglassinger2016-10-011-1/+45
| | |
* | | Fix Stan lexer changes eating whitespace, fix typos in example file.Matth?us G. Chajdas2018-12-231-2/+2
| | |
* | | Small cleanups to the Slurm lexer.Matth?us G. Chajdas2018-12-211-0/+6
| | | | | | | | | | | | Remove debug output, add a test file for the Slurm lexer.
* | | Add FloScript sample file, update mappings & changes.Matth?us G. Chajdas2018-12-171-0/+40
| | |
* | | Merged in jae2/pygments-main (pull request #787)Anteru2018-12-171-5/+5
|\ \ \ | | | | | | | | | | | | Added newer terraform keywords
| * \ \ Merged in mortenlund/pygments-main (pull request #777)Anteru2018-12-161-5/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * | | Change ansi color names to more saying namesMorten Enemark Lund2018-08-041-5/+5
| | | |/ | | |/| | | | | | | | | | | | | | | | | 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.
* | | | Fixed typos in terraform lexerJames Edwards2018-12-051-0/+1
| | | |
* | | | Added newer Terraform keywords.James Edwards2018-12-051-0/+35
|/ / /
* | | Fix more instances of invalid string escapesGeorg Brandl2018-11-281-6/+7
| | | | | | | | | | | | Also, raise on warnings from Pygments only.
* | | Merge heads.Georg Brandl2018-11-284-6/+9
|\ \ \
| * | | Fix invalid escapes due to missing raw string prefix.Georg Brandl2018-11-283-3/+9
| |/ /
* | | Handle regex syntax FutureWarnings.Georg Brandl2018-11-281-0/+4
| | | | | | | | | | | | | | | Make sure they are converted to errors in test runs, to catch new introductions immediately.
* | | Merged in mppf5/pygments-main (pull request #735)Anteru2018-11-2711-507/+1097
|\ \ \ | | | | | | | | | | | | Updating Chapel highlighter
| * \ \ Merged in kevinastone/pygments-main (pull request #720)Anteru2018-11-2710-507/+1077
| |\ \ \ | | | | | | | | | | | | | | | Added pep 515 support to the python lexer
| | * \ \ Merged in nwhetsell/pygments-main (pull request #684)Anteru2018-11-264-504/+578
| | |\ \ \ | | | | | | | | | | | | | | | | | | Update for Csound 6.09.0
| | | * | | Update for Csound 6.09.1Nathan Whetsell2017-08-061-6/+15
| | | | | |
| | | * | | Add Csound Score d statementNathan Whetsell2017-05-271-1/+1
| | | | | |
| | | * | | Fix issue with opcode typesNathan Whetsell2017-05-262-3/+3
| | | | | |
| | | * | | Merged birkenfeld/pygments-main into defaultNathan Whetsell2017-05-254-504/+569
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Merged birkenfeld/pygments-main into defaultNathan Whetsell2017-02-151-0/+48
| | | | |\ \
| | | | * | | Add Csound lexer testsNathan Whetsell2017-01-281-0/+471
| | | | | | |
| | | | * | | Update lexersNathan Whetsell2017-01-273-492/+98
| | | | | | |
| | | | * | | Merged birkenfeld/pygments-main into defaultNathan Whetsell2017-01-273-39/+27
| | | | |\ \ \
| | | | | * \ \ Merged birkenfeld/pygments-main into defaultNathan Whetsell2017-01-193-39/+27
| | | | | |\ \ \
| | | | | | * | | Update for Csound 6.08.0Nathan Whetsell2016-12-113-39/+27
| | | | | | | |/ | | | | | | |/|
| | * | | | | | Merged in jimhester/pygments-main (pull request #680)Anteru2018-11-261-0/+70
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | SLexer improvements
| | | * | | | | | Support escaping internal backticksJim Hester2016-11-221-0/+9
| | | | | | | | |
| | | * | | | | | SLexer improvementsJim Hester2016-11-221-0/+61
| | | | |_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * | | | | | Merged in camilstaps/pygments-main-3 (pull request #621)Anteru2018-11-261-1/+43
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Complete rewrite of the Clean lexer
| | | * | | | | | Clean lexer: better support for qualified imports; add testsCamil Staps2018-11-251-1/+43
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merged in fredrikhl/pygments-main (pull request #741)Anteru2018-11-243-2/+355
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue #1389: Markdown lexer bug Approved-by: Anteru <bitbucket@ca.sh13.net>
| | | * \ \ \ \ \ Merged in maxime_vidori/pygments-main (pull request #714)Anteru2018-11-241-2/+31
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Dockerfile lexer Approved-by: m m <marnitto@gmail.com>
| | | | * | | | | | Update Dockerfile lexerMaxime Vidori2017-03-281-2/+31
| | | | | |_|/ / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Dockerfiles new keyword in the lexer Improve lexer to parse json arrays on specific commands Handle line breaks as a bash syntax
| | | * | | | | | Merged in technomancy/pygments-main/fennel (pull request #783)Anteru2018-11-241-0/+156
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for the Fennel programming language
| | | | * | | | | | Add support for the Fennel programming languagePhil Hagelberg2018-11-161-0/+156
| | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | * | | | | | Merged in Reedbeta/pygments-main/hlsl-lexer (pull request #675)Anteru2018-11-2444-44/+253
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add HLSL lexer Approved-by: Anteru <bitbucket@ca.sh13.net>
| | | * | | | | | Add string literal parsing to HLSL lexer (copied from the one for C++).Nathan Reed2016-12-291-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also added a snippet to the example file where a string shows up (uncommon in HLSL).
| | | * | | | | | Add example file for HLSLNathan Reed2016-10-051-0/+157
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | Fix issue with markdown lexer code fencesFredrik Larsen2017-11-101-0/+31
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the bug reported in #1389, where the markdown lexer will not issue a token for the closing code fence. Issue: #1389
| * | | | | | Fixed missing complex float caseKevin Stone2017-05-021-0/+1
| | | | | | |
| * | | | | | Added pep 515 support to the python lexerKevin Stone2017-05-021-0/+19
| |/ / / / / | | | | | | | | | | | | | | | | | | Fixes #1299
* | | | | | example shows new keywordsmppf52018-09-101-0/+7
| | | | | |
* | | | | | Updating Chapel highlightermppf52017-09-251-0/+20
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include new error handling keywords * fix problems with 1-character procs * include Type.method in method name * highlight iterators in addition to procs
* | | | | fix an issue where a route 53 alias was shown as an errorJames Edwards2017-03-131-0/+10
| |/ / / |/| | |