summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Prepare 2.9.0 release.2.9.0Matthäus G. Chajdas2021-05-031-1/+1
* Add support for elixir phoenix leex templates (#1577)Jason S2021-05-022-2/+2
* groovy lexer: detect quoted function names (#1765)Alison Winters2021-05-021-6/+12
* encode `str` into `bytes` for `_lookup_ctag` argument; (#1724)Cyker Way2021-05-021-1/+1
* Support Terraform 0.14 syntax (#1756)Leonardo Giordani2021-05-021-36/+93
* Support for OMG IDL (#1595)Fred Hornsey2021-05-023-4/+101
* Add gruvbox styles (#1763)Aaron Moore2021-05-022-0/+109
* add "from" and "as" to js and ts keywords (#1741)Mestery2021-05-021-3/+3
* uniformize aliases order (#1780)Mestery2021-04-2626-100/+100
* Improve PromQL lexer with new test cases (#1783)Pablo Seminario2021-04-241-1/+1
* native: darker line numbers (#1779)Matthias Geier2021-04-191-0/+1
* friendly: lighter line numbers (#1778)Matthias Geier2021-04-191-0/+1
* Detect multiline patterns in velocity lexer text analysis (#1776)Andy2021-04-171-3/+3
* Fix style problems with new lexers.Georg Brandl2021-04-163-34/+38
* MIME lexer: remove analyse_textGeorg Brandl2021-04-161-21/+6
* AMDGPU: Updated modifier tokenization. (#1775)Thomas Symalla2021-04-151-2/+6
* Rust: fix raw string tokenGeorg Brandl2021-04-121-1/+1
* Fix python lexer parsing floats incorrectly (#1768)Liam Stevens2021-04-101-1/+1
* Don't mix foreground for background in _deprecated_ansicolors lookup (#1748)Petr Viktorin2021-04-071-1/+1
* Swift lexer: add 'associatedtype' keyword (#1767)Lukas Kollmer2021-04-071-2/+2
* lexers: devicetree: allow node label without root node (#1755)Gerard Marull-Paretas2021-04-051-1/+1
* Fix #1416: add WebAssembly lexer (#1564)Jendrik2021-04-042-0/+121
* PowerShell: lex ':' (#1758)amitkummer2021-03-281-1/+1
* Filename to <th> if linenos=table (fixes #1757) (#1759)Andy Pearce2021-03-281-3/+14
* Update CHANGES.Matthäus G. Chajdas2021-03-211-0/+2
* Add NestedText lexer (#1578)Kale Kundert2021-03-212-1/+25
* Leading underscore in APL variable names (GNU, Dyalog) (#1747)Stefan Kruger2021-03-152-4/+7
* Update CHANGES.Matthäus G. Chajdas2021-03-141-1/+1
* Add a teal lexer (#1671)iscke2021-03-142-0/+89
* Added ThingsDB Language support (#1295)Georg Brandl2021-03-142-0/+119
* Add KuinLexer (#1300)Georg Brandl2021-03-142-0/+300
* Update CHANGES, versionadded.Matthäus G. Chajdas2021-03-142-2/+2
* Add apdl and gcode lexers (#1714)Averter2021-03-143-0/+482
* Update the Chapel lexer (#1743)Engin Kayraklioglu2021-03-141-29/+53
* Refactor CFamilyLexer (#1746)amitkummer2021-03-141-10/+7
* Minted compatibility patch (#1737)Jean-François B2021-03-061-6/+1
* LaTeX: workaround minted incompatibility with Pygments 2.8.0 (#1735)Jean-François B2021-03-051-0/+5
* use `id` not `name` for line anchors; (#1725)Cyker Way2021-03-051-2/+2
* Rust: accept lone hashes as they can appear in macro argumentsGeorg Brandl2021-03-051-0/+5
* Clarify hl_lines usage (fixes #959.)Matthäus G. Chajdas2021-03-051-1/+3
* Fix #853.Matthäus G. Chajdas2021-03-051-2/+2
* nitsGeorg Brandl2021-03-051-1/+1
* Update CHANGES.Matthäus G. Chajdas2021-03-051-0/+2
* Add formatter for Pango Markup (#1727)Philipp Imhof2021-03-052-0/+82
* Update lists of operators/keywords in Julia and expand/refine highlighting (#...jmert2021-03-053-184/+537
* Fix typo in keywords of SquidConfLexer. (#1730)Sardorbek Imomaliev2021-03-031-1/+1
* octave: also allow percent block commentsGeorg Brandl2021-03-011-2/+9
* octave: add multiline commentsGeorg Brandl2021-03-011-7/+14
* Rewrite Scala lexer for Scala 3 (#1694)Maxime Kjaer2021-03-011-194/+246
* Fixes for C and C++ functions and namespaces (#1722)amitkummer2021-02-272-29/+62