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.
- Host: GitHub
- URL: https://github.com/haochuan/serpent_syntax
- Owner: haochuan
- Created: 2014-01-31T22:26:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T07:08:37.000Z (over 7 years ago)
- Last Synced: 2023-08-02T04:42:43.456Z (almost 3 years ago)
- Topics: serpent, sublime-text, syntax
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.