summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog release date.2.1Georg Brandl2016-01-171-6/+1
|
* Bump version to 2.1.Georg Brandl2016-01-172-2/+2
|
* Merged in jiyinyiyong/pygments-main (pull request #526)Georg Brandl2016-01-1626-78/+186
|\ | | | | | | Cirru update, on dollar in variables
| * Closes #1181: make CSS highlighting classes more consistent.Georg Brandl2016-01-161-2/+2
| |
| * Closes #1191: fix overzealous analyse_text for LassoJS lexer.Georg Brandl2016-01-161-2/+0
| |
| * Update mapfiles.Georg Brandl2016-01-162-2/+2
| |
| * Merged in SamuelMarks/pygments-main (pull request #540)Georg Brandl2016-01-161-1/+1
| |\ | | | | | | | | | Added more aliases for TypeScript
| | * Added more aliases for TypeScriptSamuel Marks2016-01-091-1/+1
| | |
| * | Merged in skleinfeld/pygments-main (pull request #528)Georg Brandl2016-01-1622-58/+145
| |\ \ | | | | | | | | | | | | Improvements to XQuery lexer for compatibility with 3.0/3.1 syntax
| | * \ Merged in aldenrogers/pygments-main (pull request #541)Georg Brandl2016-01-162-4/+49
| | |\ \ | | | | | | | | | | | | | | | Improve numeric literal support in Java lexer
| | | * | Improve numeric literal support in Java lexerAlden Rogers2016-01-102-4/+49
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Previously unsupported literals (binary, octal, hex floats) are now recognized, and all regexes better match the Java Language Specification (especially concerning underscores, suffixes, and the many ways to write decimal floats).
| | * | "make check" style fixes.Georg Brandl2016-01-167-3/+18
| | | |
| | * | mergeGeorg Brandl2016-01-163-3/+4
| | |\ \
| | | * \ Merged in glaskar/pygments-main (pull request #489)Georg Brandl2016-01-16143-4100/+19557
| | | |\ \ | | | | | | | | | | | | | | | | | | ASM Lexers, add more punctuation
| | | | * | Fix the Chapel lexer's parsing of string literalsKyle Brady2016-01-111-1/+2
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Chapel lexer was trying to parse both the single and double quoted forms of string literals with a single regex rule. This lead to errors on input like: "I'm a string literal!" The fix was to split the rule out into a ' and " version.
| | | | * Fix byte decoding in py3 for ImageFormatterRishav Kundu2016-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | subprocess.communicate returns a bytes object
| | | * | ASM Lexers, add more punctuationGabriel Laskar2015-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | For some architectures, the symbols "[]" and "!" are used.
| | * | | Some Cython fixes. (refs #1193)Georg Brandl2016-01-161-1/+3
| | | |/ | | |/|
| | * | Changelog update.Georg Brandl2016-01-041-7/+9
| | | |
| | * | mergeGeorg Brandl2016-01-044-3/+23
| | |\ \
| | | * \ Merged in atodorov/pygments-main/htmlformatter_with_title (pull request #527)Georg Brandl2016-01-042-0/+18
| | | |\ \ | | | | | | | | | | | | | | | | | | Add filename parameter to HtmlFormatter
| | | | * | Add filename parameter to HtmlFormatterAlexander Todorov2015-11-292-0/+18
| | | | | |
| | | * | | Merged in dscorbett/pygments-inform-2 (pull request #529)Georg Brandl2016-01-042-3/+5
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | Allow strings in Inform 6 parameter lists
| | | | * | | Allow strings in Inform 6 parameter listsDavid Corbett2015-12-132-3/+5
| | | | |/ /
| | * | | | HTML formatter: pep8Georg Brandl2016-01-041-22/+22
| | |/ / /
| | * | | Regenerate mapfiles.Georg Brandl2016-01-041-1/+1
| | | | |
| | * | | Merged in brehberg/pygments-main (pull request #525)Georg Brandl2016-01-041-1/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | business.py lexer support for .ABAP filename
| | | * \ \ Merged in additional-ABAP-support (pull request #1)Brett Rehberg2015-11-201-1/+1
| | | |\ \ \ | | | | |/ / | | | |/| | | | | | | | Additional abap support
| | | | * | added uppercase ABAP filenameBrett Rehberg2015-11-201-1/+1
| | | | | |
| | | | * | Created new branch additional-ABAP-supportBrett Rehberg2015-11-200-0/+0
| | | |/ /
| | * | | Regenerate mapfiles.Georg Brandl2016-01-041-2/+2
| | | | |
| | * | | Merged in ↵Georg Brandl2016-01-041-1/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mrmonday/pygments-main/mrmonday/support-rsin-as-a-file-extension-for-rus-1451773771665 (pull request #535) Support .rs.in as a file extension for Rust files.
| | | * | | Support .rs.in as a file extension for Rust files.Robert Clipsham2016-01-021-1/+1
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | When using syntax extensions in stable or beta Rust channels using the syntex package, it is common to use the file extension .rs.in for the source file, and .rs for the generated file.
| | * | | trying to do a bit more cleanup.Gregory Malecha2015-12-181-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - land, lor, etc. are not operators - float, int, array, etc. are not types - adding more tactics - adding more terminators - adding Context as a vernac
| | * | | a few missing keyworkds.Gregory Malecha2015-12-181-1/+2
| | |/ /
| * | | Improvements to XQuery lexer for compatibility with 3.0/3.1 syntax, via ↵Sanders Kleinfeld2015-12-021-14/+37
| |/ / | | | | | | | | | Priscilla Walmsley.
* | | Cirru update, on dollar in variablesjiyinyiyong2015-11-242-7/+34
|/ /
* | Add explanation for subclassing CsoundDocumentLexer from RegexLexer instead ↵Nathan Whetsell2015-11-131-1/+7
| | | | | | | | of XmlLexer
* | Merged birkenfeld/pygments-main into defaultNate Whetsell2015-11-132-2/+16
|\ \
| * \ Merged in hhsprings/pygments-hhs-sub/mapping-should-keep-nl (pull request #519)Tim Hatch2015-11-110-0/+0
| |\ \ | | | | | | | | | | | | _mapping.py should keep NL, not CRNL.
| * \ \ Merged default into mapping-should-keep-nlHiroaki Itoh2015-11-102-2/+16
| |\ \ \ | | |/ / | |/| |
| | * | Merged default into mapping-should-keep-nlHiroaki Itoh2015-11-104-2/+2883
| | |\ \
| | * | | move `.replace` immediately after `read()`, andhhsprings2015-11-092-4/+18
| | | | | | | | | | | | | | | | | | | | explain in a comment that it's for windows.
| | * | | Merged default into mapping-should-keep-nlHiroaki Itoh2015-11-092-6/+6
| | |\ \ \
| | | * | | _mapping.py should keep NL not CRNL.hhsprings2015-11-072-6/+6
| | | | | |
* | | | | | Make Csound Document lexer inherit from RegexLexer instead of XmlLexerNathan Whetsell2015-11-111-34/+40
| | | | | |
* | | | | | Merged birkenfeld/pygments-main into defaultNate Whetsell2015-11-1113-6/+3337
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merged in hhsprings/pygments-hhs-sub/add-pkgconfig-lexer (pull request #517)Tim Hatch2015-11-105-0/+179
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add lexers for pkg-config, pacman.conf
| | * \ \ \ \ Merged in hhsprings/pygments-hhs-sub/add-abnf-lexer (pull request #516)Tim Hatch2015-11-100-0/+0
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | | | | | | | Lexer for IETF 7405 ABNF, and original BNF.
| | * | | | | Merged default into add-abnf-lexerHiroaki Itoh2015-11-104-2/+2883
| | |\ \ \ \ \ | | | |/ / / /