aboutsummaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/md.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/md.vim b/ftdetect/md.vim
new file mode 100644
index 0000000..99b376d
--- /dev/null
+++ b/ftdetect/md.vim
@@ -0,0 +1 @@
+autocmd BufRead,BufNewFile *.md set filetype=markdown syntax=markdown