add markdown snippets and front matter syntax

This commit is contained in:
Nick Nisi
2016-01-04 14:48:32 -06:00
parent 1041d53ac4
commit 8b644574dc
2 changed files with 6 additions and 0 deletions

View File

@@ -151,6 +151,8 @@ if has('autocmd') && !exists('autocommands_loaded')
" autocmd! BufEnter * call ApplyLocalSettings(expand('<afile>:p:h'))
autocmd BufNewFile,BufRead,BufWrite *.md syntax match Comment /\%^---\_.\{-}---$/
autocmd! BufWritePost * Neomake
endif

View File

@@ -1,3 +1,7 @@
snippet code
\`\`\`${1}
\`\`\`
snippet a
[${1:text}](${2:http://})
snippet img
![${1:alt}](${2:http://})