summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Markdown: add support for reference-style linksColin Watson2018-02-221-0/+3
| |/ / / /
* | | | | Merged in bwtiffin/pygments-unicon (pull request #731)Matth?us G. Chajdas2019-04-014-1/+775
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | example.icn created online with BitbucketBrian Tiffin2017-08-311-0/+283
| | | | |
| * | | | example.u1 created online with BitbucketBrian Tiffin2017-08-311-0/+111
| | | | |
| * | | | example.u edited online with BitbucketBrian Tiffin2017-08-311-111/+547
| | | | |
| * | | | example.u created online with BitbucketBrian Tiffin2017-08-311-548/+111
| | | | |
| * | | | example.icon created online with BitbucketBrian Tiffin2017-08-311-0/+381
| |/ / /
* | | | Merged in roskakori/pygments-vbscript (pull request #673)Anteru2019-03-0661-571/+1602
|\ \ \ \ | | | | | | | | | | | | | | | Added lexer for VBScript
| * | | | Add test for the Charmci lexerMatthias Diener2019-02-121-0/+20
| | | | |
| * | | | Improve CSound name handling.Matth?us G. Chajdas2019-02-121-0/+11
| | | | | | | | | | | | | | | | | | | | This should fix the last of the spurious errors we're seeing in CI.
| * | | | 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 lexerStephane2018-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 jayvdb/pygments-main (pull request #665)Georg Brandl2017-01-171-0/+10
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide explanation when a test is skipped
| | | | | | | * | | Support GHC DataKinds extension. Closes #820.Tom Hunger2016-12-191-0/+5
| | | | | | | | | |
| | | | | | | * | | Add `family` as a keyword to support Haskell's type families. See #820.Tom Hunger2016-12-191-0/+5
| | | | | | | |/ /
| | | | | | * | | Provide explanation when a test is skippedJohn Vandenberg2016-09-203-7/+7
| | | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SkipTest messages are shown when running the test suite with verbosity, such as `nosetests -v`. They help the user see how to fix the problem, in order to achieve higher coverage when running the test suite.
| | | * | | | | 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
| | | | | |_|_|/ | | | | |/| | |