Metadata-Version: 2.1
Name: pygments-lexer-ursa
Version: 1.0.9
Summary: Pygments lexer for Ursa
Author-email: Reuben Thomas <rrt@sc3d.org>
License: MIT
Project-URL: Homepage, https://github.com/ursalang/pygments-lexer-ursa
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygments

# Pygments lexer for Ursa programming language

Reuben Thomas <rrt@sc3d.org>  

This is a lexer for the [Ursa programming language](https://ursalang.github.io)
for use with the syntax highlighter [Pygments](https://pygments.org).

It is distributed under a BSD license (see LICENSE file).

I hope it will one day be part of the Pygments distribution.


## Installation

The easiest way to install is from PyPI, the Python Package Index:

`pip install pygments-lexer-ursa`

This will install Pygments itself if you don’t already have it installed.


## Usage

To run Pygments on an Ursa file:

`pygmentize FILE.ursa`
