Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a few markup problems in the docs. | Georg Brandl | 2018-12-18 | 1 | -26/+24 |
| | |||||
* | Update ansi color name change version. | Matth?us G. Chajdas | 2018-12-16 | 1 | -6/+6 |
| | |||||
* | Merged in mortenlund/pygments-main (pull request #777) | Anteru | 2018-12-16 | 1 | -8/+41 |
|\ | | | | | | | | | | | | | | | Change ansi color names to more saying names Approved-by: Morten E. Lund <melund@gmail.com> Approved-by: jonathanslenders <jonathan@slenders.be> Approved-by: Anteru <bitbucket@ca.sh13.net> | ||||
| * | Change ansi color names to more saying names | Morten Enemark Lund | 2018-08-04 | 1 | -8/+41 |
| | | | | | | | | | | | | The ansi color names are changed to names which are easier to understand and align with color names of other projects and terminals. (e.g. ``#ansifuchsia`` to ``ansibrightmagenta``) This also drops the # prefix to the color names. Hashtag # is usually used for hex colors and the names are already prefixed with `ansi`. Furthermore, it allows the new and old set of names to be exclusive. | ||||
* | | Fix another instance of print in the quickstart documentation. | Matth?us G. Chajdas | 2018-11-24 | 1 | -1/+1 |
| | | |||||
* | | Use print as a function so the example works in Python 3. | Edward Betts | 2018-11-04 | 1 | -1/+1 |
|/ | |||||
* | Merged in tprynn/pygments-main/command-line-lexer-formatter (pull request #559) | Georg Brandl | 2017-01-22 | 3 | -3/+3 |
|\ | | | | | | | Custom Lexer/Formatter File Loading | ||||
| * | Insert a missing argument "self" | cocoatomo | 2016-06-14 | 1 | -1/+1 |
| | | |||||
| * | Correct links to chardet. | Tim Hatch | 2016-06-01 | 2 | -2/+2 |
| | | | | | | | | Fixes #1235 | ||||
* | | remove leftover documentation that I missed in the previous merge | Tanner Prynn | 2016-02-29 | 1 | -2/+0 |
| | | |||||
* | | bring this branch up-to-date with master, and resolve merge conflicts in ↵ | Tanner Prynn | 2016-02-26 | 3 | -2/+83 |
|\ \ | |/ |/| | | | lexerdev documentation | ||||
| * | Update pull request per comments by birkenfeld. | Tanner Prynn | 2016-02-24 | 3 | -25/+31 |
| | | | | | | | | | | | | | | Add optional function parameter for the class name to instantiate, and update cli to support this. Move error handling to within the loading functions; they now only raise ClassNotFound. Modify doc with these updates and the version number. Test case clean up and additions. | ||||
| * | Add api, command line, etc. documentation for custom lexer/formatter loading | Tanner Prynn | 2016-02-22 | 3 | -4/+54 |
| | | |||||
| * | Add additional command line option to prevent users from using eval() on ↵ | Tanner Prynn | 2016-02-22 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | untrusted files Finish custom-formatter loading and fill in some docstrings Add load_?_from_file functions to API documentation pep8 compliance | ||||
* | | merge | Georg Brandl | 2016-02-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | Rename ansilist that now is a set, slipped though PR 531 review | Matthias Bussonnier | 2016-02-14 | 1 | -1/+1 |
| | | | |||||
* | | | Elaborate on source code dir. | Georg Brandl | 2016-02-15 | 1 | -1/+3 |
| | | | |||||
* | | | Add a few more introductory words to lexerdev. | Georg Brandl | 2016-02-15 | 1 | -4/+10 |
|/ / | |||||
* | | Add authors entry, changelog for PR#531 and fixup a few style issues. | Georg Brandl | 2016-02-14 | 1 | -27/+24 |
| | | |||||
* | | Merged in Carreau/pygments-main/256ansi (pull request #531) | Georg Brandl | 2016-02-14 | 1 | -0/+59 |
|\ \ | | | | | | | | | | Allow ansi escape sequence as color format | ||||
| * | | Update to leave compatibility for other formatters. | Matthias Bussonnier | 2016-02-12 | 1 | -17/+31 |
| | | | |||||
| * | | Remove rogue byte sequence in documentation. | Matthias Bussonnier | 2016-02-08 | 1 | -1/+1 |
| | | | |||||
| * | | Handle some `#ansi*` in HtmlFormatter | Matthias Bussonnier | 2016-02-08 | 1 | -2/+6 |
| | | | |||||
| * | | Add documentation on non-extended foreground color for Terminal256 styles | Matthias Bussonnier | 2016-02-07 | 1 | -1/+42 |
| | | | |||||
* | | | Add tokens for string affixes and heredoc delimiters. Add lexing for them in ↵ | Miikka Salminen | 2016-02-06 | 1 | -0/+8 |
| |/ |/| | | | | | C/C++, Perl, PHP, Python and Ruby. Update my old style Lovelace accordingly. | ||||
* | | Adds an entry to changelog. Adds magic method and variable lexing for PHP ↵ | Miikka Salminen | 2016-02-03 | 1 | -4/+4 |
| | | | | | | | | along with corresponding changes in a test file. | ||||
* | | Merged birkenfeld/pygments-main into default | Miikka Salminen | 2016-02-03 | 1 | -0/+8 |
|\ \ | |||||
| * | | Added support and documentation for magic method and variable tokens. Reflected | Miikka Salminen | 2015-10-23 | 1 | -0/+8 |
| |/ | | | | | | | | | this change in an updated version of my older style, Lovelace. Added Python lexing for Python's magic methods and variables. | ||||
* | | merge with stable | Georg Brandl | 2016-02-02 | 1 | -0/+15 |
|\ \ | |||||
| * | | Document find_lexer_* functions. | Georg Brandl | 2016-02-02 | 1 | -0/+15 |
| |/ | |||||
* | | More "using" updates. | Georg Brandl | 2016-02-02 | 1 | -0/+11 |
|/ | |||||
* | Closes #1134: remove nonworking links from docs/integrate | Georg Brandl | 2015-10-17 | 1 | -15/+0 |
| | |||||
* | Merged in jparise/pygments-main/lexer-informations (pull request #468) | Tim Hatch | 2015-10-13 | 1 | -3/+2 |
|\ | | | | | | | "information" is the correct word. | ||||
| * | Small problem with overriding get_tokens_unprocessed in the docs (thanks M. ↵ | Georg Brandl | 2015-10-12 | 1 | -3/+2 |
| | | | | | | | | Harnisch). | ||||
* | | "information" is the correct word. | Jon Parise | 2015-05-17 | 1 | -1/+1 |
|/ | |||||
* | Added a new token type Comment.Hashbang with its documentation, and a ↵ | Miikka Salminen | 2015-03-07 | 1 | -0/+4 |
| | | | | support for it in Javascript, Perl, Python, Ruby and Bash lexers. | ||||
* | Closes #1075: fix docs for @simplefilter. | Georg Brandl | 2015-01-21 | 1 | -2/+3 |
| | | | | | | The function needs a "self" argument since it is used as a method in the automatically created class. No use fixing that in the code, as it kills backwards compatibility. | ||||
* | spelling/grammar/syntax fixes for docs | EricFromCanada | 2014-11-14 | 6 | -16/+16 |
| | |||||
* | Update docs w.r.t. encodings. | Georg Brandl | 2014-11-06 | 3 | -9/+21 |
| | |||||
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ↵ | Georg Brandl | 2014-10-15 | 1 | -1/+1 |
| | | | | regexes | ||||
* | Fix style docs w/ HtmlFormatter example. | Tim Hatch | 2014-10-06 | 1 | -0/+2 |
| | | | | Fixes #1014 | ||||
* | Include newer features in the lexerdevelopment doc, and update it a bit. | Georg Brandl | 2014-10-04 | 1 | -3/+22 |
| | |||||
* | move module names from _XXXbuiltins to _XXX_builtins to be consistent | Georg Brandl | 2014-10-04 | 1 | -162/+223 |
| | |||||
* | split up text lexers | Georg Brandl | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Sentence fix | Matt Montag | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | Add token type Number.Bin | David Corbett | 2014-05-19 | 1 | -0/+3 |
| | |||||
* | New docs + website using Sphinx. | Georg Brandl | 2014-01-18 | 20 | -0/+2546 |