If you already have the Package Control installed , just search for Project Snippets. If you have not installed in the sublime, you can do it here.
You can manually download the package and place it within your Packages
directory. It will work, but will not be updated automatically.
Here is a list of scopes to use in Sublime Text snippets:
- ActionScript: source.actionscript.2
- AppleScript: source.applescript
- ASP: source.asp
- Batch FIle: source.dosbatch
- C#: source.cs
- C++: source.c++
- Clojure: source.clojure
- CoffeeScript: source.coffee
- CSS: source.css
- D: source.d
- Diff: source.diff
- Erlang: source.erlang
- Go: source.go
- GraphViz: source.dot
- Groovy: source.groovy
- Haskell: source.haskell
- HTML: text.html(.basic)
- JSP: text.html.jsp
- Java: source.java
- Java Properties: source.java-props
- Java Doc: text.html.javadoc
- JSON: source.json
- Javascript: source.js
- BibTex: source.bibtex
- Latex Log: text.log.latex
- Latex Memoir: text.tex.latex.memoir
- Latex: text.tex.latex
- LESS: source.css.less
- TeX: text.tex
- Lisp: source.lisp
- Lua: source.lua
- MakeFile: source.makefile
- Markdown: text.html.markdown
- Multi Markdown: text.html.markdown.multimarkdown
- Matlab: source.matlab
- Objective-C: source.objc
- Objective-C++: source.objc++
- OCaml campl4: source.camlp4.ocaml
- OCaml: source.ocaml
- OCamllex: source.ocamllex
- Perl: source.perl
- PHP: source.php
- Regular Expression(python): source.regexp.python
- Python: source.python
- R Console: source.r-console
- R: source.r
- Ruby on Rails: source.ruby.rails
- Ruby HAML: text.haml
- SQL(Ruby): source.sql.ruby
- Regular Expression: source.regexp
- RestructuredText: text.restructuredtext
- Ruby: source.ruby
- SASS: source.sass
- Scala: source.scala
- Shell Script: source.shell
- SQL: source.sql
- Stylus: source.stylus
- TCL: source.tcl
- HTML(TCL): text.html.tcl
- Plain text: text.plain
- Textile: text.html.textile
- XML: text.xml
- XSL: text.xml.xsl
- YAML: source.yaml
- @caiogondim (Caio Gondim) https://github.com/caiogondim/js-patterns-sublime-snippets
- @zenorocha (Zeno Rocha) https://github.com/zenorocha/sublime-javascript-snippets
- @joshnh (Joshua Hibbert) https://github.com/joshnh/CSS-Snippets
- @joshnh (Joshua Hibbert) https://github.com/joshnh/HTML-Snippets
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Check Releases for detailed changelog.
MIT license © Hemerson Vianna