An open API service indexing awesome lists of open source software.

https://github.com/haochuan/serpent_syntax

This is a Sublime Text 2 syntax file for Serpent.
https://github.com/haochuan/serpent_syntax

serpent sublime-text syntax

Last synced: 4 months ago
JSON representation

This is a Sublime Text 2 syntax file for Serpent.

Awesome Lists containing this project

README

          

# Serpent Syntax
Sublime Text syntax file for Serpent

[Read more about what is serpent here](https://www.cs.cmu.edu/~music/serpent/doc/serpent.htm)

## Installation:

Put the `Serpent.tmLanguage` in the following directory:

__Note: You probably don't have the 'Serpent' directory under the paths below, you should create the `Serpent` directory first.__

Windows: `%APPDATA%\Sublime Text 2/Packages/Serpent/`

OS X: `~/Library/Application Support/Sublime Text 2/Packages/Serpent/`

Linux: `~/.Sublime Text 2/Packages/Serpent/`

After installation, when you open a .srp file with sublime text, it will automatically choose Serpent syntax.

__Known issues:__

Although the colon to declare the start of an indented block in Serpent is optional, the syntax file can only work without the colon.