summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close unneeded branch.logosGeorg Brandl2013-01-100-0/+0
* Add a lexer for the Logos language, which inherits functionality from the Obj...Dustin Howett2013-01-093-1/+86
* Added tag 1.6rc1 for changeset 2c262bfc66b0Georg Brandl2013-01-090-0/+0
* Update release date in changelog.1.6rc1Georg Brandl2013-01-091-14/+14
* Update setup.py and version for 1.6rc1 release.Georg Brandl2013-01-092-4/+6
* RobotFramework lexer: fix two instances of "return ValueError" instead of "ra...Georg Brandl2013-01-091-2/+2
* Fix a couple "make check" issues, mostly long lines.Georg Brandl2013-01-095-87/+232
* Closes #802: add "autopygmentize" as a possible .lessfilterGeorg Brandl2013-01-092-0/+70
* Closes #832: recognize *.inc as PHP code.Georg Brandl2013-01-091-1/+1
* Closes #813: add missing FORTRAN statements.Georg Brandl2013-01-091-4/+4
* find_error: always prefer Pygments from source dir.Georg Brandl2013-01-091-5/+4
* Closes #762: add Visual FoxPro lexer.Georg Brandl2013-01-095-1/+595
* HTML linespans: add changelog and versionaddedGeorg Brandl2013-01-092-1/+6
* Merged in icholy/pygments-main (pull request #82: added `linespans` option to...Georg Brandl2013-01-091-0/+18
|\
| * fixed typoIlia Choly2012-06-181-1/+1
| * added `linespans` option to HtmlFormatter to wrap lines in spansIlia Choly2012-06-181-0/+18
* | CTags feature:Georg Brandl2013-01-095-26/+43
* | Merge pull request #87 (ctags link support for HTML formatter) from https://b...Georg Brandl2013-01-09149-1335/+22133
|\ \
| * \ Merged in agilbert/pygments-main/typescript (pull request #114: Add TypeScrip...Georg Brandl2013-01-095-2/+109
| |\ \
| | * | Add TypeScript LexerAlain Gilbert2012-10-034-1/+105
| * | | Add attribution and changelog entry for IDL lexer.Georg Brandl2013-01-092-0/+2
| * | | Merge pull request #115 (IDL lexer) from https://bitbucket.org/mgalloy/pygmen...Georg Brandl2013-01-09124-1542/+8742
| |\ \ \
| | * | | AutoIt: rewrap.Georg Brandl2013-01-091-72/+89
| | * | | Add attribution and changelog entry for AutoIt.Georg Brandl2013-01-092-0/+2
| | * | | Merged in fengxx/pygments-dev/v1.6 (pull request #122: Add AutoIt script lexer)Georg Brandl2013-01-09123-1420/+8406
| | |\ \ \
| | | * \ \ Merged in blackjack/pygments-main (pull request #88: CBM BASIC V2 and ca65 as...Georg Brandl2013-01-09130-1847/+10498
| | | |\ \ \
| | | | * \ \ Merged in pyos/pygments-main (pull request #116: Add dg source code lexer.)Georg Brandl2013-01-09127-1843/+10311
| | | | |\ \ \
| | | | | * | | OpenCOBOL: attribution, changelog entry.Georg Brandl2013-01-092-0/+2
| | | | | * | | Merged in btiffin/cobol-pygments (pull request #72: adding an OpenCOBOL lexer)Georg Brandl2013-01-09143-1570/+17488
| | | | | |\ \ \
| | | | | | * \ \ Merged in andyli/pygments-main/ExtendedRegexLexer-tuple-newstate (pull reques...Georg Brandl2013-01-09114-1297/+2907
| | | | | | |\ \ \
| | | | | | | * | | Lasso changelog update.Georg Brandl2013-01-091-1/+1
| | | | | | | * | | Merged in EricFromCanada/pygments-main (pull request #113: more fixes for the...Georg Brandl2013-01-092-29/+57
| | | | | | | |\ \ \
| | | | | | | | * \ \ periodic mergeEricFromCanada2013-01-0841-1293/+4808
| | | | | | | | |\ \ \
| | | | | | | | * | | | temp rollback of BOM removalEricFromCanada2012-12-111-1/+0
| | | | | | | | * | | | mergeEricFromCanada2012-09-202-29/+58
| | | | | | | | |\ \ \ \
| | | | | | | | | * | | | remove BOM for latin1 or UTF-8 encodingsEricFromCanada2012-09-201-1/+1
| | | | | | | | | * | | | remove BOM before processingEricFromCanada2012-09-191-0/+1
| | | | | | | | | * | | | more fixes and colouring improvementsEricFromCanada2012-09-161-9/+32
| | | | | | | | | * | | | revert pygmentizeEricFromCanada2012-09-151-8/+6
| | | | | | | | | * | | | only looks for opening delimiters after beginning if the first character is '...EricFromCanada2012-09-153-26/+33
| | | | | | | * | | | | | Changelog and attribution for lexer definition inheritance.Georg Brandl2013-01-092-0/+9
| | | | | | | * | | | | | Merged in alastairh/pygments (pull request #141: Improve and unify C family l...Georg Brandl2013-01-09112-903/+1907
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ Merged in amacarthur/pygments-main (pull request #123: Added QML lexer)Georg Brandl2013-01-095-2/+188
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ updating to newest from upstreamAngus MacArthur2012-11-1521-45/+1274
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | | added myself to AUTHORS fileamacarthur2012-10-291-0/+1
| | | | | | | | | * | | | | | | Merged in amacarthur/pygments-main/qml-fix (pull request #3)Angus MacArthur2012-10-292-3/+3
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | fixing qmlamacarthur2012-10-292-3/+3
| | | | | | | | | * | | | | | | | Merged in amacarthur/pygments-main/qml-add (pull request #2)Angus MacArthur2012-10-220-0/+0
| | | | | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | |/ / / / / / / | | | | | | | | | |/| | | | | | |
| | | | | | | | | * | | | | | | | made the QmlLexer independent of the JavascriptLexeramacarthur2012-10-221-54/+68
| | | | | | | | | * | | | | | | | added QML lexer and example fileamacarthur2012-10-223-318/+484