Created
August 14, 2014 19:01
-
-
Save turhn/85d1cad67135c4a08e7b to your computer and use it in GitHub Desktop.
Atom.IO Editor - Jekyll Language Highlighter Snippet for GitHub Markup (.md)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#usage : hi<tab> | |
'.source.gfm': | |
'Highlight Markup': | |
'prefix': 'hi' | |
'body': '{% highlight $1 %}\n{% endhighlight %}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment