diff options
author | Georg Brandl <georg@python.org> | 2020-09-01 12:42:26 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2020-09-01 12:42:26 +0200 |
commit | bb7aa2badc9f5e6e009d18cfe3d5889ea01f4725 (patch) | |
tree | 7d018961d412c5b356b745ec48b0667b7d9a2704 | |
parent | 9514e794e0c2a5c7c048df97fcfef4a099e05ac3 (diff) | |
download | pygments-git-bb7aa2badc9f5e6e009d18cfe3d5889ea01f4725.tar.gz |
changelog: fix markup
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ Version 2.6 * Perl6/Raku lexer (PR#1344) * Python3 (PR#1382, PR#1385) * Rust: Updated lexer to cover more builtins (mostly macros) and miscellaneous - new syntax (PR#1320) + new syntax (PR#1320) * SQL: Add temporal support keywords (PR#1402) - The 256-color/true-color terminal formatters now support the italic attribute |