diff --git a/lib/constants.js b/lib/constants.js index 4b34eeb..042e0bf 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -94,6 +94,11 @@ export const LANGUAGES = [ name: 'Auto', mode: 'auto' }, + { + name: 'Bash', + mode: 'shell', + mime: 'application/x-sh' + }, { name: 'Plain Text', mode: 'text'