On Tue, 16 Nov 2010 11:25:25 -0500 Jonathan Daily biomathjdaily@gmail.com wrote:
To be honest, I wish it were just a specification of XML. It, however, seems to use a combination of XML-like tags and config/ini file syntax, such as:
[section] option= value other_option= value2 name_option= "a string" [nested_section] image= "/relative/path/to/file.png" [/nested_section] [/section]
Well, looks really weird. Unfortunately I don't know of any lexxer which might can handle this. Did you check already on Scintilla project, whether there is maybe some lexer available for this -- however this is called?
Cheers, Frank