Extract shebang configs to a yaml file

This commit is contained in:
Joshua Peek
2011-05-24 21:40:03 -05:00
parent 37dad3c3f9
commit 577e5f1657

25
lib/linguist/shebangs.yml Normal file
View File

@@ -0,0 +1,25 @@
# Maps shebang script names to Language names
#
# Language names are implicitly mapped to their downcased versions,
# so this would be redundant:
#
# Ruby:
# - ruby
Java:
- groovy
# JavaScript interpreters
JavaScript:
- node
# Ruby interpreters and runners
Ruby:
- macruby
- rake
# Other shells
Shell:
- bash
- sh
- zsh