Pygments lexer for PVS source files
Project description
Pygments PVS
============
Overview
--------
This packages provides a `Pygments`_ lexer for the `PVS`_ language. The
lexer is published as an entry point - once installed, `Pygments`_
should use it automatically.
You can then use the ``pvs`` lexer with `Pygments`_:
$ pygmentize -l pvs mytheory.pvs
.. _PVS: http://pvs.csl.sri.com/
.. _Pygments: http://pygments.org/docs/
Installation
------------
The preferred way to install pygments-pvs is by using pip. This can be
done by installing pygments-pvs from the PyPI repository, or directly
from the source. In both case, the commands install pygments-pvs for
the local user only - if you want to install it system-wide, simply
remove the ``--user`` flag and start the command as root (using ``su`` or
``sudo``).
Installing from the PyPI repository:
$ pip install pygments-pvs --user
Installing directly from the git:
$ git clone git://github.com/Elarnon/pygments-pvs.git
$ cd pygments-pvs
$ pip install . --user
To verify the installation, run
$ pygmentize -L lexer | grep -i pvs
* pvs:
PVS (filenames *.pvs)
Using in LaTeX documents
------------------------
See the minted package at http://minted.googlecode.com
============
Overview
--------
This packages provides a `Pygments`_ lexer for the `PVS`_ language. The
lexer is published as an entry point - once installed, `Pygments`_
should use it automatically.
You can then use the ``pvs`` lexer with `Pygments`_:
$ pygmentize -l pvs mytheory.pvs
.. _PVS: http://pvs.csl.sri.com/
.. _Pygments: http://pygments.org/docs/
Installation
------------
The preferred way to install pygments-pvs is by using pip. This can be
done by installing pygments-pvs from the PyPI repository, or directly
from the source. In both case, the commands install pygments-pvs for
the local user only - if you want to install it system-wide, simply
remove the ``--user`` flag and start the command as root (using ``su`` or
``sudo``).
Installing from the PyPI repository:
$ pip install pygments-pvs --user
Installing directly from the git:
$ git clone git://github.com/Elarnon/pygments-pvs.git
$ cd pygments-pvs
$ pip install . --user
To verify the installation, run
$ pygmentize -L lexer | grep -i pvs
* pvs:
PVS (filenames *.pvs)
Using in LaTeX documents
------------------------
See the minted package at http://minted.googlecode.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygments-pvs-0.1.tar.gz
(4.5 kB
view details)
File details
Details for the file pygments-pvs-0.1.tar.gz
.
File metadata
- Download URL: pygments-pvs-0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 776b838b2785caee1b8c178b627133782af73f8c53cc37a5e19ed42a1a3fb632 |
|
MD5 | 793100863dda182df960f22c3988ddea |
|
BLAKE2b-256 | 840add5692e9d03bc44cbd85da9c4ee8116d5260f4d312b138e93e140cb5e4af |