Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waterlink/sublime-text-snowscript
Snow script tm bundle and build file. Plus install script for ubuntu for snowscript itself.
https://github.com/waterlink/sublime-text-snowscript
Last synced: about 1 month ago
JSON representation
Snow script tm bundle and build file. Plus install script for ubuntu for snowscript itself.
- Host: GitHub
- URL: https://github.com/waterlink/sublime-text-snowscript
- Owner: waterlink
- License: mit
- Created: 2013-08-17T08:53:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-18T01:36:49.000Z (almost 10 years ago)
- Last Synced: 2024-10-16T07:16:08.901Z (3 months ago)
- Language: Shell
- Size: 114 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sublime-text-snowscript
=======================- Syntax higlighting for
[Snowscript](https://github.com/runekaagaard/snowscript) in Sublime Text 2+3
and other TextMate
bundle compatible editors.
- Build Snowscript to php from inside Sublime Text 2+3.
- Install script that installs Snowscript on Ubuntu.## Install syntax highlighting and build command
### Sublime Text 3
#### Linux
```shell
cd ~/.config/sublime-text-3/Packages
git clone https://github.com/runekaagaard/sublime-text-snowscript.git Snow
```#### OSX
```shell
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone https://github.com/runekaagaard/sublime-text-snowscript.git Snow
```### Sublime Text 2
#### Linux
```shell
cd ~/.config/sublime-text-2/Packages
git clone https://github.com/runekaagaard/sublime-text-snowscript.git Snow
```#### OSX
```shell
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone https://github.com/runekaagaard/sublime-text-snowscript.git Snow
```### Bootstrapping Snowscript (Ubuntu)
```shell
cd ~/.config/sublime-text-*/Packages/Snow
./install-snow.sh
```## Usage
File with ```.snow``` extension are automatically syntax highlighted. To force
syntax highlighting for other file types select "View/Syntax/Snowscript" in
the menu.To build Snowscript to php select "Tools/Build System/snow" in the menu and
then "Tools/Build" (F7/⌘B).