Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goofychris/sublime-art
- Owner: goofychris
- License: mit
- Created: 2017-05-12T16:19:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T05:53:58.000Z (over 7 years ago)
- Last Synced: 2024-11-30T14:04:13.385Z (about 1 month ago)
- Topics: art-template, sublime-text, sublime-text-plugin
- Size: 226 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)