Last active
August 29, 2015 14:10
-
-
Save Vaguery/d3167ddb06953876f2e6 to your computer and use it in GitHub Desktop.
Fenced-Code-Markdown.sublime-snippet
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
| <snippet> | |
| <content><![CDATA[ | |
| ~~~ ${1:lang} | |
| ${2} | |
| ~~~ | |
| ]]></content> | |
| <tabTrigger>fen</tabTrigger> | |
| <scope>text.html.markdown</scope> | |
| </snippet> | |
| <!-- based on http://kevinthompson.info/blog/2012/12/17/sublime-text-fenced-code-block-snippet.html --> | |
| <!-- save into ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User/Your-Snippet-Name.sublime-snippet--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment