055d8ae6e26f

Blog entries.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 29 Sep 2012 14:16:13 -0400
parents a59166904d96
children 1d45e21ca4d7
branches/tags (none)
files vim/vimrc

Changes

--- a/vim/vimrc	Sat Sep 29 14:13:17 2012 -0400
+++ b/vim/vimrc	Sat Sep 29 14:16:13 2012 -0400
@@ -952,6 +952,15 @@
 augroup END
 
 " }}}
+" stevelosh.com Blog Entries {{{
+
+augroup ft_steveloshcom
+    au!
+    au BufRead,BufNewFile */stevelosh/content/blog/20*/*/*.html set ft=markdown
+    au BufRead,BufNewFile */stevelosh/content/projects/*.html set ft=markdown
+augroup END
+
+" }}}
 " Vagrant {{{
 
 augroup ft_vagrant