ftdetect - markdown

ensure markdown files are handled properly
This commit is contained in:
Robert Morrison 2022-07-15 06:39:30 +01:00
parent a66b4b05ae
commit 050c399a44
Signed by: robert
GPG Key ID: 73E012EB3F4EC696

1
ftdetect/markdown.vim Normal file
View File

@ -0,0 +1 @@
au BufRead,BufNewFile *.Rmd,*.rmd,*.md,*.markdown,*.mdown set filetype=markdown