You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p>Rust: highlight <codeclass="docutils literal notranslate"><spanclass="pre">:</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">::</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">-></span></code> as <codeclass="docutils literal notranslate"><spanclass="pre">Punctuation</span></code>
219
224
and whitespace as <codeclass="docutils literal notranslate"><spanclass="pre">Whitespace</span></code>, instead of <codeclass="docutils literal notranslate"><spanclass="pre">Text</span></code>
220
225
in both cases (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2631">#2631</a>)</p></li>
<li><p>UL4: support nested <codeclass="docutils literal notranslate"><spanclass="pre"><?doc?></span></code> and <codeclass="docutils literal notranslate"><spanclass="pre"><?note?></span></code> tags (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2597">#2597</a>)</p></li>
225
232
<li><p>VHDL: support multi-line comments of VHDL-2008 (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2622">#2622</a>)</p></li>
is kept for backwards compatibility but now has no effect. (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2601">#2601</a>)</p></li>
238
247
<li><p>Require the <codeclass="docutils literal notranslate"><spanclass="pre">url</span></code> attribute for lexers inside Pygments, add
239
248
it to many lexers (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2588">#2588</a>)</p></li>
240
-
<li><p>Replace Pyflakes linter with Ruff</p></li>
249
+
<li><p>Replace Pyflakes linter with Ruff (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2592">#2592</a>)</p></li>
241
250
<li><p>Add macOS CI (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2594">#2594</a>)</p></li>
242
251
<li><p>Built-in lexers now declare the version of Pygments in which they were
243
252
added in a required <codeclass="docutils literal notranslate"><spanclass="pre">version_added</span></code> lexer attribute, instead of a
244
-
<codeclass="docutils literal notranslate"><spanclass="pre">..</span><spanclass="pre">versionadded::</span></code> directive in the docstring (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2589">#2589</a>)</p></li>
253
+
<codeclass="docutils literal notranslate"><spanclass="pre">..</span><spanclass="pre">versionadded::</span></code> directive in the docstring (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2589">#2589</a>, <aclass="reference external" href="https://github.com/pygments/pygments/issues/2634">#2634</a>)</p></li>
245
254
<li><p>The <codeclass="docutils literal notranslate"><spanclass="pre">url</span></code> attribute is now required for built-in lexers and
246
255
has been added to all existing lexers (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2588">#2588</a>)</p></li>
247
256
<li><p>The RTF formatter supports line number and line highlighting now (<aclass="reference external" href="https://github.com/pygments/pygments/issues/1217">#1217</a>, <aclass="reference external" href="https://github.com/pygments/pygments/issues/2654">#2654</a>)</p></li>
248
257
<li><p>Add <codeclass="docutils literal notranslate"><spanclass="pre">\sa0</span></code> keyword in the RTF formatter (<aclass="reference external" href="https://github.com/pygments/pygments/issues/1111">#1111</a>, <aclass="reference external" href="https://github.com/pygments/pygments/issues/2607">#2607</a>)</p></li>
258
+
<li><p>Register <codeclass="docutils literal notranslate"><spanclass="pre">pycon</span></code> as an alias for the Python console lexer (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2697">#2697</a>)</p></li>
259
+
<li><p>Add MIME-Type for <codeclass="docutils literal notranslate"><spanclass="pre">DesktopLexer</span></code> (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2613">#2613</a>)</p></li>
260
+
<li><p>Fix native style to meet WCAG AA guidelines (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2600">#2600</a>)</p></li>
261
+
<li><p>Fix typo in documentation (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2672">#2672</a>)</p></li>
262
+
<li><p>Use format strings consistently (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2661">#2661</a>)</p></li>
263
+
<li><p>Add <codeclass="docutils literal notranslate"><spanclass="pre">__class_getitem__</span></code> to <codeclass="docutils literal notranslate"><spanclass="pre">Formatter</span></code> to improve typing support (<aclass="reference external" href="https://github.com/pygments/pygments/issues/2665">#2665</a>)</p></li>
0 commit comments