mirror of
https://github.com/atom/atom.git
synced 2026-02-04 11:45:16 -05:00
Add bold and italic markdown snippets
This commit is contained in:
4
src/packages/gfm.tmbundle/Snippets/bold.cson
Normal file
4
src/packages/gfm.tmbundle/Snippets/bold.cson
Normal file
@@ -0,0 +1,4 @@
|
||||
'name': 'bold text'
|
||||
'scope': 'source.gfm'
|
||||
'tabTrigger': 'b'
|
||||
'content': '**$1**$0'
|
||||
4
src/packages/gfm.tmbundle/Snippets/italic.cson
Normal file
4
src/packages/gfm.tmbundle/Snippets/italic.cson
Normal file
@@ -0,0 +1,4 @@
|
||||
'name': 'italic text'
|
||||
'scope': 'source.gfm'
|
||||
'tabTrigger': 'i'
|
||||
'content': '*$1*$0'
|
||||
Reference in New Issue
Block a user