#								-*- syntax -*-
# led syntax specification for Bourne shells, Bourne-Again shell
# stuff is included as well
#
# (c) 2002 Jordan DeLong
#

words	:
	case do done elif else esac fi for function if in
	select then time until while

	alias bg bind break builtin cd command compgen complete
	continue 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
	return set shift shopt source suspend test times trap
	true type typeset ulimit umask unalias unset wait

	:						are "keyword";

begin	: # :
endatnl							are "comment";

tokens	: { } ( ) :					are "grouping";
tokens	: | & ; > < ! $ $# = :				are "operator";

options	: hlnums :;
