elextr 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;
The link above says `BUILD` and `BUILD.bazel` so why `*.BUILD` or `BUILD.*`?
Unfortunately designers of software builders have no imaginations, a quick google shows at least one other builder uses `BUILD` and Ant has `build.xml` and meson `meson.build` etc So reserving the MINIMUM is important.