Anyone know how? I am trying this but it doesn't work:
'text.html.markdown':
'Bash':
'prefix': '`B'
'body': '```Bash\n\n```'
'rubyonrails':
'prefix': '`r'
'body': '```rubyonrails\n\n($1)```'
Markdown-Writer for Atom. Adds tons of features to make Atom a better Markdown/AsciiDoc editor! Works great with static blogging as well. Try it with Jekyll, Octopress, Hexo or any of your favorite static blog engines.
The default scope for Markdown in Atom is .source.gfm
, not text.html.markdown
.
Your snippets would look like:
'.source.gfm':
'Bash':
'prefix': '`B'
'body': '```Bash\n\n```'
'rubyonrails':
'prefix': '`r'
'body': '```rubyonrails\n\n($1)```'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With