t-edson / SynFacilSyn

Scriptable Highlighter for the SynEdit Component of Lazarus
GNU General Public License v2.0
34 stars 16 forks source link

XML comments in syntax definition files are not parsed correctly #10

Closed beNative closed 9 years ago

beNative commented 9 years ago

The parser returns an error on sections that were commented with standard XML comment tags <!-- and -->

t-edson commented 9 years ago

This is not a problem of SynFacilSyn itself. It seems to be a problem of XMLRead unit. I will do some tests.

t-edson commented 9 years ago

It's fixed (XMLRead was OK). It will appear in the next version (0.9.5).