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; Where does filetype.vim contain `*.BUILD` and `BUILD.*` ? It has `*.bzl`, `BUILD`, `WORKSPACE` and `BUILD.bazel` which matches the bazel documentation. As @b4n said `BUILD` and `WORKSPACE` are very general, but well, you are the first to ask for them, so no other Geany users seem to need them (or at least they havn't bothered to contribute) and so should be allowed. But please don't claim all of `*.BUILD` and `BUILD.*` when they are not mentioned in the bazel documentation. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/2088#discussion_r258015354
