linguist-languages
Version:
Linguist languages data
85 lines (83 loc) • 1.44 kB
TypeScript
declare const _: {
readonly name: 'Shell'
readonly type: 'programming'
readonly aceMode: 'sh'
readonly extensions: readonly [
'.sh',
'.bash',
'.bats',
'.cgi',
'.command',
'.fcgi',
'.ksh',
'.sbatch',
'.sh.in',
'.slurm',
'.tmux',
'.tool',
'.trigger',
'.zsh',
'.zsh-theme',
]
readonly filenames: readonly [
'.bash_aliases',
'.bash_functions',
'.bash_history',
'.bash_logout',
'.bash_profile',
'.bashrc',
'.cshrc',
'.envrc',
'.flaskenv',
'.kshrc',
'.login',
'.profile',
'.tmux.conf',
'.xinitrc',
'.xsession',
'.zlogin',
'.zlogout',
'.zprofile',
'.zshenv',
'.zshrc',
'9fs',
'PKGBUILD',
'bash_aliases',
'bash_logout',
'bash_profile',
'bashrc',
'cshrc',
'gradlew',
'kshrc',
'login',
'man',
'mvnw',
'profile',
'tmux.conf',
'xinitrc',
'xsession',
'zlogin',
'zlogout',
'zprofile',
'zshenv',
'zshrc',
]
readonly languageId: 346
readonly tmScope: 'source.shell'
readonly aliases: readonly ['sh', 'shell-script', 'bash', 'zsh', 'envrc']
readonly codemirrorMode: 'shell'
readonly codemirrorMimeType: 'text/x-sh'
readonly color: '#89e051'
readonly interpreters: readonly [
'ash',
'bash',
'dash',
'ksh',
'mksh',
'pdksh',
'rc',
'sh',
'zsh',
]
}
export default _