[Github-comments] [geany/geany] Bazel build config files are based on Python (#2088)

elextr notifications at xxxxx
Tue Feb 19 12:22:05 UTC 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190219/7894cec8/attachment-0001.html>


More information about the Github-comments mailing list