mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-13 23:12:24 +00:00
c6d74bca66
fixed autogenerated comment changed constant types names GetLanguageByShebang doesn't print errors languageInfo struct change to have only necessary fields GetLanguageByShebang has a comment now
17 lines
476 B
Plaintext
17 lines
476 B
Plaintext
package slinguist
|
|
|
|
// CODE GENERATED AUTOMATICALLY WITH gopkg.in/src-d/simple-linguist.v1/internal/code-generator
|
|
// THIS FILE SHOULD NOT BE EDITED BY HAND
|
|
// Extracted from github/linguist commit: fe8b44ab8a225b1ffa75b983b916ea22fee5b6f7
|
|
|
|
var languagesByInterpreter = map[string][]string{
|
|
"bash": {"Shell"},
|
|
"nush": {"Nu"},
|
|
"python": {"Python"},
|
|
"python2": {"Python"},
|
|
"python3": {"Python"},
|
|
"rc": {"Shell"},
|
|
"sh": {"Shell"},
|
|
"zsh": {"Shell"},
|
|
}
|