Add local ftdetect and syntax
This commit is contained in:
parent
9dce26b969
commit
8b3f95de90
11 changed files with 2400 additions and 0 deletions
3
ftdetect/markdown.vim
Normal file
3
ftdetect/markdown.vim
Normal file
|
@ -0,0 +1,3 @@
|
|||
au! BufNewFile,BufRead *.text set ft=markdown syntax=markdown
|
||||
|
||||
au! BufRead,BufNewFile *.md set ft=markdown syntax=markdown
|
Loading…
Add table
Add a link
Reference in a new issue