Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hildjj/pygments-sox
A Pygments lexer for SIP over XMPP
https://github.com/hildjj/pygments-sox
Last synced: 15 days ago
JSON representation
A Pygments lexer for SIP over XMPP
- Host: GitHub
- URL: https://github.com/hildjj/pygments-sox
- Owner: hildjj
- Created: 2013-01-08T22:38:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-08T22:39:15.000Z (almost 12 years ago)
- Last Synced: 2024-10-10T21:44:21.113Z (about 1 month ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
================
pygments-sox
================
----------------------------------
A Pygments lexer for SIP over XMPP
----------------------------------Overview
========This package provides a SoX protocol lexer for Pygments_.
The lexer is published as an entry point and, once installed, Pygments will
pick it up automatically.You can then use the ``sox``, ``sip``, and ``sdp`` language with Pygments::
$ pygmentize -l sox my_protocol_dump.xml
.. _Pygments: http://pygments.org/
Installation
============Use your favorite installer to install pygments-sox into the same
Python you have installed Pygments. For example::$ easy_install pygments-sox
To verify the installation run::
$ pygmentize -L lexer | grep -i sox
* sox:
SoX (filenames *.sox)