summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add Terminal Tips Documentation (#2425)Micah Cochran2023-05-072-0/+106
* Enable Sphinx nitpicky mode and fix warnings (#2403)Jean Abou-Samra2023-04-111-3/+8
* Fix page titleJean Abou Samra2023-03-301-0/+1
* Use autodoc for pygments.stylesJean Abou Samra2023-03-301-42/+5
* Use autodoc for pygments.lexersJean Abou Samra2023-03-301-80/+10
* Use autodoc for pygments.utilJean Abou Samra2023-03-301-33/+7
* Use autodoc for Formatter classJean Abou Samra2023-03-301-47/+2
* Use autodoc a bit moreJean Abou Samra2023-03-301-98/+6
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* Devolve Contributing.md (#2352)Jean Abou-Samra2023-02-234-72/+230
* Doc: fix markup on styledevelopment pageJean Abou Samra2023-02-232-7/+6
* Replace Makefile with tox (#2331)Jean Abou-Samra2023-02-233-15/+6
* Fix various documentation references.Matthäus G. Chajdas2023-02-125-13/+16
* Fix lots of missing encoding="utf-8" parametersJean Abou Samra2023-01-311-2/+2
* styles gallery: Make docstring in example follow PEP 257Martin Fischer2022-12-301-1/+1
* Fix doc build warningsJean Abou Samra2022-12-071-1/+3
* Update demo.cssMatthäus G. Chajdas2022-12-051-0/+1
* languages page: fix leftover HTML syntaxGeorg Brandl2022-10-251-1/+1
* Improve the languages list.Matthäus G. Chajdas2022-10-243-46/+16
* More documentation fixes.Matthäus G. Chajdas2022-08-203-2/+33
* Improve documentation.Matthäus G. Chajdas2022-07-261-0/+7
* Register new style (#2183)flywire2022-07-261-12/+18
* Reconcile standard token discrepancies in docs and code (#2187)Andrew T. Biehl2022-07-151-0/+6
* Fix reST markup mistake (#2176)Álvaro Mondéjar2022-07-051-1/+1
* Slight doc clarification about 'make mapfiles'Jean Abou Samra2022-06-291-1/+2
* Detect true-color terminal support for pygmentize (#2160)Micah Cochran2022-06-131-0/+12
* Switch from pkg_resources to importlib.metadata (#2155)Jean Abou-Samra2022-06-041-5/+34
* Support building docs when some plugins are installed (#2154)Jean Abou-Samra2022-06-041-6/+8
* Update token docs (#2156)Jean Abou-Samra2022-06-041-14/+6
* Overhaul demo and support running it locally (#2141)amitkummer2022-05-216-13/+57
* Fix most warnings in Sphinx build (#2124)Jean Abou-Samra2022-05-131-0/+5
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-205-382/+90
* Add lexer for parsing Uxntal assembly code. (#2086)Erik Osheim2022-03-131-0/+1
* Added Berry Lexer (#2070)Beormund2022-03-071-0/+1
* Add UL4 lexer. (#2040)Walter Dörwald2022-03-071-0/+1
* Add K and Q lexers (#2073)Nick Psaris2022-03-051-0/+2
* Add qlik lexer (#1925)Gemma Down2022-03-041-0/+1
* Add notes to Contributing.md about common mistakes in lexers (#2075)Jean Abou-Samra2022-03-022-8/+11
* Update CHANGES, language list, versionadded.Matthäus G. Chajdas2022-02-201-0/+1
* Bump to Python 3.6 (closes #2059.)Matthäus G. Chajdas2022-02-011-1/+1
* Happy new year.Georg Brandl2022-01-253-3/+3
* Fix typos (#2030)Kian-Meng Ang2022-01-182-2/+2
* Doc: remove mention of Python 2 (#2039)Jean Abou-Samra2022-01-181-2/+2
* Provide an accurate count instead of "over 500".Matthäus G. Chajdas2021-12-292-1/+2
* Add link to changelog in sidebar.Matthäus G. Chajdas2021-12-291-10/+1
* Add a tooltips option to HtmlFormatter. (#1822)Walter Dörwald2021-12-281-3/+11
* Merge branch 'master' of github.com:pygments/pygments; branch 'master' of htt...Matthäus G. Chajdas2021-12-281-0/+1
|\
| * Add to languages listŠarūnas Navickas2020-09-081-0/+1
* | demo: remove Highlight button (update automatically)Martin Fischer2021-12-263-22/+53
* | demo: limit height of formatted code (overflow)Martin Fischer2021-12-261-2/+15