Hi all.
I need to highlight comments on mcedit.
1) comments start with "--"
2) comments may may end with "\n" or with "--"
how to do it in mcedit syntax file?
These lines are my syntax file content which responsible to highlight comments
context -- \n brown # here I have trouble, comments may end with "--" too
spellcheck
context /\* \*/ brown
spellcheck
Please help!