Add BUCK filename to Python in languages.yml

BUCK is the filename for the build files of the Facebook Buck build
system. BUCK files are valid Python files.

Eg.:
  https://github.com/GerritCodeReview/gerrit/blob/master/BUCK

Also add a missing sample for Pants / Bazel BUILD files. They are also
valid Python files.
This commit is contained in:
Michael Zhou
2016-02-29 20:35:57 -05:00
parent 3d1555e278
commit ae27c71d5a
3 changed files with 78 additions and 1 deletions

View File

@@ -474,7 +474,7 @@ CSS:
color: "#563d7c"
extensions:
- .css
CSV:
type: data
ace_mode: text
@@ -2854,6 +2854,7 @@ Python:
- .wsgi
- .xpy
filenames:
- BUCK
- BUILD
- SConscript
- SConstruct