An open API service indexing awesome lists of open source software.

https://github.com/haroenv/sublime-snippets

This is a repository for some of my snippets for sublime text [not really maintained anymore]
https://github.com/haroenv/sublime-snippets

Last synced: 9 months ago
JSON representation

This is a repository for some of my snippets for sublime text [not really maintained anymore]

Awesome Lists containing this project

README

          

# Sublime Snippets

This is a repository for all user-generated snippets, made by Haroen Viaene.

# Languages
## HTML

* A [header](temp.sublime-snippet) for use in the course WebTech 1 (@Odisee)
* shortcut: `temp`
* filetype: `.html`
* A [header](tempjc.sublime-snippet) for use in the course WebTech 1 (@Odisee)
* without javascript and css
* shortcut: `tempjc`
* filetype: `.html`

## Markdown

* [CC-BY-NC](/md/cc.sublime-snippet), for use in i.e. github repositories
* shortcut: `cc`
* highlight tag for Jekyll `{% highlight $1 %}$2{% endhighlight %}`
* shortcut: `hl`

## ETC

* [Sublime preferences used](/ETC/Preferences.sublime-settings)

# Installing

## With Git

Navigate to your Sublime Text 2 user packages directory:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/

And clone the repo to a new directory right then and there:

git clone git@github.com:haroenv/sublime-snippets.git

## Manually

* Download the .zip file from the GitHub downloads modal
* Unzip the files and rename the folder to "sublime-snippets"
* Copy the folder to your Sublime Text 2 user packagers directory (`~/Library/Application Support/Sublime Text 2/Packages/User/)

# License

Creative Commons Licence
sublime-snippets is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. No warranty whatsoever.