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, 0 insertions, 4 deletions
diff --git a/dot_vim/filetype.vim b/dot_vim/filetype.vim
deleted file mode 100644
index e5a223d..0000000
--- a/dot_vim/filetype.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-" RELAX NG Compact Syntax
-augroup filetypedetect
- au! BufRead,BufNewFile *.rnc setfiletype rnc
-augroup END