From 96e9c416ae940753b57891b9852cfd834f9bd191 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 14 Sep 2013 11:36:13 +0200 Subject: Add protobuf format support, closes #2 --- ftdetect/proto.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftdetect/proto.vim (limited to 'ftdetect') 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 -- cgit v1.2.3