Sublime snippets for quick coding (and less syntax errors).
| Snippets | ||
|---|---|---|
| CSS | html | SASS |
| bootstrap | CDN | animation |
| family | gulp | markdown |
| snippets | nunjucks | social |
| wordpress | regex | sublime |
| p5js |
- Move to snippets folder (change to
2if previous version)- mac:
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages - linux:
cd ~/.config/sublime-text-3/Packages - windows:
cd "%AppData%\Sublime Text 3\Packages\User"
- mac:
- clone repository
git clone https://github.com/nonlinear/snippets.git snippets
- Move to snippets folder (change to
2if previous version)- mac:
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/snippets - linux:
cd ~/.config/sublime-text-3/Packages/snippets - windows:
cd "%AppData%\Sublime Text 3\Packages\User\snippets"
- mac:
git pull
SASS and SCSS snippets can't be triggered on css files. If you DON’T have Sass listed, install Sass (Sass support for TextMate and Sublime Text) package.
If trigger is still not working, open preferences > settings and add "auto_complete_selector": true