#
# A simple LaTex mode by Steve Harris
# Just colours. Nothing else.
#

SyntaxComment 1
	Type		OneLine
	StartWith	%
End

ID_FirstChar	A-Za-z
ID_Middle	A-Za-z

SyntaxOptions
	SingleQuote	No
	DoubleQuote	No
	QuoteQuote	No
End

SyntaxWords Group1 EndOfID nocase
	\A \B \C \D \E \F \G \H \I \J \K \L \M
	\N \O \P \Q \R \S \T \U \V \W \X \Y \Z
End

SyntaxWords Group2 EndAlways nocase
	\\ \[ \] \' \( \) \+ \- \< \= \> \`
	\; \: \, \!
	\# \$ \& \~ \_ \^ 
End

SyntaxWords Group3 EndAlways nocase
	# $ & ~ _ ^
End

SyntaxWords Group4 EndAlways case

	document
	part		paragraph	figure		enumi
	chapter		subparagraph	table		enumii
	section		page		footnote	enumiii
	subsection	equation	mpfootnote	enumiv
	subsubsection

	article	report	letter	book	slides	10pt	11pt	12pt
	a4paper	a5paper	b5paper	letterpaper	legalpaper	executivepaper
	landscape	titlepage	notitlepage	leqno	fleqn
	openbib	draft	final

	array	center	description	enumerate	eqnarray	equation
	figure	flushleft	flushright	itemize	letter	list	minipage
	picture	quotation	quote	tabbing	table	tabular	thebibliography
	theorem	titlepage	verbatim	verse	left	right

	OT1	T1	cmr	cmss	cmtt	bx

	math	displaymath	equation

	arabic	roman	Roman	alph	Alph

	plain	empty	headings	myheadings

	tiny	scriptsize	footnotesize	small	normalsize	large
	Large	LARGE	huge	Huge

	textrm	textit	emph	textmd	textbf	textup	textsl	textsf	textsc
	texttt	textnormal	mathrm	mathbf	mathsf	mathtt	mathit	mathnormal
	mathca	bold	normal

End

