aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/.vim/rc/filetypes.vim
diff options
context:
space:
mode:
Diffstat (limited to 'stow/vim/.vim/rc/filetypes.vim')
-rw-r--r--stow/vim/.vim/rc/filetypes.vim8
1 files changed, 8 insertions, 0 deletions
diff --git a/stow/vim/.vim/rc/filetypes.vim b/stow/vim/.vim/rc/filetypes.vim
new file mode 100644
index 0000000..ea2d894
--- /dev/null
+++ b/stow/vim/.vim/rc/filetypes.vim
@@ -0,0 +1,8 @@
+" Filetypes
+
+filetype indent plugin on
+au BufRead,BufNewFile *.pu,*.puml,*.pumlc set filetype=plantuml
+au BufRead,BufNewFile *.g set filetype=antlr3
+au BufRead,BufNewFile *.g4 set filetype=antlr4
+au BufRead,BufNewFile *.sent set filetype=sent
+let g:tex_flavor = "latex"