summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Recognize single > as a prompt in dosconMiro Hron?ok2017-09-221-1/+1
* fix an issue where a route 53 alias was shown as an errorJames Edwards2017-03-131-1/+1
* Change instances of Comment.Singleline to Comment.SingleErkki Mattila2017-02-055-7/+7
* Xorg: add whitespace ruleGeorg Brandl2017-01-301-2/+4
* Xorg: fixup style, add test file, regenerate mapping.Georg Brandl2017-01-292-21/+22
* xorg.py created online with Bitbucketcronolio2017-01-271-0/+33
* _mapping.py edited online with Bitbucketcronolio2017-01-271-0/+1
* Merged in xuhdev/pygments-main/terminal256 (pull request #666)Georg Brandl2017-01-27202-773/+1028
|\
| * Bump to 2.2.0 final.2.2.0Georg Brandl2017-01-221-1/+1
| * Merged in chipx86/pygments-main/typescript-vs-typoscript (pull request #693)Georg Brandl2017-01-222-1/+10
| |\
| | * Remove the fallback values from the new analyse_text changes.Christian Hammond2017-01-222-9/+1
| | * Implement guessing and resolution between TypeScript and TypoScript.Christian Hammond2017-01-222-1/+18
| * | mapfile updateGeorg Brandl2017-01-221-1/+1
| * | all: run regexlint, add a few more changelog entriesGeorg Brandl2017-01-2214-73/+85
| * | -x functionality updates, Python 3 compatibility fixGeorg Brandl2017-01-223-9/+13
| * | Merged in tprynn/pygments-main/command-line-lexer-formatter (pull request #559)Georg Brandl2017-01-22202-1798/+6094
| |\ \
| | * \ Merged in EricFromCanada/pygments-main (pull request #619)Georg Brandl2017-01-22202-667/+791
| | |\ \
| | | * | style fixupsGeorg Brandl2017-01-221-6/+6
| | | * | Merged in AndreBremer/pygments-main (pull request #597)Georg Brandl2017-01-22202-1599/+5619
| | | |\ \
| | | | * \ Merged in eseom/pygments-main (pull request #610)Georg Brandl2017-01-22202-668/+759
| | | | |\ \
| | | | | * \ Merged in wqshen/pygments-main (pull request #611)Georg Brandl2017-01-221-243/+84
| | | | | |\ \
| | | | | | * | add 'True' in keywordsSHEN Wenqiang2016-06-131-1/+1
| | | | | | * | revise bool valueSHEN Wenqiang2016-06-131-1/+2
| | | | | | * | ncl.py edited online with BitbucketSHEN Wenqiang2016-06-131-1/+1
| | | | | | * | add some punctuationSHEN Wenqiang2016-06-131-2/+2
| | | | | | * | remove some invalid built-in resource.SHEN Wenqiang2016-06-131-239/+79
| | | | | | * | ncl.py edited online with BitbucketSHEN Wenqiang2016-06-131-2/+2
| | | | | * | | mergeGeorg Brandl2017-01-2219-78/+107
| | | | | |\ \ \
| | | | | | * | | More housekeeping and missed additions to CHANGES.Georg Brandl2017-01-225-12/+11
| | | | | | * | | Housekeeping.Georg Brandl2017-01-2214-66/+96
| | | | | * | | | mergeGeorg Brandl2017-01-223-24/+38
| | | | | |\ \ \ \
| | | | | | * | | | ABAP: a few minor fixesGeorg Brandl2017-01-223-24/+38
| | | | | * | | | | Merged in zhouzhen1/pygments-main/perllexer (pull request #688)Georg Brandl2017-01-22195-333/+532
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Merged in GorNishanov/pygments-main (pull request #630)Georg Brandl2017-01-221-2/+14
| | | | | | |\ \ \ \ \ | | | | | | | |/ / / / | | | | | | |/| | | |
| | | | | | | * | | | LLVMLexer: added 58 keywords and 'token' type to match LLVM 4.0Gor Nishanov2016-07-261-2/+14
| | | | | | * | | | | Merged in schferbe/pygments-main/abap-fixes (pull request #689)Georg Brandl2017-01-222-34/+68
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | implement suggestion from issue #1227ben2017-01-191-13/+16
| | | | | | | * | | | | fixed function callsben2017-01-191-2/+2
| | | | | | | * | | | | added style to resemble ABAP Development Workbenchben2017-01-091-0/+17
| | | | | | | * | | | | Fix some ABAP stuffben2017-01-091-28/+42
| | | | | | * | | | | | Merged in chipx86/pygments-main/typescript-string-literals (pull request #692)Georg Brandl2017-01-221-1/+18
| | | | | | |\ \ \ \ \ \ | | | | | | | |_|_|/ / / | | | | | | |/| | | | |
| | | | | | | * | | | | Add support for string literals to TypeScriptLexer.Christian Hammond2017-01-201-1/+18
| | | | | | | | |_|_|/ | | | | | | | |/| | |
| | | | | | * | | | | Merged in ben_albrecht/pygments-main/chapel-update (pull request #664)Georg Brandl2017-01-22194-294/+429
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ Merged in belak/pygments-main/lexers-shell-zsh-files (pull request #654)Georg Brandl2017-01-222-5/+6
| | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | Highlight zsh files using the BashLexerKaleb Elwert2016-08-182-5/+6
| | | | | | | | | |_|/ / | | | | | | | | |/| | |
| | | | | | | * | | | | Merged in belak/pygments-main/lexer-delphi-dpr-ext (pull request #655)Georg Brandl2017-01-22194-289/+423
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ Merged in devoncarew1/pygments-main/devoncarew1/javascriptpy-edited-online-wi...Georg Brandl2017-01-221-3/+4
| | | | | | | | |\ \ \ \ \
| | | | | | | | | * | | | | javascript.py edited online with Bitbucketdevoncarew12016-08-281-3/+4
| | | | | | | | | | |_|/ / | | | | | | | | | |/| | |
| | | | | | | | * | | | | rust: nitsGeorg Brandl2017-01-221-7/+4
| | | | | | | | * | | | | merge https://bitbucket.org/sbenitez/pygments-main/overview (pull request #683)Georg Brandl2017-01-221-29/+43
| | | | | | | | |\ \ \ \ \