Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goofychris/sublime-art

art-template syntax definition for Sublime Text 3
https://github.com/goofychris/sublime-art

art-template sublime-text sublime-text-plugin

Last synced: 4 days ago
JSON representation

art-template syntax definition for Sublime Text 3

Awesome Lists containing this project

README

        

# sublime-art

art-template syntax definition for Sublime Text 3. Works with [art-template](https://aui.github.io/art-template) syntax. Also includes art-template tag autocompletion and some snippets.

> Requires Sublime Text 3 build >=3103

## Installation

1. [Download the .zip](https://github.com/aui/sublime-art/releases)
2. Unzip and rename folder to `art`
3. Copy folder into `Packages` directory, which you can find using the menu item `Preferences → Browse Packages...`

> Note: Don't forget to restart Sublime Text after installing this package.

## Preview

![preview](preview.png)

## Snippets

In the HTML scope:

+ `if`+`TAB` - Inserts art-template `if` statement
+ `each`+`TAB`- Inserts art-template `each` loop
+ `for`+`TAB` - Inserts art-template `for` loop

## Thanks

[sublime-ejs](https://github.com/nwoltman/sublime-ejs)