hArpanet / DokuWiki_st3

DokuWiki SublimeText 3 sytax highlighting
1 stars 0 forks source link

Raw <nowiki> text #5

Open hArpanet opened 10 years ago

hArpanet commented 10 years ago

This is going to take some possibly complicated RegEx to fix. Any ideas?

How do we stop Italics / Bold / Monospace etc. from recognising their closing markers when the closing markers appear inside a Raw section?

hArpanet commented 10 years ago

Maybe something here might help: http://blog.stevenlevithan.com/archives/match-quoted-string

After reading that, I'm thinking the closing RegEx for italic,bold etc would need to match %%.*%%.*// or just // but not %%.*// ?