Add support for Bazel files
This commit is contained in:
parent
b93c271993
commit
c95d72f3e7
2 changed files with 4 additions and 0 deletions
|
|
@ -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" } },
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@ Language types are output:
|
|||
|
||||
--batch
|
||||
.bat .cmd
|
||||
|
||||
--bazel
|
||||
.bazel
|
||||
|
||||
--bitbake
|
||||
.bb .bbappend .bbclass .inc
|
||||
|
|
|
|||
Loading…
Reference in a new issue