summaryrefslogtreecommitdiff
path: root/doc/docs/styles.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few markup problems in the docs.Georg Brandl2018-12-181-26/+24
|
* Update ansi color name change version.Matth?us G. Chajdas2018-12-161-6/+6
|
* Change ansi color names to more saying namesMorten Enemark Lund2018-08-041-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 reviewMatthias Bussonnier2016-02-141-1/+1
|
* Add authors entry, changelog for PR#531 and fixup a few style issues.Georg Brandl2016-02-141-27/+24
|
* Update to leave compatibility for other formatters.Matthias Bussonnier2016-02-121-17/+31
|
* Remove rogue byte sequence in documentation.Matthias Bussonnier2016-02-081-1/+1
|
* Handle some `#ansi*` in HtmlFormatterMatthias Bussonnier2016-02-081-2/+6
|
* Add documentation on non-extended foreground color for Terminal256 stylesMatthias Bussonnier2016-02-071-1/+42
|
* Fix style docs w/ HtmlFormatter example.Tim Hatch2014-10-061-0/+2
| | | | Fixes #1014
* Update ElixirLexer and example_elixir.exAlexei Sholik2014-06-051-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.