Michael Zhou
ae27c71d5a
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.
2016-02-29 20:43:55 -05:00
Michael Zhou
864a6c0a20
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
2016-02-19 19:11:36 -05:00
Vighnesh Rege
ed23c6ef75
Fixed broken file reference
2015-05-13 23:22:24 -07:00
Vighnesh Rege
90b59876d0
Added extension restrictions
2015-05-13 23:20:51 -07:00
Brandon Keepers
8a42f76f03
Remove .script! hack
2015-04-17 14:09:05 +12:00
Paul Chaignon
0fcc26f778
Add .fcgi as an extension for script languages
2014-10-15 10:37:58 -04:00
Paul Chaignon
2dfb864e4e
Add .cgi as an extension for Python and Bash
2014-09-04 20:32:45 -04:00
Niklas Rosenstein
a7cba23526
added .pyp suffix and an example source file. closes issue #1
2014-06-07 01:29:30 +02:00
Jonathan Feinberg
1c4def7320
Add Python processing examples.
2014-05-04 21:13:19 -04:00
Ted Nyman
53340ddd4c
Even more Python script support
2013-07-07 14:53:15 -07:00
Ted Nyman
62ad763933
Better Python script support; update samples.json
2013-07-07 14:33:18 -07:00
Mihai Parparita
6c98bbf02c
Detect source files generated by the Protocol Buffer compiler
2013-04-16 22:14:50 -07:00
Joshua Peek
16a67cb852
Move shebang detection into classifier
...
Fixes #203
2012-08-03 15:07:36 -05:00
Joshua Peek
7b6caa0f6c
Rename samples subdirectories
2012-07-23 15:52:49 -05:00