mirror of
https://github.com/drewcassidy/dotfiles
synced 2024-09-01 18:24:06 +00:00
Add snippets
This commit is contained in:
parent
4cc1d4a2aa
commit
15f5f75a46
@ -18,6 +18,9 @@
|
||||
"desktop.ini"
|
||||
".sass-cache"
|
||||
]
|
||||
packagesWithKeymapsDisabled: [
|
||||
"jekyll"
|
||||
]
|
||||
telemetryConsent: "limited"
|
||||
themes: [
|
||||
"one-dark-ui"
|
||||
@ -31,9 +34,10 @@
|
||||
tabLength: 4
|
||||
"exception-reporting":
|
||||
userId: "c6ecdfe6-c496-4331-937d-5bb16acf637e"
|
||||
"markdown-preview": {}
|
||||
minimap:
|
||||
displayCodeHighlights: false
|
||||
jekyll: {}
|
||||
"markdown-preview":
|
||||
useGitHubStyle: true
|
||||
minimap: {}
|
||||
"tree-view":
|
||||
hideIgnoredNames: true
|
||||
squashDirectoryNames: true
|
||||
@ -48,6 +52,9 @@
|
||||
".basic.html.text":
|
||||
editor:
|
||||
softWrap: true
|
||||
".css.liquid.scss.source":
|
||||
editor:
|
||||
softWrapHangingIndent: 2
|
||||
".css.scss.source":
|
||||
editor:
|
||||
softWrapHangingIndent: 2
|
||||
|
@ -19,3 +19,20 @@
|
||||
# If you are unfamiliar with CSON, you can read more about it in the
|
||||
# Atom Flight Manual:
|
||||
# http://flight-manual.atom.io/using-atom/sections/basic-customization/#_cson
|
||||
|
||||
'.source.gfm':
|
||||
'Image':
|
||||
'prefix': 'image'
|
||||
'body': """
|
||||
{% include figure-image.html
|
||||
src="$1"
|
||||
alt="$2" %}
|
||||
"""
|
||||
'.source.gfm':
|
||||
'Image Gallery':
|
||||
'prefix': 'gallery'
|
||||
'body': """
|
||||
{% include figure-gallery.html
|
||||
src="$1"
|
||||
alt="$2" %}
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user