diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-02-25 14:04:51 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-02-25 14:05:42 -0800 |
commit | 47d9641c86ae56ced7ec722c7a21f0443aa080f7 (patch) | |
tree | 3bc827068972d89e9eb3d237cac2bcc08ca20c73 | |
parent | [emacs] some cleanup too, remove unused stuff (diff) | |
download | emacs.d-47d9641c86ae56ced7ec722c7a21f0443aa080f7.tar.gz |
[vim] BUILD files are python
-rw-r--r-- | vim/ftdetect/pants.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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 + |