Skip to content

Commit 44a8916

Browse files
committed
1 parent debe6cd commit 44a8916

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

.doctrees/docs/changelog.doctree

-353 Bytes
Binary file not shown.

.doctrees/docs/filters.doctree

-822 Bytes
Binary file not shown.

.doctrees/docs/lexers.doctree

-643 Bytes
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.
-20 Bytes
Binary file not shown.

_static/pyodide/pyodide-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"info": {"abi_version": "2025_0", "arch": "wasm32", "platform": "emscripten_4_0_9", "python": "3.13.3", "version": "0.28.1"}, "packages": {"pygments": {"depends": [], "file_name": "pygments-2.99-py3-none-any.whl", "imports": ["Pygments"], "install_dir": "site", "name": "Pygments", "package_type": "package", "sha256": "cb2b5b0ca671b7f060de31a665679ac0d23632cc679f1ad899fec4700a87de5c", "unvendored_tests": false, "version": "2.99"}}}
1+
{"info": {"abi_version": "2025_0", "arch": "wasm32", "platform": "emscripten_4_0_9", "python": "3.13.3", "version": "0.28.1"}, "packages": {"pygments": {"depends": [], "file_name": "pygments-2.99-py3-none-any.whl", "imports": ["Pygments"], "install_dir": "site", "name": "Pygments", "package_type": "package", "sha256": "5635e0ef8d93624372a06489853011d892ceadf6f73008a79b617d12922a9353", "unvendored_tests": false, "version": "2.99"}}}

