#								-*- syntax -*-
# led syntax specification for led syntax specifications
#
# (c) 2002 Jordan DeLong
#

words	:
	words begin end endatnl are string quote options
	tokens regexp

	:						are "keyword";

begin	: # :
endatnl							are "comment";

string ":"	quote "\\"				are "string";
string "\""	quote "\\"				are "string";
