brobeson / Tools

Scripts written to aid software development.
2 stars 1 forks source link

Add error characters to LaTeX syntax highlighting #4

Closed brobeson closed 9 years ago

brobeson commented 9 years ago

The LaTeX syntax file does not highlight reserved characters as errors. For example

\section{An Ampersand &}

is erroneous and the "&" should be highlighted as such. The correct LaTeX is

\section{An Ampersand \&}
brobeson commented 9 years ago

Duh! Reserved characters are reserved because they have a legitimate, specific use.