Skip to content

Commit f654833

Browse files
committed
1 parent 8169c6e commit f654833

File tree

9 files changed

+376
-376
lines changed

9 files changed

+376
-376
lines changed

.doctrees/docs/lexers.doctree

54 Bytes
Binary file not shown.

.doctrees/environment.pickle

5 Bytes
Binary file not shown.

.doctrees/languages.doctree

93 Bytes
Binary file not shown.

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,6 @@ <h2>This website requires JavaScript (and WebAssembly)</h2>
301301

302302
<option value="componentpascal">Component Pascal</option>
303303

304-
<option value="coq">Coq</option>
305-
306304
<option value="cplint">cplint</option>
307305

308306
<option value="cpp-objdump">cpp-objdump</option>
@@ -1005,6 +1003,8 @@ <h2>This website requires JavaScript (and WebAssembly)</h2>
10051003

10061004
<option value="robotframework">RobotFramework</option>
10071005

1006+
<option value="coq">Rocq Prover</option>
1007+
10081008
<option value="spec">RPMSpec</option>
10091009

10101010
<option value="rql">RQL</option>

docs/lexers/index.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,8 +1214,8 @@ <h3><a href="../../">Table of Contents</a></h3>
12141214
</ul>
12151215
</li>
12161216
<li><a class="reference internal" href="#lexers-for-theorem-proving-languages">Lexers for theorem-proving languages</a><ul>
1217-
<li><a class="reference internal" href="#pygments.lexers.theorem.CoqLexer"><code class="docutils literal notranslate"><span class="pre">CoqLexer</span></code></a></li>
12181217
<li><a class="reference internal" href="#pygments.lexers.theorem.IsabelleLexer"><code class="docutils literal notranslate"><span class="pre">IsabelleLexer</span></code></a></li>
1218+
<li><a class="reference internal" href="#pygments.lexers.theorem.RocqLexer"><code class="docutils literal notranslate"><span class="pre">RocqLexer</span></code></a></li>
12191219
</ul>
12201220
</li>
12211221
<li><a class="reference internal" href="#lexers-for-the-thingsdb-language">Lexers for the ThingsDB language</a><ul>
@@ -14758,47 +14758,47 @@ <h1>Available lexers<a class="headerlink" href="#available-lexers" title="Link t
1475814758
<section id="lexers-for-theorem-proving-languages">
1475914759
<span id="module-pygments.lexers.theorem"></span><h2>Lexers for theorem-proving languages<a class="headerlink" href="#lexers-for-theorem-proving-languages" title="Link to this heading">¶</a></h2>
1476014760
<dl class="py class">
14761-
<dt class="sig sig-object py" id="pygments.lexers.theorem.CoqLexer">
14762-
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">pygments.lexers.theorem.</span></span><span class="sig-name descname"><span class="pre">CoqLexer</span></span><a class="headerlink" href="#pygments.lexers.theorem.CoqLexer" title="Link to this definition">¶</a></dt>
14761+
<dt class="sig sig-object py" id="pygments.lexers.theorem.IsabelleLexer">
14762+
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">pygments.lexers.theorem.</span></span><span class="sig-name descname"><span class="pre">IsabelleLexer</span></span><a class="headerlink" href="#pygments.lexers.theorem.IsabelleLexer" title="Link to this definition">¶</a></dt>
1476314763
<dd><dl class="field-list simple">
1476414764
<dt class="field-odd">Short names<span class="colon">:</span></dt>
14765-
<dd class="field-odd"><p>coq</p>
14765+
<dd class="field-odd"><p>isabelle</p>
1476614766
</dd>
1476714767
<dt class="field-even">Filenames<span class="colon">:</span></dt>
14768-
<dd class="field-even"><p>*.v</p>
14768+
<dd class="field-even"><p>*.thy</p>
1476914769
</dd>
1477014770
<dt class="field-odd">MIME types<span class="colon">:</span></dt>
14771-
<dd class="field-odd"><p>text/x-coq</p>
14771+
<dd class="field-odd"><p>text/x-isabelle</p>
1477214772
</dd>
1477314773
</dl>
1477414774
</dd></dl>
1477514775

