Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some fixes to the kotlin lexer to work with the corda kolin codebase | nimmajbb | 2019-04-01 | 1 | -0/+131 |
| | |||||
* | Merged in cjwatson/pygments-main (pull request #753) | Anteru | 2019-04-01 | 1 | -0/+3 |
|\ | | | | | | | Markdown: add support for reference-style links | ||||
| * | Markdown: add support for reference-style links | Colin Watson | 2018-02-22 | 1 | -0/+3 |
| | | |||||
* | | Merged in bwtiffin/pygments-unicon (pull request #731) | Matth?us G. Chajdas | 2019-04-01 | 4 | -1/+775 |
|\ \ | |||||
| * | | example.icn created online with Bitbucket | Brian Tiffin | 2017-08-31 | 1 | -0/+283 |
| | | | |||||
| * | | example.u1 created online with Bitbucket | Brian Tiffin | 2017-08-31 | 1 | -0/+111 |
| | | | |||||
| * | | example.u edited online with Bitbucket | Brian Tiffin | 2017-08-31 | 1 | -111/+547 |
| | | | |||||
| * | | example.u created online with Bitbucket | Brian Tiffin | 2017-08-31 | 1 | -548/+111 |
| | | | |||||
| * | | example.icon created online with Bitbucket | Brian Tiffin | 2017-08-31 | 1 | -0/+381 |
| |/ | |||||
* | | Merged in roskakori/pygments-vbscript (pull request #673) | Anteru | 2019-03-06 | 61 | -571/+1602 |
|\ \ | | | | | | | | | | Added lexer for VBScript | ||||
| * | | Add test for the Charmci lexer | Matthias Diener | 2019-02-12 | 1 | -0/+20 |
| | | | |||||
| * | | Improve CSound name handling. | Matth?us G. Chajdas | 2019-02-12 | 1 | -0/+11 |
| | | | | | | | | | | | | This should fix the last of the spurious errors we're seeing in CI. | ||||
| * | | Use unicode literals in docstrings as well | Nikolay Orlyuk | 2019-01-17 | 1 | -3/+10 |
| | | | | | | | | | | | | Resolves #1492 | ||||
| * | | Fix ResourceWarning: unclosed file | Micka?l Schoentgen | 2019-01-07 | 1 | -6/+4 |
| | | | | | | | | | | | | Also uniformize usage of the 'with' contact manager to prevent resource leaks. | ||||
| * | | Merged in sblondon/pygments-main (pull request #780) | Anteru | 2019-01-04 | 1 | -0/+35 |
| |\ \ | | | | | | | | | | | | | Add SGF lexer | ||||
| | * | | Add SGF lexer | Stephane" | 2018-10-21 | 1 | -0/+35 |
| | |/ | |||||
| * | | Merged in roskakori/pygments-analyze-sql (pull request #672) | Anteru | 2019-01-04 | 1 | -1/+45 |
| |\ \ | | | | | | | | | | | | | Added analyse_text() for SQL | ||||
| | * | | Added analyse_text() that attempts to detect MySQL and Transact-SQL. | Thomas Aglassinger | 2016-10-01 | 1 | -1/+45 |
| | | | | |||||
| * | | | Fix Stan lexer changes eating whitespace, fix typos in example file. | Matth?us G. Chajdas | 2018-12-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | Small cleanups to the Slurm lexer. | Matth?us G. Chajdas | 2018-12-21 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | Remove debug output, add a test file for the Slurm lexer. | ||||
| * | | | Add FloScript sample file, update mappings & changes. | Matth?us G. Chajdas | 2018-12-17 | 1 | -0/+40 |
| | | | | |||||
| * | | | Merged in jae2/pygments-main (pull request #787) | Anteru | 2018-12-17 | 1 | -5/+5 |
| |\ \ \ | | | | | | | | | | | | | | | | Added newer terraform keywords | ||||
| | * \ \ | Merged in mortenlund/pygments-main (pull request #777) | Anteru | 2018-12-16 | 1 | -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 names | Morten Enemark Lund | 2018-08-04 | 1 | -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 lexer | James Edwards | 2018-12-05 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Added newer Terraform keywords. | James Edwards | 2018-12-05 | 1 | -0/+35 |
| |/ / / | |||||
| * | | | Fix more instances of invalid string escapes | Georg Brandl | 2018-11-28 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | Also, raise on warnings from Pygments only. | ||||
| * | | | Merge heads. | Georg Brandl | 2018-11-28 | 4 | -6/+9 |
| |\ \ \ | |||||
| | * | | | Fix invalid escapes due to missing raw string prefix. | Georg Brandl | 2018-11-28 | 3 | -3/+9 |
| | |/ / | |||||
| * | | | Handle regex syntax FutureWarnings. | Georg Brandl | 2018-11-28 | 1 | -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) | Anteru | 2018-11-27 | 11 | -507/+1097 |
| |\ \ \ | | | | | | | | | | | | | | | | Updating Chapel highlighter | ||||
| | * \ \ | Merged in kevinastone/pygments-main (pull request #720) | Anteru | 2018-11-27 | 10 | -507/+1077 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | Added pep 515 support to the python lexer | ||||
| | | * \ \ | Merged in nwhetsell/pygments-main (pull request #684) | Anteru | 2018-11-26 | 4 | -504/+578 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | Update for Csound 6.09.0 | ||||
| | | | * | | | Update for Csound 6.09.1 | Nathan Whetsell | 2017-08-06 | 1 | -6/+15 |
| | | | | | | | |||||
| | | | * | | | Add Csound Score d statement | Nathan Whetsell | 2017-05-27 | 1 | -1/+1 |
| | | | | | | | |||||
| | | | * | | | Fix issue with opcode types | Nathan Whetsell | 2017-05-26 | 2 | -3/+3 |
| | | | | | | | |||||
| | | | * | | | Merged birkenfeld/pygments-main into default | Nathan Whetsell | 2017-05-25 | 4 | -504/+569 |
| | | | |\ \ \ | | | | | |/ / | | | | |/| | | |||||
| | | | | * | | Merged birkenfeld/pygments-main into default | Nathan Whetsell | 2017-02-15 | 1 | -0/+48 |
| | | | | |\ \ | |||||
| | | | | * | | | Add Csound lexer tests | Nathan Whetsell | 2017-01-28 | 1 | -0/+471 |
| | | | | | | | | |||||
| | | | | * | | | Update lexers | Nathan Whetsell | 2017-01-27 | 3 | -492/+98 |
| | | | | | | | | |||||
| | | | | * | | | Merged birkenfeld/pygments-main into default | Nathan Whetsell | 2017-01-27 | 3 | -39/+27 |
| | | | | |\ \ \ | |||||
| | | | | | * \ \ | Merged birkenfeld/pygments-main into default | Nathan Whetsell | 2017-01-19 | 3 | -39/+27 |
| | | | | | |\ \ \ | |||||
| | | | | | | * | | | Update for Csound 6.08.0 | Nathan Whetsell | 2016-12-11 | 3 | -39/+27 |
| | | | | | | | |/ | | | | | | | |/| | |||||
| | | * | | | | | | Merged in jimhester/pygments-main (pull request #680) | Anteru | 2018-11-26 | 1 | -0/+70 |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SLexer improvements | ||||
| | | | * | | | | | | Support escaping internal backticks | Jim Hester | 2016-11-22 | 1 | -0/+9 |
| | | | | | | | | | | |||||
| | | | * | | | | | | SLexer improvements | Jim Hester | 2016-11-22 | 1 | -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) | Anteru | 2018-11-26 | 1 | -1/+43 |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complete rewrite of the Clean lexer | ||||
| | | | * | | | | | | Clean lexer: better support for qualified imports; add tests | Camil Staps | 2018-11-25 | 1 | -1/+43 |
| | | | | |_|_|_|/ | | | | |/| | | | | |||||
| | | * | | | | | | Merged in fredrikhl/pygments-main (pull request #741) | Anteru | 2018-11-24 | 3 | -2/+355 |
| | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue #1389: Markdown lexer bug Approved-by: Anteru <bitbucket@ca.sh13.net> | ||||
| | | | * \ \ \ \ \ | Merged in maxime_vidori/pygments-main (pull request #714) | Anteru | 2018-11-24 | 1 | -2/+31 |
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Dockerfile lexer Approved-by: m m <marnitto@gmail.com> |