Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PyPI rejecting the long description.2.4.1 | Matth?us G. Chajdas | 2019-05-24 | 1 | -14/+15 |
* | Update CHANGES and prepare for 2.4.1 release. | Matth?us G. Chajdas | 2019-05-24 | 3 | -2/+4 |
* | Update CHANGES. | Matth?us G. Chajdas | 2019-05-21 | 1 | -1/+2 |
* | Merged in lucatorella/pygments-main (pull request #813) | Anteru | 2019-05-21 | 38 | -56/+2509 |
|\ | |||||
| * | Fix directive parsing in NasmLexer (fixes #1517.) | Matth?us G. Chajdas | 2019-05-21 | 2 | -2/+34 |
| * | Backed out changeset: df3df829861d | Matth?us G. Chajdas | 2019-05-21 | 2 | -9/+1 |
| * | Don't emit a trailing newline in nowrap mode (fixes #1514.) | Matth?us G. Chajdas | 2019-05-18 | 2 | -1/+9 |
| * | Fix comment handling in Prolog lexer (#1511.) | Matth?us G. Chajdas | 2019-05-18 | 2 | -1/+1 |
| * | Update terminal formatter tests. | Matth?us G. Chajdas | 2019-05-18 | 1 | -5/+5 |
| * | Stop highlighting primitive types in Coq (fixes #1430.) | Matth?us G. Chajdas | 2019-05-18 | 2 | -2/+3 |
| * | Don't use bold for bright text in the console formatter (fixes #1480.) | Matth?us G. Chajdas | 2019-05-18 | 1 | -1/+1 |
| * | Add 'of' to TypeScript grammar (fixes #1515.) | Matth?us G. Chajdas | 2019-05-18 | 1 | -1/+1 |
| * | Update CHANGES. | Matth?us G. Chajdas | 2019-05-09 | 1 | -0/+4 |
| * | Merged in hroncok/pygments-main/doscon_prompt (pull request #734) | Anteru | 2019-05-09 | 2 | -2/+19 |
| |\ | |||||
| | * | Recognize single > as a prompt in doscon | Miro Hron?ok | 2017-09-22 | 2 | -2/+19 |
| * | | Rename the F# parser to F# (same as C#.) | Matth?us G. Chajdas | 2019-05-09 | 3 | -7/+5 |
| * | | Update CHANGES. | Matth?us G. Chajdas | 2019-05-09 | 1 | -0/+5 |
| * | | Merged in SylvainCorlay/pygments-main/css-variables (pull request #814) | Anteru | 2019-05-09 | 12 | -25/+88 |
| |\ \ | |||||
| | * | | All lexers should have an alias. | Georg Brandl | 2019-05-08 | 2 | -2/+2 |
| | * | | Added tag 2.4.0 for changeset 88f01f09ab5e | Matth?us G. Chajdas | 2019-05-08 | 0 | -0/+0 |
| | * | | Update CHANGES.2.4.0 | Matth?us G. Chajdas | 2019-05-08 | 1 | -0/+1 |
| | * | | Add docstring to the Boa lexer. | Matth?us G. Chajdas | 2019-05-08 | 1 | -1/+13 |
| | * | | Bump version to 2.4.0. | Matth?us G. Chajdas | 2019-05-08 | 2 | -2/+2 |
| | * | | Update CHANGES for release. | Matth?us G. Chajdas | 2019-05-08 | 1 | -1/+2 |
| | * | | Add i128/u128 types to the Rust parser. | Matth?us G. Chajdas | 2019-05-08 | 2 | -1/+2 |
| | * | | Add license information to generated files (fixes #1496). | Matth?us G. Chajdas | 2019-05-07 | 3 | -3/+13 |
| | * | | Merged in fix-1506-2 (pull request #817) | Georg Brandl | 2019-05-07 | 3 | -13/+35 |
| | |\ \ | |||||
| | | * | | Close branch fix-1506-2fix-1506-2 | Georg Brandl | 2019-05-07 | 0 | -0/+0 |
| | | * | | Fix invalid string escape. | Georg Brandl | 2019-05-07 | 1 | -1/+1 |
| | | * | | Never pop all states from the stack, even if a lexer wants to. | Georg Brandl | 2019-05-06 | 2 | -12/+34 |
| | * | | | Add option to wrap the code in both <code> and <pre> (fixes #438.) | Matth?us G. Chajdas | 2019-05-06 | 1 | -2/+18 |
| | |/ / | |||||
| * | | | Allow for CSS variable in pygments stylesheets | Sylvain Corlay | 2019-05-02 | 2 | -4/+11 |
| |/ / | |||||
| * | | Update mappings, CHANGS and languages. | Matth?us G. Chajdas | 2019-04-30 | 3 | -1/+3 |
| * | | Merged in sgarnotel/pygments-main (pull request #785) | Matth?us G. Chajdas | 2019-04-30 | 4 | -0/+1063 |
| |\ \ | |||||
| | * | | Add FreeFem++ lexer | sgarnotel | 2018-11-27 | 4 | -0/+1063 |
| * | | | Update apache2.conf sample, CHANGES. | Matth?us G. Chajdas | 2019-04-30 | 2 | -0/+7 |
| * | | | Merged in 6wind/pygments-main/lexer-fixes (pull request #766) | Anteru | 2019-04-30 | 2 | -3/+3 |
| |\ \ \ | |||||
| | * | | | lexers/apache: allow '>' characters in tags | Robin Jarry | 2018-06-19 | 1 | -1/+1 |
| | * | | | lexers/make: allow more GNU make constructs | Robin Jarry | 2018-06-19 | 1 | -2/+2 |
| | | |/ | | |/| | |||||
| * | | | Add Tera Term to CHANGES, languages. | Matth?us G. Chajdas | 2019-04-30 | 2 | -0/+2 |
| * | | | Add Boa to CHANGES, language list. | Matth?us G. Chajdas | 2019-04-30 | 2 | -0/+2 |
| * | | | Merged in kurtmckee/pygments-main/support-tera-term (pull request #749) | Anteru | 2019-04-30 | 5 | -0/+201 |
| |\ \ \ | |||||
| | * | | | Support the Tera Term macro language | Kurt McKee | 2018-01-28 | 5 | -0/+201 |
| | |/ / | |||||
| * | | | Merged in andrescarrasco/pygments-main/boa (pull request #756) | Anteru | 2019-04-30 | 152 | -3471/+8409 |
| |\ \ \ | |||||
| | * | | | Update CHANGES, language list. | Matth?us G. Chajdas | 2019-04-30 | 3 | -4/+10 |
| | * | | | Simplify a few basic regex. | Matth?us G. Chajdas | 2019-04-30 | 1 | -5/+5 |
| | * | | | Merged in Praetonus/pygments-main/pony (pull request #627) | Anteru | 2019-04-30 | 310 | -4303/+9751 |
| | |\ \ \ | |||||
| | | * \ \ | Merged in gerph/pygments-main (pull request #806) | Anteru | 2019-04-30 | 23 | -68/+2095 |
| | | |\ \ \ | |||||
| | | | * | | | Improve TOML lexer. | Matth?us G. Chajdas | 2019-04-30 | 1 | -8/+11 |
| | | | * | | | Merge ssh://hg@bitbucket.org/Freso/pygments-main manually. | Matth?us G. Chajdas | 2019-04-30 | 2 | -12/+177 |
| | | | |\ \ \ |