summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merged in bnbn/pygments-main (pull request #820)Anteru2019-07-201-0/+263
|\ | | | | | | Added lexer for Zig programming language
| * Added lexer for Zig programming language and test file.Stephen2019-05-231-0/+263
| |
* | Fix #1528 -- Yaml gets confused when a comment contains a key:value pair.Matth?us G. Chajdas2019-07-201-1/+18
| |
* | Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-2841-41/+41
|/
* Merged in lucatorella/pygments-main (pull request #813)Anteru2019-05-2111-12/+577
|\ | | | | | | Add support for @import keyword in Objective-C
| * Fix directive parsing in NasmLexer (fixes #1517.)Matth?us G. Chajdas2019-05-211-0/+30
| | | | | | | | | | | | | | Directives were parsed independent of whitespace after them, which caused the cpuid instruction to be parsed as CPU & id, instead of cpuid. We now expect a whitespace character after a directive, which seems to match the Nasm documentation.
| * Update terminal formatter tests.Matth?us G. Chajdas2019-05-181-5/+5
| | | | | | | | | | In eea5abc9161a, we changed the TerminalFormatter to use bright instead of bold, and this caused the tests here to fail.
| * Merged in hroncok/pygments-main/doscon_prompt (pull request #734)Anteru2019-05-091-1/+18
| |\ | | | | | | | | | Recognize single > as a prompt in doscon
| | * Recognize single > as a prompt in dosconMiro Hron?ok2017-09-221-1/+18
| | | | | | | | | | | | Fixes https://bitbucket.org/birkenfeld/pygments-main/issues/1380/lexer-for-cmdexe-interactive-session-with
| * | Never pop all states from the stack, even if a lexer wants to.Georg Brandl2019-05-061-6/+18
| | | | | | | | | | | | fixes #1506
| * | Merged in sgarnotel/pygments-main (pull request #785)Matth?us G. Chajdas2019-04-301-0/+94
| |\ \
| | * | Add FreeFem++ lexersgarnotel2018-11-271-0/+94
| | | |
| * | | Update apache2.conf sample, CHANGES.Matth?us G. Chajdas2019-04-301-0/+5
| | | |
| * | | Merged in kurtmckee/pygments-main/support-tera-term (pull request #749)Anteru2019-04-301-0/+34
| |\ \ \ | | | | | | | | | | | | | | | Support Tera Term macro language
| | * | | Support the Tera Term macro languageKurt McKee2018-01-281-0/+34
| | | |/ | | |/| | | | | | | | | | | | | | | | | The patch modifies the Turtle parser in rdf.py, which uses the same file extension. A unit test file is included.
| * | | Merged in andrescarrasco/pygments-main/boa (pull request #756)Anteru2019-04-3035-528/+2742
| |\ \ \ | | | | | | | | | | | | | | | Add a lexer for the Boa Domain-Specific Langauge.
| | * \ \ Merged in Praetonus/pygments-main/pony (pull request #627)Anteru2019-04-3071-572/+2977
| | |\ \ \ | | | | | | | | | | | | | | | | | | Add lexer for the Pony language
| | | * \ \ Merged in gerph/pygments-main (pull request #806)Anteru2019-04-307-1/+1090
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | Create a Lexer class for BBC Basic files.
| | | | * \ \ Merge ssh://hg@bitbucket.org/Freso/pygments-main manually.Matth?us G. Chajdas2019-04-301-11/+177
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PR on Bitbucket did not update correctly; pulling this in manually to get the much better TOML example file.
| | | | | * | | Add example TOML fileFrederik ?Freso? S. Olesen2019-04-011-0/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on https://github.com/toml-lang/toml/blob/master/README.md
| | | | * | | | Add TOML example file and improve the lexer a bit.Matth?us G. Chajdas2019-04-281-0/+15
| | | | | | | |
| | | * | | | | Create a Lexer class for BBC Basic files.Charles Ferguson2019-03-141-0/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | | | Add lexer for the Pony languageBenoit Vey2016-07-251-0/+18
| | | | | | | |
| * | | | | | | Add a lexer for the Boa Domain-Specific Langauge.Andr?s Carrasco2018-04-171-0/+18
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Add support for @import keyword in Objective-CLuca Torella2019-04-241-1/+12
| |_|_|/ / / |/| | | | |
* | | | | | some fixes to the kotlin lexer to work with the corda kolin codebasenimmajbb2019-04-011-0/+131
| |_|_|/ / |/| | | |
* | | | | Merged in cjwatson/pygments-main (pull request #753)Anteru2019-04-011-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Markdown: add support for reference-style links
| * | | | | 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 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
| | | | | |