summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | 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-04478-0/+129285
| | /
| * | Fix Perl5 lexer for namespaces/modules. Also see https://github.com/EntropyOr...Zhenyi Zhou2017-01-011-1/+21
| |/
| * Merged in jesquik/pygments-main-1243 (pull request #604)Tim Hatch2016-06-035-1/+237
| |\
| | * Merged in kneufeld/pygments-main (pull request #602)Tim Hatch2016-06-033-1/+172
| | |\
| | | * Fix some unicode-related tests on Python 2.Tim Hatch2016-06-032-7/+5
| | | * Merged in domspad/pygments-main2 (pull request #603)Tim Hatch2016-06-021-1/+64
| | | |\
| | | | * typodomspad2016-06-021-2/+2
| | | | * added test for python3 at operatordomspad2016-06-021-1/+64
| | | * | python typosdomspad2016-06-021-2/+2
| | | * | test for unicode chars in julia`domspad2016-06-021-0/+60
| | | |/
| | | * Replaced test method placeholder name and added docstringJessie Wincek2016-06-021-1/+5
| | | * Fixed reStructuredText heading markerJessie Wincek2016-06-021-1/+1
| | | * Added Python cls builtin word token recognitionJessie Wincek2016-06-021-0/+46
| | * | added github flavoured markdown parserKurt Neufeld2016-06-021-0/+61
| | * | allow running of a single example file test...Kurt Neufeld2016-06-021-0/+4
| | |/
| * | Added recognition of keys without a value being setJessie Wincek2016-06-021-0/+16
| * | The test test_space_delimiited_kv_pair() got a nameJessie Wincek2016-06-021-1/+1
| * | Added space as a valid delimiter between key and value. Added tests for \ esc...Jessie Wincek2016-06-021-0/+33
| * | Comment leading whitespace no longer counts as Token.Comment but instead Toke...Jessie Wincek2016-06-021-0/+9
| * | Added ! comment recognitionJessie Wincek2016-06-021-0/+31
| |/
| * Prevent runaway escapes in php string.Tim Hatch2016-06-011-0/+36
| * Fix a bug in default grouping in regexopt when the words are all the same len...Tim Hatch2016-06-011-0/+34
| * Add backslash-continuation support to console lexer.Tim Hatch2016-06-011-1/+22
| * Improve number highlighting in bash.Tim Hatch2016-06-011-0/+32
| * Add Forth lexer.Tim Hatch2016-06-011-0/+3
| * Rework CoffeeScript use of slashstartsregex.Tim Hatch2016-05-311-0/+84
| * Fix some test headersTim Hatch2016-05-313-3/+5
| * Robustify json-object against unexpected '}'Tim Hatch2016-05-311-0/+13
| * Add a new lexer that assumes json object is already open.Tim Hatch2016-05-311-0/+87
| * Allow open c-style comments.Tim Hatch2016-05-311-0/+32
| * Merge mjem/pygments-main (Pull Request #588)Tim Hatch2016-05-3122-0/+7066
| |\
| | * Merged in MostAwesomeDude/pygments-main (pull request #592)Tim Hatch2016-05-3120-0/+7050
| | |\
| | | * Merge with pygments-mainTim Hatch2016-05-311-0/+109
| | | |\