StephenWassell commented on this pull request.
@@ -53,7 +53,7 @@ Pascal=*.pas;*.pp;*.inc;*.dpr;*.dpk;
Perl=*.pl;*.perl;*.pm;*.agi;*.pod; PHP=*.php;*.php3;*.php4;*.php5;*.phtml; Po=*.po;*.pot; -Python=*.py;*.pyw;SConstruct;SConscript;wscript; +Python=*.py;*.pyw;SConstruct;SConscript;wscript;*.bzl;BUILD;*.BUILD;BUILD.*;WORKSPACE;
I copied that list from the official vim plugin for Bazel. Are the definitions in this file case sensitive?
The main vim source inclues Bazel support now: https://github.com/vim/vim/blob/master/runtime/filetype.vim
It specifies "*.bzl,WORKSPACE,BUILD.bazel", plus "BUILD" if has("fname_case") - I'll need to check exactly what that means.