aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-10-25 14:07:15 -0400
committerTeddy Wing2014-10-25 14:07:15 -0400
commit0c0b322219cc600c1a6609641d8f6e763d21fa27 (patch)
tree0dd4a3695ad65b558cc5a543bdefc7aed6cf7835
parent3f5639d83e02731cd9c5a4daac772d3a42ae595c (diff)
downloaddotvim-0c0b322219cc600c1a6609641d8f6e763d21fa27.tar.bz2
Add ftdetect/md.vim
Add an ftdetect file to automatically set Markdown syntax highlighting for files with a .md extension.
-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