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"
|
"desktop.ini"
|
||||||
".sass-cache"
|
".sass-cache"
|
||||||
]
|
]
|
||||||
|
packagesWithKeymapsDisabled: [
|
||||||
|
"jekyll"
|
||||||
|
]
|
||||||
telemetryConsent: "limited"
|
telemetryConsent: "limited"
|
||||||
themes: [
|
themes: [
|
||||||
"one-dark-ui"
|
"one-dark-ui"
|
||||||
@ -31,9 +34,10 @@
|
|||||||
tabLength: 4
|
tabLength: 4
|
||||||
"exception-reporting":
|
"exception-reporting":
|
||||||
userId: "c6ecdfe6-c496-4331-937d-5bb16acf637e"
|
userId: "c6ecdfe6-c496-4331-937d-5bb16acf637e"
|
||||||
"markdown-preview": {}
|
jekyll: {}
|
||||||
minimap:
|
"markdown-preview":
|
||||||
displayCodeHighlights: false
|
useGitHubStyle: true
|
||||||
|
minimap: {}
|
||||||
"tree-view":
|
"tree-view":
|
||||||
hideIgnoredNames: true
|
hideIgnoredNames: true
|
||||||
squashDirectoryNames: true
|
squashDirectoryNames: true
|
||||||
@ -48,6 +52,9 @@
|
|||||||
".basic.html.text":
|
".basic.html.text":
|
||||||
editor:
|
editor:
|
||||||
softWrap: true
|
softWrap: true
|
||||||
|
".css.liquid.scss.source":
|
||||||
|
editor:
|
||||||
|
softWrapHangingIndent: 2
|
||||||
".css.scss.source":
|
".css.scss.source":
|
||||||
editor:
|
editor:
|
||||||
softWrapHangingIndent: 2
|
softWrapHangingIndent: 2
|
||||||
|
@ -19,3 +19,20 @@
|
|||||||
# If you are unfamiliar with CSON, you can read more about it in the
|
# If you are unfamiliar with CSON, you can read more about it in the
|
||||||
# Atom Flight Manual:
|
# Atom Flight Manual:
|
||||||
# http://flight-manual.atom.io/using-atom/sections/basic-customization/#_cson
|
# 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