lib/rouge/lexers/shell.rb in rouge-1.7.7 vs lib/rouge/lexers/shell.rb in rouge-1.8.0
- old
+ new
@@ -1,9 +1,10 @@
# -*- coding: utf-8 -*- #
module Rouge
module Lexers
class Shell < RegexLexer
+ title "shell"
desc "Various shell languages, including sh and bash"
tag 'shell'
aliases 'bash', 'zsh', 'ksh', 'sh'
filenames '*.sh', '*.bash', '*.zsh', '*.ksh',