mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Extract shebang configs to a yaml file
This commit is contained in:
25
lib/linguist/shebangs.yml
Normal file
25
lib/linguist/shebangs.yml
Normal 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
|
||||
Reference in New Issue
Block a user