From 73eb4ac2cd28797ad3df833bcd324884312cfeff Mon Sep 17 00:00:00 2001 From: Kunall Banerjee Date: Mon, 22 Jan 2018 20:45:53 -0500 Subject: [PATCH] add support for shell syntax (#172) Closes #168 --- lib/constants.js | 5 +++++ 1 file changed, 5 insertions(+) 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'