summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | * | | Merged birkenfeld/pygments-main into defaultNathan Whetsell2017-01-192-152/+194
| | | | | | | | | |\ \ \
| | | | | | | | | | * | | Add .udo to Csound filenamesNathan Whetsell2016-12-111-1/+1
| | | | | | | | | | * | | Use HTTPS URLsNathan Whetsell2016-12-111-3/+3
| | | | | | | | | | * | | Update for Csound 6.08.0Nathan Whetsell2016-12-112-111/+153
| | | | | | | | | | * | | Fix incorrect tokenNathan Whetsell2016-12-111-1/+1
| | | | | | | | | | * | | Match Csound preprocessorNathan Whetsell2016-12-111-8/+9
| | | | | | | | | | * | | Update Csound macro nomenclatureNathan Whetsell2016-12-111-25/+25
| | | | | | | | | | * | | Make Csound #include string delimiters match preprocessorNathan Whetsell2016-12-111-2/+1
| | | | | | | | | | * | | Update copyright yearNathan Whetsell2016-12-111-1/+1
| | | | | | | | | | * | | Fix capitalization of CsoundNathan Whetsell2016-12-111-1/+1
| | | | | | * | | | | | | Merged in jimhester/pygments-main (pull request #680)Anteru2018-11-261-267/+7
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * | | | | | | Support escaping internal backticksJim Hester2016-11-221-1/+1
| | | | | | | * | | | | | | SLexer improvementsJim Hester2016-11-221-267/+7
| | | | | | | | |_|_|/ / / | | | | | | | |/| | | | |
| | | | | | * | | | | | | Merged in camilstaps/pygments-main-3 (pull request #621)Anteru2018-11-261-245/+135
| | | | | | |\ \ \ \ \ \ \ | | | | | | | |_|_|_|_|_|/ | | | | | | |/| | | | | |
| | | | | | | * | | | | | Clean lexer: better support for qualified imports; add testsCamil Staps2018-11-251-11/+73
| | | | | | | * | | | | | inline is only a keyword after codeCamil Staps2017-09-201-3/+3
| | | | | | | * | | | | | Better quantified identifiersCamil Staps2017-03-061-2/+3
| | | | | | | * | | | | | MergeCamil Staps2017-03-061-5/+3
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * | | | | | Fix strings & add quantified identifiersCamil Staps2017-03-061-5/+3
| | | | | | | * | | | | | | Merge defaultCamil Staps2017-02-28202-773/+1070
| | | | | | | |\ \ \ \ \ \ \ | | | | | | | | |/ / / / / / | | | | | | | |/| | | | | / | | | | | | | | | |_|_|_|/ | | | | | | | | |/| | | |
| | | | | | | * | | | | | Complete rewrite of the Clean lexerCamil Staps2016-07-141-248/+77
| | | | | | * | | | | | | Minimal fixup changes for the release, add release date.2.3.0Georg Brandl2018-11-255-6/+12
| | | | | | * | | | | | | Merged in PurpleMyst/pygments-main (pull request #727)Anteru2018-11-2415-47/+277
| | | | | | |\ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ Merged in fredrikhl/pygments-main (pull request #741)Anteru2018-11-2414-43/+274
| | | | | | | |\ \ \ \ \ \ \
| | | | | | | | * | | | | | | Update changelog and version number.Matth?us G. Chajdas2018-11-241-1/+1
| | | | | | | | * | | | | | | Fix documentation not building with latest Sphinx.Matth?us G. Chajdas2018-11-242-1/+2
| | | | | | | | * | | | | | | Fix the tests, and enable them for Python 2.7, 3.5, 3.6, 3.7.Matth?us G. Chajdas2018-11-241-2/+2
| | | | | | | | * | | | | | | Merged in maxime_vidori/pygments-main (pull request #714)Anteru2018-11-241-8/+14
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * | | | | | | Update Dockerfile lexerMaxime Vidori2017-03-281-8/+14
| | | | | | | | | | |_|_|/ / / | | | | | | | | | |/| | | | |
| | | | | | | | * | | | | | | Merged in technomancy/pygments-main/fennel (pull request #783)Anteru2018-11-242-1/+71
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * | | | | | | Add support for the Fennel programming languagePhil Hagelberg2018-11-162-1/+71
| | | | | | | | | |/ / / / / /
| | | | | | | | * | | | | | | Merged in Reedbeta/pygments-main/hlsl-lexer (pull request #675)Anteru2018-11-24203-811/+1107
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ Merged in hroncok/pygments-main/py37 (pull request #772)Anteru2018-11-247-17/+22
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ Merge with stable.Matth?us G. Chajdas2018-11-247-17/+22
| | | | | | | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | |/ / / / / / | | | | | | | | | | |/| | | | | |
| | | | | | | | | | | * | | | | | Change instances of Comment.Singleline to Comment.SingleErkki Mattila2017-02-055-7/+7
| | | | | | | | | | | * | | | | | AMPL: fix markupGeorg Brandl2017-02-051-2/+2
| | | | | | | | | | | * | | | | | SCSS: fix wrong token type for single-quote strings (fixes #1322).Georg Brandl2017-01-291-10/+13
| | | | | | | | | | | * | | | | | Clojure: extend valid_name to contain "|".Georg Brandl2017-01-291-1/+1
| | | | | | | | | | | * | | | | | Add rs alias for Rust.Georg Brandl2017-01-272-3/+3
| | | | | | | | | | | * | | | | | Fixes #1320: restore Py2.6 compatibilityGeorg Brandl2017-01-271-1/+1
| | | | | | | | | | | * | | | | | PR#662: catch IOError from pkg_resources importGeorg Brandl2017-01-251-1/+3
| | | | | | | | | * | | | | | | | Be more Pythonic, use a for instead of while 1: try: nextMiro Hron?ok2018-07-041-13/+4
| | | | | | | | | * | | | | | | | PEP 479: Raising StopIteration from a generator is now an errorMiro Hron?ok2018-07-042-3/+6
| | | | | | | | | |/ / / / / / /
| | | | | | | | * | | | | | | | Fix tabsNathan Reed2016-12-291-1/+1
| | | | | | | | * | | | | | | | Add string literal parsing to HLSL lexer (copied from the one for C++).Nathan Reed2016-12-291-0/+9
| | | | | | | | * | | | | | | | Add HLSL lexerNathan Reed2016-10-052-1/+147
| | | | | | | | | |_|_|_|/ / / | | | | | | | | |/| | | | | |
| | | | | | | * | | | | | | | Fix issue with markdown lexer code fencesFredrik Larsen2017-11-101-4/+3
| | | | | | | | |/ / / / / / | | | | | | | |/| | | | | |
| | | | | | * | | | | | | | Highlight %a in Python3LexerPurpleMyst2017-07-231-1/+1
| | | | | | |/ / / / / / /
| | | | | * | | | | | | | Fixed missing complex float caseKevin Stone2017-05-021-1/+1
| | | | | * | | | | | | | Added pep 515 support to the python lexerKevin Stone2017-05-021-0/+9
| | | | | |/ / / / / / /