# esuna-snippets
Sublime Text snippets for [Esuna Framework](http://idered.pl/esuna)
## Instalation
**Using Package Control**
This method is curently not available but soon, it'll be.
**Manual instalation**
[Download](https://github.com/Idered/esuna-snippets/archive/master.zip) this repo. In Sublime Text go to: Preferences->Browse Packages... Create there new folder called Esuna Framework Snippets
and paste downloaded archive content.
## Snippets
**esuna-comment1**
```CSS
/** $1 */
/*---------------------------------------------------------------------------*/
$2
```
**esuna-comment2**
```CSS
/** ${1:%|=}${2:[$3]} $4 */
/*------------------------------------*/
$5
```
**esuna-comment3**
```CSS
/*------------------------------------*/
$1
```
**esuna-open-graph**
```CSS
```
**esuna-twitter-card**
```CSS
```
**esuna-dns-prefetch**
```CSS
```
**esuna-load-scripts**
```CSS