Add .bzl extension to Python in languages.yml

.bzl is the extension for Skylark, a subset of Python that is used
to define build extensions for the Bazel build system.

Eg:
  https://github.com/bazelbuild/bazel/blob/master/tools/build_rules/closure/closure_js_binary.bzl
This commit is contained in:
Michael Zhou
2016-02-19 18:23:15 -05:00
parent 1c20c54191
commit 864a6c0a20
2 changed files with 125 additions and 0 deletions

View File

@@ -2822,6 +2822,7 @@ Python:
color: "#3572A5"
extensions:
- .py
- .bzl
- .cgi
- .fcgi
- .gyp