class Rouge::Lexers::Shell
def self.detect?(text)
def self.detect?(text) return true if text.shebang?(/(ba|z|k)?sh/) return true if text.start_with?('#compdef', '#autoload') end
def self.detect?(text) return true if text.shebang?(/(ba|z|k)?sh/) return true if text.start_with?('#compdef', '#autoload') end