diff options
| author | jdhao <jdhao@hotmail.com> | 2020-02-24 12:30:50 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-02-24 12:30:50 +0800 |
| commit | 5615ff3530536fcf0775b7603d680a1484f7e3c8 (patch) | |
| tree | f4ded2682187b111e8c42068ae877fb2b6d5e69f /ftdetect/pdc.vim | |
| parent | 82502cb75f1aff620f4b384520957970b59a8a41 (diff) | |
Detect pandoc filetype
Diffstat (limited to 'ftdetect/pdc.vim')
| -rw-r--r-- | ftdetect/pdc.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/pdc.vim b/ftdetect/pdc.vim new file mode 100644 index 0000000..0c728b3 --- /dev/null +++ b/ftdetect/pdc.vim @@ -0,0 +1 @@ +autocmd BufRead,BufNewFile *.pdc set filetype=markdown |
