Skip to content

Commit 8a2a59a

Browse files
committed
1 parent 93a011e commit 8a2a59a

File tree

8 files changed

+12
-3
lines changed

8 files changed

+12
-3
lines changed

.doctrees/docs/changelog.doctree

10.8 KB
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

_static/pyodide/pyodide.asm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/pyodide/pyodide.asm.wasm

0 Bytes
Binary file not shown.

_static/pyodide/test.tar

0 Bytes
Binary file not shown.

docs/changelog/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,22 +204,31 @@ <h2>Version 2.19.0<a class="headerlink" href="#version-2-19-0" title="Link to th
204204
<li><p>Updated lexers:</p>
205205
<ul>
206206
<li><p>C#: Fix number highlighting (<a class="reference external" href="https://github.com/pygments/pygments/issues/986">#986</a>, <a class="reference external" href="https://github.com/pygments/pygments/issues/2727">#2727</a>), add <code class="docutils literal notranslate"><span class="pre">file</span></code> keyword (<a class="reference external" href="https://github.com/pygments/pygments/issues/2726">#2726</a>, <a class="reference external" href="https://github.com/pygments/pygments/issues/2805">#2805</a>, <a class="reference external" href="https://github.com/pygments/pygments/issues/2806">#2806</a>), add various other keywords (<a class="reference external" href="https://github.com/pygments/pygments/issues/2745">#2745</a>, <a class="reference external" href="https://github.com/pygments/pygments/issues/2770">#2770</a>)</p></li>
207+
<li><p>CSS: Add <code class="docutils literal notranslate"><span class="pre">revert</span></code> (<a class="reference external" href="https://github.com/pygments/pygments/issues/2766">#2766</a>, <a class="reference external" href="https://github.com/pygments/pygments/issues/2775">#2775</a>)</p></li>
207208
<li><p>Debian control: Add <code class="docutils literal notranslate"><span class="pre">Change-By</span></code> field (<a class="reference external" href="https://github.com/pygments/pygments/issues/2757">#2757</a>)</p></li>
208209
<li><p>Elip: Improve punctuation handling (<a class="reference external" href="https://github.com/pygments/pygments/issues/2651">#2651</a>)</p></li>
210+
<li><p>Igor: Add <code class="docutils literal notranslate"><span class="pre">int</span></code> (<a class="reference external" href="https://github.com/pygments/pygments/issues/2801">#2801</a>)</p></li>
209211
<li><p>Ini: Fix quoted strings with embedded comment characters (<a class="reference external" href="https://github.com/pygments/pygments/issues/2767">#2767</a>, <a class="reference external" href="https://github.com/pygments/pygments/issues/2720">#2720</a>)</p></li>
210212
<li><p>Java: Support functions returning types containing a question mark (<a class="reference external" href="https://github.com/pygments/pygments/issues/2737">#2737</a>)</p></li>
211213
<li><p>JavaScript: Support private identiiers (<a class="reference external" href="https://github.com/pygments/pygments/issues/2729">#2729</a>, <a class="reference external" href="https://github.com/pygments/pygments/issues/2671">#2671</a>)</p></li>
212-
<li><p>PostgreSQL: Add more <code class="docutils literal notranslate"><span class="pre">EXPLAIN</span></code> keywords (<a class="reference external" href="https://github.com/pygments/pygments/issues/2785">#2785</a>)</p></li>
214+
<li><p>LLVM: Add <code class="docutils literal notranslate"><span class="pre">splat</span></code>, improve floating-point number parsing (<a class="reference external" href="https://github.com/pygments/pygments/issues/2755">#2755</a>)</p></li>
215+
<li><p>Macaulay2: Update to 1.24.11 (<a class="reference external" href="https://github.com/pygments/pygments/issues/2800">#2800</a>)</p></li>
216+
<li><p>PostgreSQL: Add more <code class="docutils literal notranslate"><span class="pre">EXPLAIN</span></code> keywords (<a class="reference external" href="https://github.com/pygments/pygments/issues/2785">#2785</a>), handle <code class="docutils literal notranslate"><span class="pre">/</span></code> (<a class="reference external" href="https://github.com/pygments/pygments/issues/2774">#2774</a>)</p></li>
213217
<li><p>S-Lexer: Fix keywords (<a class="reference external" href="https://github.com/pygments/pygments/issues/2082">#2082</a>, <a class="reference external" href="https://github.com/pygments/pygments/issues/2750">#2750</a>)</p></li>
214218
<li><p>TransactSQL: Fix single-line comments (<a class="reference external" href="https://github.com/pygments/pygments/issues/2717">#2717</a>)</p></li>
219+
<li><p>Turtle: Fix triple quoted strings (<a class="reference external" href="https://github.com/pygments/pygments/issues/2744">#2744</a>, <a class="reference external" href="https://github.com/pygments/pygments/issues/2758">#2758</a>)</p></li>
215220
<li><p>Typst: Various improvements (<a class="reference external" href="https://github.com/pygments/pygments/issues/2724">#2724</a>)</p></li>
221+
<li><p>Various: Add <code class="docutils literal notranslate"><span class="pre">^</span></code> as an operator to Matlab, Octave and Scilab (<a class="reference external" href="https://github.com/pygments/pygments/issues/2798">#2798</a>)</p></li>
216222
<li><p>Vyper: Add <code class="docutils literal notranslate"><span class="pre">staticcall</span></code> and <code class="docutils literal notranslate"><span class="pre">extcall</span></code> (<a class="reference external" href="https://github.com/pygments/pygments/issues/2719">#2719</a>)</p></li>
217223
</ul>
218224
</li>
219225
</ul>
220226
<ul class="simple">
221227
<li><p>Mark file extensions for <code class="docutils literal notranslate"><span class="pre">HTML/XML+Evoque</span></code> as aliases (<a class="reference external" href="https://github.com/pygments/pygments/issues/2743">#2743</a>)</p></li>
222228
<li><p>Add a color for <code class="docutils literal notranslate"><span class="pre">Operator.Word</span></code> to the <code class="docutils literal notranslate"><span class="pre">rrt</span></code> style (<a class="reference external" href="https://github.com/pygments/pygments/issues/2709">#2709</a>)</p></li>
229+
<li><p>Fix broken link in the documentation (<a class="reference external" href="https://github.com/pygments/pygments/issues/2803">#2803</a>, <a class="reference external" href="https://github.com/pygments/pygments/issues/2804">#2804</a>)</p></li>
230+
<li><p>Drop executable bit where not needed (<a class="reference external" href="https://github.com/pygments/pygments/issues/2781">#2781</a>)</p></li>
231+
<li><p>Reduce Mojo priority relative to Python in <a href="#id41"><span class="problematic" id="id42">``</span></a>analyze_text´` (<a class="reference external" href="https://github.com/pygments/pygments/issues/2771">#2771</a>, <a class="reference external" href="https://github.com/pygments/pygments/issues/2772">#2772</a>)</p></li>
223232
</ul>
224233
</section>
225234
<section id="version-2-18-0">

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)