From 47d9641c86ae56ced7ec722c7a21f0443aa080f7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 25 Feb 2018 14:04:51 -0800 Subject: [vim] BUILD files are python --- vim/ftdetect/pants.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/ftdetect/pants.vim (limited to 'vim/ftdetect/pants.vim') diff --git a/vim/ftdetect/pants.vim b/vim/ftdetect/pants.vim new file mode 100644 index 0000000..ab59361 --- /dev/null +++ b/vim/ftdetect/pants.vim @@ -0,0 +1,2 @@ +autocmd BufNewFile,BufReadPost BUILD set filetype=python + -- cgit 1.4.1