it seems that the subject markup doesn't like the comments inside the StarBasic code starting with ' (apostrophe), e.g.:

this chunk of code breaks the syntax highlighting:

<source lang="oobas">
Surname      ' Correct
Surname5     ' Correct (number 5 is not the first digit)
</source>

whereas this does not:

<source lang="oobas">
Surname      rem Correct
Surname5     rem Correct (number 5 is not the first digit)
</source>

is this a known bug/behavior?

There are a few oddities with the oobas highlighting. One is that it intermittently shows an Empty Delimiter error (at the top of a Wiki page that uses oobas highlighting).

It seems to be problems in GeSHi, not the Wiki extension.

On this comment problem, there is a bug open that looks similar:
http://sourceforge.net/tracker/index.php?func=detail&aid=1759264&group_id=114997&atid=670231

I have installed the latest update to GeSHi. Hopefully this will squash some of that odd behaviour that we are seeing.

C.
--
Clayton Cornell       [EMAIL PROTECTED]
StarOffice - Sun Microsystems, Inc. - Hamburg, Germany

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to