sorted the languages.yml file alphabetically

This commit is contained in:
Joe Kutner
2014-04-16 13:50:19 -05:00
parent b6aa9f9b12
commit 0cd1566145

View File

@@ -1616,11 +1616,6 @@ Self:
lexer: Text only lexer: Text only
primary_extension: .self primary_extension: .self
ShellSession:
type: programming
lexer: Bash Session
primary_extension: .sh-session
Shell: Shell:
type: programming type: programming
lexer: Bash lexer: Bash
@@ -1641,6 +1636,11 @@ Shell:
filenames: filenames:
- Dockerfile - Dockerfile
ShellSession:
type: programming
lexer: Bash Session
primary_extension: .sh-session
Shen: Shen:
type: programming type: programming
color: "#120F14" color: "#120F14"