Skip to content

Commit 3a8e09d

Browse files
committed
1 parent 9762feb commit 3a8e09d

File tree

9 files changed

+16
-3
lines changed

9 files changed

+16
-3
lines changed

.doctrees/docs/integrate.doctree

1.07 KB
Binary file not shown.

.doctrees/environment.pickle

1.72 KB
Binary file not shown.

_sources/docs/integrate.rst.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ Bash completion
2828
The source distribution contains a file ``external/pygments.bashcomp`` that
2929
sets up completion for the ``pygmentize`` command in bash.
3030

31+
wxPython
32+
--------
33+
The `pygments-gui <https://github.com/TEParsons/pygments-gui>`_ plugin adds
34+
Pygments functionality to the wxPython package, making it easy to create a
35+
wx text control with Pygments highlighting.
36+
3137
Wrappers for other languages
3238
----------------------------
3339

@@ -37,4 +43,4 @@ than Python:
3743
* `pygments.rb <https://github.com/pygments/pygments.rb>`_, a pygments wrapper for Ruby
3844
* `Clygments <https://github.com/bfontaine/clygments>`_, a pygments wrapper for
3945
Clojure
40-
* `PHPygments <https://github.com/capynet/PHPygments>`_, a pygments wrapper for PHP
46+
* `PHPygments <https://github.com/capynet/PHPygments>`_, a pygments wrapper for PHP
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/integrate/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ <h3><a href="../../">Table of Contents</a></h3>
8484
<li><a class="reference internal" href="#markdown">Markdown</a></li>
8585
<li><a class="reference internal" href="#textmate">TextMate</a></li>
8686
<li><a class="reference internal" href="#bash-completion">Bash completion</a></li>
87+
<li><a class="reference internal" href="#wxpython">wxPython</a></li>
8788
<li><a class="reference internal" href="#wrappers-for-other-languages">Wrappers for other languages</a></li>
8889
</ul>
8990
</li>
@@ -144,6 +145,12 @@ <h2>Bash completion<a class="headerlink" href="#bash-completion" title="Link to
144145
<p>The source distribution contains a file <code class="docutils literal notranslate"><span class="pre">external/pygments.bashcomp</span></code> that
145146
sets up completion for the <code class="docutils literal notranslate"><span class="pre">pygmentize</span></code> command in bash.</p>
146147
</section>
148+
<section id="wxpython">
149+
<h2>wxPython<a class="headerlink" href="#wxpython" title="Link to this heading"></a></h2>
150+
<p>The <a class="reference external" href="https://github.com/TEParsons/pygments-gui">pygments-gui</a> plugin adds
151+
Pygments functionality to the wxPython package, making it easy to create a
152+
wx text control with Pygments highlighting.</p>
153+
</section>
147154
<section id="wrappers-for-other-languages">
148155
<h2>Wrappers for other languages<a class="headerlink" href="#wrappers-for-other-languages" title="Link to this heading"></a></h2>
149156
<p>These libraries provide Pygments highlighting for users of other languages

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)