Skip to content

Commit d0fe072

Browse files
committed
1 parent f98acfb commit d0fe072

8 files changed

Lines changed: 6 additions & 6 deletions

File tree

.doctrees/docs/lexers.doctree

52 Bytes
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

.doctrees/languages.doctree

52 Bytes
Binary file not shown.
24 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": "59c196d336036a753fcbcd7385391c92da3e12238d89c9f60e808d0bc93844fa", "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": "0f42074b7f03301834bd0243b68aff9b1cd445001b6df9bf2173a326ab168bb1", "unvendored_tests": false, "version": "2.99"}}}

docs/lexers/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4180,7 +4180,7 @@ <h1>Available lexers<a class="headerlink" href="#available-lexers" title="Link t
41804180
<dd class="field-odd"><p>json, json-object</p>
41814181
</dd>
41824182
<dt class="field-even">Filenames<span class="colon">:</span></dt>
4183-
<dd class="field-even"><p>*.json, *.jsonl, *.ndjson, Pipfile.lock</p>
4183+
<dd class="field-even"><p>*.json, *.jsonl, *.ndjson, Pipfile.lock, *.module, *.xc</p>
41844184
</dd>
41854185
<dt class="field-odd">MIME types<span class="colon">:</span></dt>
41864186
<dd class="field-odd"><p>application/json, application/json-object, application/x-ndjson, application/jsonl, application/json-seq</p>
@@ -6628,7 +6628,7 @@ <h1>Available lexers<a class="headerlink" href="#available-lexers" title="Link t
66286628
<dd class="field-odd"><p>xml</p>
66296629
</dd>
66306630
<dt class="field-even">Filenames<span class="colon">:</span></dt>
6631-
<dd class="field-even"><p>*.xml, *.xsl, *.rss, *.xslt, *.xsd, *.wsdl, *.wsf, *.xbrl</p>
6631+
<dd class="field-even"><p>*.xml, *.xsl, *.rss, *.xslt, *.xsd, *.wsdl, *.wsf, *.xbrl, *.pom</p>
66326632
</dd>
66336633
<dt class="field-odd">MIME types<span class="colon">:</span></dt>
66346634
<dd class="field-odd"><p>text/xml, application/xml, image/svg+xml, application/rss+xml, application/atom+xml</p>

languages/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ <h1>Languages<a class="headerlink" href="#languages" title="Link to this heading
14091409
<td><p><a class="reference internal" href="../docs/lexers/#pygments.lexers.jslt.JSLTLexer" title="pygments.lexers.jslt.JSLTLexer"><code class="xref py py-class docutils literal notranslate"><span class="pre">JSLTLexer</span></code></a></p></td>
14101410
</tr>
14111411
<tr class="row-odd"><td><p><a class="reference external" href="https://www.json.org">JSON</a></p></td>
1412-
<td><p>*.json, *.jsonl, *.ndjson, Pipfile.lock</p></td>
1412+
<td><p>*.json, *.jsonl, *.ndjson, Pipfile.lock, *.module, *.xc</p></td>
14131413
<td><p>json, json-object</p></td>
14141414
<td><p><a class="reference internal" href="../docs/lexers/#pygments.lexers.data.JsonLexer" title="pygments.lexers.data.JsonLexer"><code class="xref py py-class docutils literal notranslate"><span class="pre">JsonLexer</span></code></a></p></td>
14151415
</tr>
@@ -2954,7 +2954,7 @@ <h1>Languages<a class="headerlink" href="#languages" title="Link to this heading
29542954
<td><p><a class="reference internal" href="../docs/lexers/#pygments.lexers.x10.X10Lexer" title="pygments.lexers.x10.X10Lexer"><code class="xref py py-class docutils literal notranslate"><span class="pre">X10Lexer</span></code></a></p></td>
29552955
</tr>
29562956
<tr class="row-even"><td><p><a class="reference external" href="https://www.w3.org/XML">XML</a></p></td>
2957-
<td><p>*.xml, *.xsl, *.rss, *.xslt, *.xsd, *.wsdl, *.wsf, *.xbrl</p></td>
2957+
<td><p>*.xml, *.xsl, *.rss, *.xslt, *.xsd, *.wsdl, *.wsf, *.xbrl, *.pom</p></td>
29582958
<td><p>xml</p></td>
29592959
<td><p><a class="reference internal" href="../docs/lexers/#pygments.lexers.html.XmlLexer" title="pygments.lexers.html.XmlLexer"><code class="xref py py-class docutils literal notranslate"><span class="pre">XmlLexer</span></code></a></p></td>
29602960
</tr>

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)