diff options
Diffstat (limited to 'vim')
-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 + |