diff options
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/markdown.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/markdown.vim b/ftdetect/markdown.vim new file mode 100644 index 0000000..c00d51a --- /dev/null +++ b/ftdetect/markdown.vim | |||
@@ -0,0 +1,2 @@ | |||
1 | " Makes us able to read | ||
2 | au BufRead,BufNewFile *.md set filetype=markdown | ||