Skip to content

nonlinear/snippets

Repository files navigation

snippets

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

Install

  1. Move to snippets folder (change to 2 if 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"
  2. clone repository git clone https://github.com/nonlinear/snippets.git snippets

Update

  1. Move to snippets folder (change to 2 if 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"
  2. git pull

Troubleshooting

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published