mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user