Added ShellSession language using pygments Bash Session lexer

This commit is contained in:
Joe Kutner
2014-04-16 12:21:14 -05:00
parent b6d0a41718
commit b6aa9f9b12
4 changed files with 56 additions and 0 deletions

View File

@@ -1616,6 +1616,11 @@ Self:
lexer: Text only
primary_extension: .self
ShellSession:
type: programming
lexer: Bash Session
primary_extension: .sh-session
Shell:
type: programming
lexer: Bash