diff options
Diffstat (limited to '.vim/ftdetect/tex.vim')
-rw-r--r-- | .vim/ftdetect/tex.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/ftdetect/tex.vim b/.vim/ftdetect/tex.vim new file mode 100644 index 0000000..de66b8f --- /dev/null +++ b/.vim/ftdetect/tex.vim @@ -0,0 +1,2 @@ +"mips asm suffixed with .mips +au! BufRead,BufNewFile *.tex set filetype=tex |