| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | Merged in szarnyasg/pygments-main (pull request #746) | Anteru | 2019-02-12 | 1 | -8/+13 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | Add more clauses to Cypher lexer | Gabor Szarnyas | 2017-12-14 | 1 | -8/+13 | |
| | | | | |/ / / | | | |/| | | | ||||||
| | | * | | | | | Merged in camilstaps/pygments-main-solarized (pull request #708) | Anteru | 2019-01-29 | 91 | -2832/+3732 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | Use unicode literals in docstrings as well | Nikolay Orlyuk | 2019-01-17 | 4 | -5/+5 | |
| | | | * | | | | | Merged in felixfontein/pygments-main/improve-yaml (pull request #797) | Anteru | 2019-01-16 | 6 | -22/+24 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * \ \ \ \ | Merged in felixfontein/pygments-main/add-django-ops (pull request #796) | Anteru | 2019-01-16 | 5 | -21/+23 | |
| | | | | |\ \ \ \ \ | ||||||
| | | | | | * | | | | | Fix ResourceWarning: unclosed file | Micka?l Schoentgen | 2019-01-07 | 5 | -21/+23 | |
| | | | | * | | | | | | Django lexer: add support for % and != operators. | Felix Fontein | 2019-01-12 | 1 | -1/+1 | |
| | | | | |/ / / / / | ||||||
| | | | * | | | | | | Improve YAML mapping lexing: fix problems with quoted colons. | Felix Fontein | 2019-01-12 | 1 | -2/+2 | |
| | | | |/ / / / / | ||||||
| | | | * | | | | | Small improvements to the SGF lexer. | Matth?us G. Chajdas | 2019-01-04 | 2 | -2/+5 | |
| | | | * | | | | | Merged in sblondon/pygments-main (pull request #780) | Anteru | 2019-01-04 | 2 | -0/+53 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | Add SGF lexer | Stephane" | 2018-10-21 | 2 | -0/+53 | |
| | | | | |/ / / / | ||||||
| | | | * | | | | | Fix a small bug in the SQL analysis. | Matth?us G. Chajdas | 2019-01-04 | 1 | -2/+8 | |
| | | | * | | | | | Merged in roskakori/pygments-analyze-sql (pull request #672) | Anteru | 2019-01-04 | 1 | -2/+50 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | Added analyse_text() that attempts to detect MySQL and Transact-SQL. | Thomas Aglassinger | 2016-10-01 | 1 | -2/+50 | |
| | | | | | |/ / / | | | | |/| | | | ||||||
| | | | * | | | | | Update LLVM lexer to use keywords of LLVM 7.0. | Robin Eklind | 2018-12-31 | 1 | -48/+57 | |
| | | | * | | | | | Fix Stan lexer changes eating whitespace, fix typos in example file. | Matth?us G. Chajdas | 2018-12-23 | 1 | -5/+5 | |
| | | | * | | | | | Merged in jrnold/pygments-main (pull request #774) | Anteru | 2018-12-23 | 2 | -138/+170 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | Update Stan lexer | Jeffrey Arnold | 2018-07-06 | 2 | -138/+170 | |
| | | | | | |/ / / | | | | |/| | | | ||||||
| | | | * | | | | | Small cleanups to the Slurm lexer. | Matth?us G. Chajdas | 2018-12-21 | 2 | -3/+5 | |
| | | | * | | | | | Merged in bgcook/pygments-main (pull request #760) | Anteru | 2018-12-21 | 81 | -2615/+3339 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * \ \ \ \ | Merged in solirc/pygments-main (pull request #790) | Anteru | 2018-12-19 | 2 | -62/+62 | |
| | | | | |\ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ | Merge fix for recently introduced failures. | Matth?us G. Chajdas | 2018-12-19 | 77 | -2526/+3199 | |
| | | | | | |\ \ \ \ \ | ||||||
| | | | | | * | | | | | | Update remaining color names | Morten Enemark Lund | 2018-12-18 | 2 | -62/+62 | |
| | | | | * | | | | | | | Add Hspec lexer | Simon Hengel | 2018-12-19 | 2 | -2/+25 | |
| | | | | | |/ / / / / | | | | |/| | | | | | ||||||
| | | | | * | | | | | | Fix a few markup problems in the docs. | Georg Brandl | 2018-12-18 | 4 | -4/+6 | |
| | | | * | | | | | | | added Slurm script parser | Brandon Cook | 2018-05-11 | 2 | -1/+22 | |
| | | | | |_|/ / / / | | | |/| | | | | | ||||||
| | | * | | | | | | | Adds a solarized style | Camil Staps | 2017-02-28 | 2 | -0/+131 | |
| | * | | | | | | | | add comment | Matthias Diener | 2018-12-18 | 1 | -0/+4 | |
| | * | | | | | | | | add lexer for Charm++ ci files | Matthias Diener | 2018-12-17 | 2 | -1/+16 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | | Add FloScript sample file, update mappings & changes. | Matth?us G. Chajdas | 2018-12-17 | 2 | -10/+12 | |
| | * | | | | | | | Merged in 0486/pygments-main (pull request #750) | Anteru | 2018-12-17 | 76 | -2549/+3160 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | Merged in witchard/pygments-main (pull request #706) | Anteru | 2018-12-17 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Added support for text/x-shellscript mime type. Fixes #1332. | witchard | 2017-02-18 | 1 | -1/+1 | |
| | | | |/ / / / / / | ||||||
| | | * | | | | | | | Merged in jae2/pygments-main (pull request #787) | Anteru | 2018-12-17 | 17 | -183/+508 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | Update SARL added date, regenerate mapping. | Matth?us G. Chajdas | 2018-12-16 | 2 | -2/+3 | |
| | | | * | | | | | | | Fix PowerShellLexer defining built-in aliases incorrectly. | Matth?us G. Chajdas | 2018-12-16 | 1 | -2/+2 | |
| | | | * | | | | | | | Merged in sgalland/pygments-main (pull request #717) | Anteru | 2018-12-16 | 1 | -1/+55 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | Add the lexer for the SARL language. | St?phane GALLAND | 2017-04-04 | 1 | -1/+55 | |
| | | | | | |/ / / / / | | | | |/| | | | | | ||||||
| | | | * | | | | | | | Merged in jwilk/pygments (pull request #707) | Anteru | 2018-12-16 | 76 | -2544/+3099 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ \ | Merged in natashawatkins/pygments-main/natashawatkins/julia-06 (pull request ... | Anteru | 2018-12-16 | 76 | -2542/+3095 | |
| | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | Update ansi color name change version. | Matth?us G. Chajdas | 2018-12-16 | 1 | -2/+2 | |
| | | | | | * | | | | | | | Merged in mortenlund/pygments-main (pull request #777) | Anteru | 2018-12-16 | 3 | -29/+57 | |
| | | | | | |\ \ \ \ \ \ \ | | | | | | | |_|/ / / / | | | | | | |/| | | | | | ||||||
| | | | | | | * | | | | | | fix missing brightred color in console colors | Morten Enemark Lund | 2018-08-21 | 1 | -1/+1 | |
| | | | | | | * | | | | | | Fix bug with leading # in color name | Morten Enemark Lund | 2018-08-21 | 1 | -1/+1 | |
| | | | | | | * | | | | | | Use replace instead of strip | Morten Enemark Lund | 2018-08-21 | 1 | -2/+2 | |
| | | | | | | * | | | | | | Ensure terminal formatter works with new ansi colors names | Morten Enemark Lund | 2018-08-21 | 2 | -9/+6 | |
| | | | | | | * | | | | | | Change ansi color names to more saying names | Morten Enemark Lund | 2018-08-04 | 2 | -20/+51 | |
| | | | | | | |/ / / / / | ||||||
| | | | | | * | | | | | | Prepare 2.3.1 release. | Matth?us G. Chajdas | 2018-12-16 | 1 | -1/+1 | |
| | | | | | * | | | | | | Merged in t-b/pygments-main (pull request #764) | Anteru | 2018-12-13 | 72 | -2401/+2789 | |
| | | | | | |\ \ \ \ \ \ | ||||||
