I'm having some trouble with a schemedef I'm creating. The language uses -- for comment lines, and --[[text]] for comment blocks. However the block comment is not being styled (I believe it is because they both start with --. I tried the "contains" tag but that seemed to only crash pn). The code I'm using for the comments is:
<comments>
<line start="--" />
<block start="--[[" end="]]" />
</comments>
Can anyone advise what I can do to get both comment style working? I'm using v2.0.9.970-devel.