summaryrefslogtreecommitdiff
path: root/.vim/ftdetect/proto.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/ftdetect/proto.vim')
-rw-r--r--.vim/ftdetect/proto.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/ftdetect/proto.vim b/.vim/ftdetect/proto.vim
new file mode 100644
index 0000000..2b6bdbc
--- /dev/null
+++ b/.vim/ftdetect/proto.vim
@@ -0,0 +1,3 @@
+augroup filetype
+ au! BufRead,BufNewFile *.proto setfiletype proto
+augroup end