mirror of
https://github.com/atom/atom.git
synced 2026-02-04 11:45:16 -05:00
Add code and image markdown snippets
This commit is contained in:
4
src/packages/gfm.tmbundle/Snippets/code.cson
Normal file
4
src/packages/gfm.tmbundle/Snippets/code.cson
Normal file
@@ -0,0 +1,4 @@
|
||||
'name': 'code block'
|
||||
'scope': 'source.gfm'
|
||||
'tabTrigger': 'code'
|
||||
'content': '```$1\n$2\n```$0'
|
||||
4
src/packages/gfm.tmbundle/Snippets/img.cson
Normal file
4
src/packages/gfm.tmbundle/Snippets/img.cson
Normal file
@@ -0,0 +1,4 @@
|
||||
'name': 'embedded image'
|
||||
'scope': 'source.gfm'
|
||||
'tabTrigger': 'img'
|
||||
'content': '$0'
|
||||
Reference in New Issue
Block a user