I'd like to have some help in order to define a syntax for a language used in some obscure program
It's a markup language without close tags
for instance
- Code: Select all
<tag1=this>
<tag2=was>
<tag3=a>
very
<tag1=bad>
<tag2=design>
choice
First off, I'd like to locate folding markers. Is it possible ? It looks like a type-2 language problem so I'm not quite sure about that.
Then, how can I color tag-titles and tag-values with distinct color ? I achieved coloring tags by somehow copying what is found in XML.tmLanguage, but unfortunately it's all red (I'm using tomorrow night as color scheme).
Thanks.