aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/filetype.vim
diff options
context:
space:
mode:
Diffstat (limited to 'dot_vim/filetype.vim')
-rw-r--r--dot_vim/filetype.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_vim/filetype.vim b/dot_vim/filetype.vim
new file mode 100644
index 0000000..e5a223d
--- /dev/null
+++ b/dot_vim/filetype.vim
@@ -0,0 +1,4 @@
+" RELAX NG Compact Syntax
+augroup filetypedetect
+ au! BufRead,BufNewFile *.rnc setfiletype rnc
+augroup END