Add support for Bazel files

This commit is contained in:
Felipe Fiali 2020-05-26 10:52:52 +02:00
parent b93c271993
commit c95d72f3e7
2 changed files with 4 additions and 0 deletions

View file

@ -13,6 +13,7 @@ lang_spec_t langs[] = {
{ "asp", { "asp", "asa", "aspx", "asax", "ashx", "ascx", "asmx" } },
{ "aspx", { "asp", "asa", "aspx", "asax", "ashx", "ascx", "asmx" } },
{ "batch", { "bat", "cmd" } },
{ "bazel", { "bazel" } },
{ "bitbake", { "bb", "bbappend", "bbclass", "inc" } },
{ "bro", { "bro", "bif" } },
{ "cc", { "c", "h", "xs" } },

View file

@ -29,6 +29,9 @@ Language types are output:
--batch
.bat .cmd
--bazel
.bazel
--bitbake
.bb .bbappend .bbclass .inc