Posted 19 years ago
by tobias weltner
I am trying to design a language definition for XML where corresponding start and close tags are
- creating an automatic outline
- use brace matching
For this, I guess, I would need to use a regular expression that identifies the corresponding closing tag somehow. However, I don't seem to get it how to do that. Is there maybe anyone who can help me out and bring me back on track...?
- creating an automatic outline
- use brace matching
For this, I guess, I would need to use a regular expression that identifies the corresponding closing tag somehow. However, I don't seem to get it how to do that. Is there maybe anyone who can help me out and bring me back on track...?