Add local ftdetect and syntax

This commit is contained in:
crater2150 2017-10-29 21:28:42 +01:00
parent 9dce26b969
commit 8b3f95de90
11 changed files with 2400 additions and 0 deletions

3
ftdetect/markdown.vim Normal file
View file

@ -0,0 +1,3 @@
au! BufNewFile,BufRead *.text set ft=markdown syntax=markdown
au! BufRead,BufNewFile *.md set ft=markdown syntax=markdown