summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Fix invalid escapes due to missing raw string prefix.Georg Brandl2018-11-283-3/+9
| | |/ / /
| * | | | Handle regex syntax FutureWarnings.Georg Brandl2018-11-281-0/+4
| * | | | Merged in mppf5/pygments-main (pull request #735)Anteru2018-11-2711-507/+1097
| |\ \ \ \
| | * \ \ \ Merged in kevinastone/pygments-main (pull request #720)Anteru2018-11-2710-507/+1077
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Merged in nwhetsell/pygments-main (pull request #684)Anteru2018-11-264-504/+578
| | | |\ \ \
| | | | * | | Update for Csound 6.09.1Nathan Whetsell2017-08-061-6/+15
| | | | * | | Add Csound Score d statementNathan Whetsell2017-05-271-1/+1
| | | | * | | Fix issue with opcode typesNathan Whetsell2017-05-262-3/+3
| | | | * | | Merged birkenfeld/pygments-main into defaultNathan Whetsell2017-05-254-504/+569
| | | | |\ \ \ | | | | | |/ / | | | | |/| |
| | | | | * | Merged birkenfeld/pygments-main into defaultNathan Whetsell2017-02-151-0/+48
| | | | | |\ \
| | | | | * | | Add Csound lexer testsNathan Whetsell2017-01-281-0/+471
| | | | | * | | Update lexersNathan Whetsell2017-01-273-492/+98
| | | | | * | | Merged birkenfeld/pygments-main into defaultNathan Whetsell2017-01-273-39/+27
| | | | | |\ \ \
| | | | | | * \ \ Merged birkenfeld/pygments-main into defaultNathan Whetsell2017-01-193-39/+27
| | | | | | |\ \ \
| | | | | | | * | | Update for Csound 6.08.0Nathan Whetsell2016-12-113-39/+27
| | | | | | | | |/ | | | | | | | |/|
| | | * | | | | | Merged in jimhester/pygments-main (pull request #680)Anteru2018-11-261-0/+70
| | | |\ \ \ \ \ \
| | | | * | | | | | Support escaping internal backticksJim Hester2016-11-221-0/+9
| | | | * | | | | | SLexer improvementsJim Hester2016-11-221-0/+61
| | | | | |_|_|/ / | | | | |/| | | |
| | | * | | | | | Merged in camilstaps/pygments-main-3 (pull request #621)Anteru2018-11-261-1/+43
| | | |\ \ \ \ \ \
| | | | * | | | | | Clean lexer: better support for qualified imports; add testsCamil Staps2018-11-251-1/+43
| | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | Merged in fredrikhl/pygments-main (pull request #741)Anteru2018-11-243-2/+355
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Merged in maxime_vidori/pygments-main (pull request #714)Anteru2018-11-241-2/+31
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Update Dockerfile lexerMaxime Vidori2017-03-281-2/+31
| | | | | | |_|/ / / | | | | | |/| | | |
| | | | * | | | | | Merged in technomancy/pygments-main/fennel (pull request #783)Anteru2018-11-241-0/+156
| | | | |\ \ \ \ \ \
| | | | | * | | | | | Add support for the Fennel programming languagePhil Hagelberg2018-11-161-0/+156
| | | | | |/ / / / /
| | | | * | | | | | Merged in Reedbeta/pygments-main/hlsl-lexer (pull request #675)Anteru2018-11-2444-44/+253
| | | | |\ \ \ \ \ \ | | | | | |/ / / / /
| | | | * | | | | | Add string literal parsing to HLSL lexer (copied from the one for C++).Nathan Reed2016-12-291-0/+11
| | | | * | | | | | Add example file for HLSLNathan Reed2016-10-051-0/+157
| | | | | |_|/ / / | | | | |/| | | |
| | | * | | | | | Fix issue with markdown lexer code fencesFredrik Larsen2017-11-101-0/+31
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Fixed missing complex float caseKevin Stone2017-05-021-0/+1
| | * | | | | | Added pep 515 support to the python lexerKevin Stone2017-05-021-0/+19
| | |/ / / / /
| * | | | | | example shows new keywordsmppf52018-09-101-0/+7
| * | | | | | Updating Chapel highlightermppf52017-09-251-0/+20
| |/ / / / /
| * | | | | fix an issue where a route 53 alias was shown as an errorJames Edwards2017-03-131-0/+10
| | |/ / / | |/| | |
| * | | | Xorg: add whitespace ruleGeorg Brandl2017-01-301-1/+1
| * | | | Xorg: fixup style, add test file, regenerate mapping.Georg Brandl2017-01-291-0/+48
| | |/ / | |/| |
| * | | -x functionality updates, Python 3 compatibility fixGeorg Brandl2017-01-223-9/+8
| * | | Merged in tprynn/pygments-main/command-line-lexer-formatter (pull request #559)Georg Brandl2017-01-2267-47/+8062
| |\ \ \
| | * \ \ Merged in zhouzhen1/pygments-main/perllexer (pull request #688)Georg Brandl2017-01-2239-43/+101
| | |\ \ \
| | | * | | Copyright update.Georg Brandl2017-01-2237-37/+37
| | | * | | modeline: work for the first N lines and add a test to keep it that wayGeorg Brandl2017-01-221-0/+26
| | | * | | Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+22
| | | | |/ | | | |/|
| | | * | Merged in jayvdb/pygments-main (pull request #665)Georg Brandl2017-01-171-0/+10
| | | |\ \
| | | | * | Support GHC DataKinds extension. Closes #820.Tom Hunger2016-12-191-0/+5
| | | | * | Add `family` as a keyword to support Haskell's type families. See #820.Tom Hunger2016-12-191-0/+5
| | | | |/
| | | * | Provide explanation when a test is skippedJohn Vandenberg2016-09-203-7/+7
| | | |/
| | * | Fix Perl5 lexer for namespaces/modules. Also see https://github.com/EntropyOr...Zhenyi Zhou2017-01-011-1/+21
| | |/
| * | bring this branch up-to-date with master, and resolve merge conflicts in lexe...Tanner Prynn2016-02-264-0/+74
| |\ \
| | * | Use exec instead of imp.load_sourceTanner Prynn2016-02-261-217/+4
| | * | Update pull request per comments by birkenfeld.Tanner Prynn2016-02-243-9/+35