| 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 |
| | | |||||
| * | 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. | ||||
| * | Rename ansilist that now is a set, slipped though PR 531 review | Matthias Bussonnier | 2016-02-14 | 1 | -1/+1 |
| | | |||||
| * | Add authors entry, changelog for PR#531 and fixup a few style issues. | Georg Brandl | 2016-02-14 | 1 | -27/+24 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fix style docs w/ HtmlFormatter example. | Tim Hatch | 2014-10-06 | 1 | -0/+2 |
| | | | | | Fixes #1014 | ||||
| * | Update ElixirLexer and example_elixir.ex | Alexei Sholik | 2014-06-05 | 1 | -0/+143 |
| Elixir syntax has evolved quite significantly since the initial lexer was written. In this update I have rewritten most of the code to support modern Elixir (as of v0.14.0-dev). The example file has also been updated to give an quick overview of most of the language constructs. | |||||
