mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-13 23:12:24 +00:00
17 lines
460 B
Plaintext
17 lines
460 B
Plaintext
package enry
|
|
|
|
// CODE GENERATED AUTOMATICALLY WITH gopkg.in/src-d/enry.v1/internal/code-generator
|
|
// THIS FILE SHOULD NOT BE EDITED BY HAND
|
|
// Extracted from github/linguist commit: 0123456789abcdef0123456789abcdef01234567
|
|
|
|
var languagesByInterpreter = map[string][]string{
|
|
"bash": {"Shell"},
|
|
"nush": {"Nu"},
|
|
"python": {"Python"},
|
|
"python2": {"Python"},
|
|
"python3": {"Python"},
|
|
"rc": {"Shell"},
|
|
"sh": {"Shell"},
|
|
"zsh": {"Shell"},
|
|
}
|