#								-*- syntax -*-
# led syntax specification for the Perl programming language
#
# (c) 2002 Jordan DeLong
#

words	:
	do if unless while until else elsif for foreach continue
	next redo sub last goto return die exit require package and or
	my local use lt gt le ge next last redo not xor eq cmp ne

	:						are "keyword";

begin	: # :
endatnl							are "comment";

string "\""	quote "\\"				are "string";
string "'"	quote "\\"				are "string";

tokens	: [ ] ( ) { } :					are "grouping";
tokens	: s tr \' $' $ $# @ % - + / \\ * ! ~ % x .
	  < > & | ^ ? \: , 		:		are "operator";

options	: hlnums :;