14776-
<p>For the Coq theorem prover.</p>
14776+
<p>For the Isabelle proof assistant.</p>
1477714777
<blockquote>
1477814778
<div><div class="versionadded">
14779-
<p><span class="versionmodified added">Added in version 1.5.</span></p>
14779+
<p><span class="versionmodified added">Added in version 2.0.</span></p>
1478014780
</div>
1478114781
</div></blockquote>
1478214782
<dl class="py class">
14783-
<dt class="sig sig-object py" id="pygments.lexers.theorem.IsabelleLexer">
14784-
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">pygments.lexers.theorem.</span></span><span class="sig-name descname"><span class="pre">IsabelleLexer</span></span><a class="headerlink" href="#pygments.lexers.theorem.IsabelleLexer" title="Link to this definition">¶</a></dt>
14783+
<dt class="sig sig-object py" id="pygments.lexers.theorem.RocqLexer">
14784+
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">pygments.lexers.theorem.</span></span><span class="sig-name descname"><span class="pre">RocqLexer</span></span><a class="headerlink" href="#pygments.lexers.theorem.RocqLexer" title="Link to this definition">¶</a></dt>
1478514785
<dd><dl class="field-list simple">
1478614786
<dt class="field-odd">Short names<span class="colon">:</span></dt>
14787-
<dd class="field-odd"><p>isabelle</p>
14787+
<dd class="field-odd"><p>coq, rocq, rocq-prover</p>
1478814788
</dd>
1478914789
<dt class="field-even">Filenames<span class="colon">:</span></dt>
14790-
<dd class="field-even"><p>*.thy</p>
14790+
<dd class="field-even"><p>*.v</p>
1479114791
</dd>
1479214792
<dt class="field-odd">MIME types<span class="colon">:</span></dt>
14793-
<dd class="field-odd"><p>text/x-isabelle</p>
14793+
<dd class="field-odd"><p>text/x-coq, text/x-rocq</p>
1479414794
</dd>
1479514795
</dl>
1479614796
</dd></dl>
1479714797

14798-
<p>For the Isabelle proof assistant.</p>
14798+
<p>For the Rocq Prover.</p>
1479914799
<blockquote>
1480014800
<div><div class="versionadded">
14801-
<p><span class="versionmodified added">Added in version 2.0.</span></p>
14801+
<p><span class="versionmodified added">Added in version 1.5.</span></p>
1480214802
</div>
1480314803
</div></blockquote>
1480414804
</section>

genindex/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,6 @@ <h2 id="C">C</h2>
371371
<li><a href="../docs/lexers/#pygments.lexers.lisp.CommonLispLexer">CommonLispLexer (class in pygments.lexers.lisp)</a>
372372
</li>
373373
<li><a href="../docs/lexers/#pygments.lexers.oberon.ComponentPascalLexer">ComponentPascalLexer (class in pygments.lexers.oberon)</a>
374-
</li>
375-
<li><a href="../docs/lexers/#pygments.lexers.theorem.CoqLexer">CoqLexer (class in pygments.lexers.theorem)</a>
376374
</li>
377375
<li><a href="../docs/lexers/#pygments.lexers.cplint.CplintLexer">CplintLexer (class in pygments.lexers.cplint)</a>
378376
</li>
@@ -3400,6 +3398,8 @@ <h2 id="R">R</h2>
34003398
<li><a href="../docs/lexers/#pygments.lexers.roboconf.RoboconfInstancesLexer">RoboconfInstancesLexer (class in pygments.lexers.roboconf)</a>
34013399
</li>
34023400
<li><a href="../docs/lexers/#pygments.lexers.robotframework.RobotFrameworkLexer">RobotFrameworkLexer (class in pygments.lexers.robotframework)</a>
3401+
</li>
3402+
<li><a href="../docs/lexers/#pygments.lexers.theorem.RocqLexer">RocqLexer (class in pygments.lexers.theorem)</a>
34033403
</li>
34043404
<li><a href="../docs/lexers/#pygments.lexers.installers.RPMSpecLexer">RPMSpecLexer (class in pygments.lexers.installers)</a>
34053405
</li>

0 commit comments

Comments
 (0)