Class Rouge::Lexers::Shell
In: lib/rouge/lexers/shell.rb
Parent: RegexLexer

Methods

Constants

KEYWORDS = %w( if fi else while do done for then return function select continue until esac elif in ).join('|')
BUILTINS = %w( alias bg bind break builtin caller cd command compgen complete declare dirs disown echo enable eval exec exit export false fc fg getopts hash help history jobs kill let local logout popd printf pushd pwd read readonly set shift shopt source suspend test time times trap true type typeset ulimit umask unalias unset wait ls tar cat grep sudo ).join('|')

Public Class methods

[Validate]