From 6e8152c4239bb1e4078c89e14769b25665e80647 Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Fri, 7 Nov 2014 15:02:37 -0500 Subject: [PATCH] Add a TextMate scope for .sh-session files Coming soon to Atom. See https://github.com/atom/language-shellscript/pull/3 --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 89ce7771..98f7adb3 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2431,6 +2431,7 @@ ShellSession: aliases: - bash session - console + tm_scope: text.shell-session Shen: type: programming