comparison vim/vimrc @ 108:14307ff18bc1

Using piecrustmarkdown syntax.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 15 May 2012 17:08:56 -0700
parents a755319f124e
children 539d84664c27
comparison
equal deleted inserted replaced
107:82240fa8b618 108:14307ff18bc1
234 " Who the hell changes my matchpairs? 234 " Who the hell changes my matchpairs?
235 autocmd FileType php setlocal matchpairs-=<:> 235 autocmd FileType php setlocal matchpairs-=<:>
236 236
237 " File I know are markdown: personal notes & PieCrust pages. 237 " File I know are markdown: personal notes & PieCrust pages.
238 autocmd BufRead,BufNewfile */Dropbox/Personal/SimpleNote/* set ft=markdown 238 autocmd BufRead,BufNewfile */Dropbox/Personal/SimpleNote/* set ft=markdown
239 autocmd BufRead,BufNewFile */_content/**/*.html set ft=markdown 239 autocmd BufRead,BufNewFile */_content/**/*.html set ft=piecrustmarkdown
240 240
241 augroup END 241 augroup END
242 242
243 endif 243 endif
244 244