aboutsummaryrefslogtreecommitdiffstats
path: root/.vim
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-11-23 00:39:33 -0700
committerkatherine <shmibs@shmibbles.me>2018-11-23 00:39:33 -0700
commit5a1a09f659b79725d187f56227ccc49d24c12347 (patch)
treeacb4dded730354ed2ab1dcd2a71b2eb5e8715caa /.vim
parent36dac6212b2b656b731298bed1eb6332a40babdf (diff)
downloaddotfiles-5a1a09f659b79725d187f56227ccc49d24c12347.tar.gz
more file handling
Diffstat (limited to '.vim')
-rw-r--r--.vim/ftdetect/tex.vim2
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