docs/changelog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ <h2>Version 2.19.0<a class="headerlink" href="#version-2-19-0" title="Link to th
242242
<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>
243243
<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>
244244
<li><p>Drop executable bit where not needed (<a class="reference external" href="https://github.com/pygments/pygments/issues/2781">#2781</a>)</p></li>
245-
<li><p>Reduce Mojo priority relative to Python in <a href="#id56"><span class="problematic" id="id57">``</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>
245+
<li><p>Reduce Mojo priority relative to Python in <code class="docutils literal notranslate"><span class="pre">analyze_text</span></code> (<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>
246246
<li><p>Fix documentation builds (<a class="reference external" href="https://github.com/pygments/pygments/issues/2712">#2712</a>)</p></li>
247247
<li><p>Match example file names to the lexer’s name (<a class="reference external" href="https://github.com/pygments/pygments/issues/2713">#2713</a>, <a class="reference external" href="https://github.com/pygments/pygments/issues/2715">#2715</a>)</p></li>
248248
<li><p>Ensure lexer metadata is present (<a class="reference external" href="https://github.com/pygments/pygments/issues/2714">#2714</a>)</p></li>

docs/filters/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ <h2>Builtin Filters<a class="headerlink" href="#builtin-filters" title="Link to
166166
<dd class="field-odd"><p>keywordcase</p>
167167
</dd>
168168
</dl>
169-
<p>Convert keywords to lowercase or uppercase or capitalize them, which</p>
169+
<p>Convert keywords to lowercase or uppercase or capitalize them.</p>
170170
</dd></dl>
171171

172-
<p>means first letter uppercase, rest lowercase.</p>
172+
<p>This means first letter uppercase, rest lowercase.</p>
173173
<p>This can be useful e.g. if you highlight Pascal code and want to adapt the
174174
code to your styleguide.</p>
175175
<p>Options accepted:</p>
@@ -274,7 +274,7 @@ <h2>Builtin Filters<a class="headerlink" href="#builtin-filters" title="Link to
274274
<dd class="field-odd"><p>gobble</p>
275275
</dd>
276276
</dl>
277-
<p>Gobbles source code lines (eats initial characters).</p>
277+
<p>Gobble source code lines (eats initial characters).</p>
278278
</dd></dl>
279279

280280
<p>This filter drops the first <code class="docutils literal notranslate"><span class="pre">n</span></code> characters off every line of code. This
@@ -296,10 +296,9 @@ <h2>Builtin Filters<a class="headerlink" href="#builtin-filters" title="Link to
296296
<dd class="field-odd"><p>tokenmerge</p>
297297
</dd>
298298
</dl>
299-
<p>Merges consecutive tokens with the same token type in the output</p>
299+
<p>Merge consecutive tokens with the same token type in the output stream.</p>
300300
</dd></dl>
301301

302-
<p>stream of a lexer.</p>
303302
<div class="versionadded">
304303
<p><span class="versionmodified added">Added in version 1.2.</span></p>
305304
</div>
@@ -311,10 +310,11 @@ <h2>Builtin Filters<a class="headerlink" href="#builtin-filters" title="Link to
311310
<dd class="field-odd"><p>symbols</p>
312311
</dd>
313312
</dl>
314-
<p>Convert mathematical symbols such as &lt;longrightarrow&gt; in Isabelle</p>
313+
<p>Convert mathematical symbols into Unicode characters.</p>
315314
</dd></dl>
316315

317-
<p>or longrightarrow in LaTeX into Unicode characters.</p>
316+
<p>Examples are <code class="docutils literal notranslate"><span class="pre">\&lt;longrightarrow&gt;</span></code> in Isabelle or
317+
<code class="docutils literal notranslate"><span class="pre">\longrightarrow</span></code> in LaTeX.</p>
318318
<p>This is mostly useful for HTML or console output when you want to
319319
approximate the source rendering you’d see in an IDE.</p>
320320
<p>Options accepted:</p>

docs/lexers/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8924,7 +8924,7 @@ <h1>Available lexers<a class="headerlink" href="#available-lexers" title="Link t
89248924
<dd class="field-odd"><p>text/mcfunction</p>
89258925
</dd>
89268926
</dl>
8927-
<p>Lexer for the mcfunction scripting language used in Minecraft</p>
8927+
<p>Lexer for the mcfunction scripting language used in Minecraft.</p>
89288928
</dd></dl>
89298929

89308930
<p>Modelled somewhat after the <a class="reference external" href="https://github.com/Arcensoth/language-mcfunction">GitHub mcfunction grammar</a>.</p>
@@ -10070,12 +10070,12 @@ <h1>Available lexers<a class="headerlink" href="#available-lexers" title="Link t
1007010070
<dd class="field-odd"><p>None</p>
1007110071
</dd>
1007210072
</dl>
10073-
<p>A pure <a class="reference external" href="www.colm.net/open-source/ragel">Ragel</a> lexer. Use this</p>
10073+
<p>A pure <a class="reference external" href="www.colm.net/open-source/ragel">Ragel</a> lexer.</p>
1007410074
</dd></dl>
1007510075

10076-
<p>for fragments of Ragel. For <code class="docutils literal notranslate"><span class="pre">.rl</span></code> files, use
10077-
<a class="reference internal" href="#pygments.lexers.parsers.RagelEmbeddedLexer" title="pygments.lexers.parsers.RagelEmbeddedLexer"><code class="xref py py-class docutils literal notranslate"><span class="pre">RagelEmbeddedLexer</span></code></a> instead (or one of the
10078-
language-specific subclasses).</p>
10076+
<p>Use this for fragments of Ragel. For <code class="docutils literal notranslate"><span class="pre">.rl</span></code> files, use
10077+
<a class="reference internal" href="#pygments.lexers.parsers.RagelEmbeddedLexer" title="pygments.lexers.parsers.RagelEmbeddedLexer"><code class="xref py py-class docutils literal notranslate"><span class="pre">RagelEmbeddedLexer</span></code></a> instead (or one of the language-specific
10078+
subclasses).</p>
1007910079
<blockquote>
1008010080
<div><div class="versionadded">
1008110081
<p><span class="versionmodified added">Added in version 1.1.</span></p>

0 commit comments

Comments
 (0)