Skip to content

Woma-Software-Foundation/pygments_woma_lexer

Repository files navigation

A Pygments Lexer for the Woma Programming Language

PyPI PyPI - Python Version PyPI - Wheel GitHub repo size logo

How to Use

Just add the following lines to your docs/conf.py:

from pygments_woma_lexer import WomaLexer
from sphinx.highlighting import lexers
lexers.update(woma=WomaLexer())

Now you can use it like this in ReStructured Text:

.. code:: woma

  [code goes here]

License

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
See LICENSE.txt for more info.

About

A pygments lexer for the Woma Programming Language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages