Pyro

A scripting language for people who enjoy the simpler things in life.

Version 0.9.35

Syntax Highlighting


Vim

Pyro's git repository contains a syntax-highlighting file for Vim, etc/pyro.vim.

To enable syntax-highlighting in Vim, copy this file to your ~/.vim/syntax directory, e.g.

cp ./etc/pyro.vim ~/.vim/syntax/

Pygments

You can find a Pygments lexer for Pyro here.

To install this lexer run:

pip install pyro-lexer