Hello
I want to use your editor. I have special syntax requirements, that are simple. For example:
[
string <tag1> <tagX>
string lines
[
string lines
string <tagN>...<tagM>
string lines
]
string lines
]
My application should allow coloring and operations on thags and the strings, and the string lines.
I want to know how to define the syntax requirements for such a structure to the editor. I can attempt the parsing via code, but I need the editor functions such as collapse/expand, indentiation, etc.
Could you provide any hint? The example above is not accurate, it is a large subset of my requirements.
Thanks.