summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-09-14 11:36:13 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2013-09-14 11:38:00 +0200
commit96e9c416ae940753b57891b9852cfd834f9bd191 (patch)
tree5f07b45c607241fcece61d6702b5406c87321be3 /ftdetect
parentd888bc4422a787549ffb6f0eee2104a905479c43 (diff)
downloadvim-polyglot-96e9c416ae940753b57891b9852cfd834f9bd191.tar.gz
vim-polyglot-96e9c416ae940753b57891b9852cfd834f9bd191.zip
Add protobuf format support, closes #2
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/proto.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/proto.vim b/ftdetect/proto.vim
new file mode 100644
index 00000000..39746600
--- /dev/null
+++ b/ftdetect/proto.vim
@@ -0,0 +1 @@
+autocmd BufNewFile,BufRead *.proto setfiletype proto