summaryrefslogtreecommitdiff
path: root/doc/docs
Commit message (Expand)AuthorAgeFilesLines
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-202-0/+47
* Add notes to Contributing.md about common mistakes in lexers (#2075)Jean Abou-Samra2022-03-021-8/+8
* Fix typos (#2030)Kian-Meng Ang2022-01-182-2/+2
* Add a tooltips option to HtmlFormatter. (#1822)Walter Dörwald2021-12-281-3/+11
* Fix typo, update CHANGES.Matthäus G. Chajdas2021-12-061-1/+1
* Clarifying some documentation (#1928)Arthur Milchior2021-12-064-13/+31
* Fix broken link in documentationMartin Fischer2021-11-041-1/+1
* Add styles gallery to website (#1943)Martin Fischer2021-11-041-2/+2
* Add documentation for missing CLI options (#1900)amitkummer2021-10-021-0/+40
* Support error locations in Python tracebacks (#1852)Jean-Abou-Samra2021-07-061-0/+6
* uniformize aliases order (#1780)Mestery2021-04-261-1/+1
* docs: move style development section to its own doc.Georg Brandl2021-04-163-76/+85
* fix typo (#1762)jgart2021-03-301-1/+1
* Update command to indeed include line numbers (#1745)Rafael Rossi2021-03-111-1/+1
* Rename "tests/lexers" to "tests/snippets" and update the contributionGeorg Brandl2021-01-201-3/+3
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-201-4/+6
* update pygments.rb URL to new home (#1669)Marat Radchenko2021-01-081-1/+1
* all: use argumentless super()Georg Brandl2020-09-061-1/+1
* Spell out that we want lexers in separate files.Matthäus G. Chajdas2020-08-231-1/+5
* docs: clarify cmdline invocation in lexer dev sectionGeorg Brandl2020-08-231-3/+6
* Fix links (#1389)Ofek Lev2020-02-101-1/+1
* Update many links to use HTTPS and skip redirectsKurt McKee2019-12-186-11/+11
* Improve docs.Matthäus G. Chajdas2019-12-081-9/+10
* fix small issues in the docsGeorg Brandl2019-11-241-8/+3
* Update hg/bitbucket -> git/github everywhere.Georg Brandl2019-11-101-3/+3
* 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
* Merged in mortenlund/pygments-main (pull request #777)Anteru2018-12-161-8/+41
|\
| * Change ansi color names to more saying namesMorten Enemark Lund2018-08-041-8/+41
* | Fix another instance of print in the quickstart documentation.Matth?us G. Chajdas2018-11-241-1/+1
* | Use print as a function so the example works in Python 3.Edward Betts2018-11-041-1/+1
|/
* Merged in tprynn/pygments-main/command-line-lexer-formatter (pull request #559)Georg Brandl2017-01-223-3/+3
|\
| * Insert a missing argument "self"cocoatomo2016-06-141-1/+1
| * Correct links to chardet.Tim Hatch2016-06-012-2/+2
* | remove leftover documentation that I missed in the previous mergeTanner Prynn2016-02-291-2/+0
* | bring this branch up-to-date with master, and resolve merge conflicts in lexe...Tanner Prynn2016-02-263-2/+83
|\ \ | |/ |/|
| * Update pull request per comments by birkenfeld.Tanner Prynn2016-02-243-25/+31
| * Add api, command line, etc. documentation for custom lexer/formatter loadingTanner Prynn2016-02-223-4/+54
| * Add additional command line option to prevent users from using eval() on untr...Tanner Prynn2016-02-221-0/+24
* | mergeGeorg Brandl2016-02-151-1/+1
|\ \
| * | Rename ansilist that now is a set, slipped though PR 531 reviewMatthias Bussonnier2016-02-141-1/+1
* | | Elaborate on source code dir.Georg Brandl2016-02-151-1/+3
* | | Add a few more introductory words to lexerdev.Georg Brandl2016-02-151-4/+10
|/ /
* | Add authors entry, changelog for PR#531 and fixup a few style issues.Georg Brandl2016-02-141-27/+24
* | Merged in Carreau/pygments-main/256ansi (pull request #531)Georg Brandl2016-02-141-0/+59
|\ \
| * | 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
* | | Add tokens for string affixes and heredoc delimiters. Add lexing for them in ...Miikka Salminen2016-02-061-0/+8
| |/ |/|