| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1277 from jjatria/praat-interpolation | Matthäus G. Chajdas | 2019-11-26 | 2 | -12/+146 |
| |\ | |||||
| | * | Improve detection of Praat interpolated variables | José Joaquín Atria | 2019-11-25 | 2 | -12/+146 |
| * | | Add Solidity lexer. | Georg Brandl | 2019-11-26 | 1 | -0/+74 |
| * | | Add Notmuch lexer | Daniel Santana | 2019-11-26 | 1 | -0/+15 |
| * | | Add Zeek lexer based on the Bro lexer | Jon Siwek | 2019-11-25 | 1 | -0/+181 |
| |/ | |||||
| * | Fix #1253. | Matthäus G. Chajdas | 2019-11-25 | 1 | -1/+18 |
| * | Add Lexer for scdoc | Stefan Tatschner | 2019-11-25 | 1 | -0/+197 |
| * | tests: set STORE_OUTPUT to false and explain it | Georg Brandl | 2019-11-25 | 1 | -1/+4 |
| * | Java: make it less operator-heavy | Georg Brandl | 2019-11-24 | 1 | -7/+7 |
| * | Python lexers: make Python 3 the default | Georg Brandl | 2019-11-24 | 1 | -1/+1 |
| * | Fix #1256. | Matthäus G. Chajdas | 2019-11-24 | 2 | -1/+21 |
| * | Add tests for Apache2 configs, update CHANGES. | Matthäus G. Chajdas | 2019-11-16 | 1 | -0/+42 |
| * | Add E-mail and MIME lexer (#1246) | Tzu-ting | 2019-11-16 | 2 | -0/+126 |
| * | Update for Csound 6.13.0 | Nathan Whetsell | 2019-11-10 | 3 | -0/+16 |
| * | Remove unittest classes from the test suite. | Georg Brandl | 2019-11-10 | 43 | -3913/+4022 |
| * | Cleanup test modules, more pytest-like testing. | Georg Brandl | 2019-11-10 | 11 | -61/+46 |
| * | Initial port to py.test | Georg Brandl | 2019-11-10 | 16 | -334/+194 |
| * | Add lexer for ShExC | Lucas Werkmeister | 2019-07-20 | 1 | -0/+20 |
| * | Merged in bnbn/pygments-main (pull request #820) | Anteru | 2019-07-20 | 1 | -0/+263 |
| |\ | |||||
| | * | Added lexer for Zig programming language and test file. | Stephen | 2019-05-23 | 1 | -0/+263 |
| * | | Fix #1528 -- Yaml gets confused when a comment contains a key:value pair. | Matth?us G. Chajdas | 2019-07-20 | 1 | -1/+18 |
| * | | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 41 | -41/+41 |
| |/ | |||||
| * | Merged in lucatorella/pygments-main (pull request #813) | Anteru | 2019-05-21 | 11 | -12/+577 |
| |\ | |||||
| | * | Fix directive parsing in NasmLexer (fixes #1517.) | Matth?us G. Chajdas | 2019-05-21 | 1 | -0/+30 |
| | * | Update terminal formatter tests. | Matth?us G. Chajdas | 2019-05-18 | 1 | -5/+5 |
| | * | Merged in hroncok/pygments-main/doscon_prompt (pull request #734) | Anteru | 2019-05-09 | 1 | -1/+18 |
| | |\ | |||||
| | | * | Recognize single > as a prompt in doscon | Miro Hron?ok | 2017-09-22 | 1 | -1/+18 |
| | * | | Never pop all states from the stack, even if a lexer wants to. | Georg Brandl | 2019-05-06 | 1 | -6/+18 |
| | * | | Merged in sgarnotel/pygments-main (pull request #785) | Matth?us G. Chajdas | 2019-04-30 | 1 | -0/+94 |
| | |\ \ | |||||
| | | * | | Add FreeFem++ lexer | sgarnotel | 2018-11-27 | 1 | -0/+94 |
| | * | | | Update apache2.conf sample, CHANGES. | Matth?us G. Chajdas | 2019-04-30 | 1 | -0/+5 |
| | * | | | Merged in kurtmckee/pygments-main/support-tera-term (pull request #749) | Anteru | 2019-04-30 | 1 | -0/+34 |
| | |\ \ \ | |||||
| | | * | | | Support the Tera Term macro language | Kurt McKee | 2018-01-28 | 1 | -0/+34 |
| | | | |/ | | |/| | |||||
| | * | | | Merged in andrescarrasco/pygments-main/boa (pull request #756) | Anteru | 2019-04-30 | 35 | -528/+2742 |
| | |\ \ \ | |||||
| | | * \ \ | Merged in Praetonus/pygments-main/pony (pull request #627) | Anteru | 2019-04-30 | 71 | -572/+2977 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merged in gerph/pygments-main (pull request #806) | Anteru | 2019-04-30 | 7 | -1/+1090 |
| | | | |\ \ \ | |||||
| | | | | * \ \ | Merge ssh://hg@bitbucket.org/Freso/pygments-main manually. | Matth?us G. Chajdas | 2019-04-30 | 1 | -11/+177 |
| | | | | |\ \ \ | |||||
| | | | | | * | | | Add example TOML file | Frederik ?Freso? S. Olesen | 2019-04-01 | 1 | -0/+181 |
| | | | | | * | | | Add lexers for DASM16, Augeas, TOML, and Slash | Frederik ?Freso? S. Olesen | 2019-03-31 | 497 | -0/+131190 |
| | | | | | / / | |||||
| | | | | * | | | Add TOML example file and improve the lexer a bit. | Matth?us G. Chajdas | 2019-04-28 | 1 | -0/+15 |
| | | | * | | | | Create a Lexer class for BBC Basic files. | Charles Ferguson | 2019-03-14 | 1 | -0/+156 |
| | | * | | | | | Add lexer for the Pony language | Benoit Vey | 2016-07-25 | 1 | -0/+18 |
| | * | | | | | | Add a lexer for the Boa Domain-Specific Langauge. | Andr?s Carrasco | 2018-04-17 | 1 | -0/+18 |
| | | |_|_|/ / | |/| | | | | |||||
| * | | | | | | Add support for @import keyword in Objective-C | Luca Torella | 2019-04-24 | 1 | -1/+12 |
| | |_|_|/ / |/| | | | | |||||
| * | | | | | 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 | 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 |
