Last modified: 2007-06-24 02:22:53 UTC
The <source> tag doesn't recognize the abstract keyword with lang="csharp" I suggest to check that all keywords listed here are recognized : http://en.wikibooks.org/wiki/C_Sharp_Programming/Keywords/abstract
Currently unrecognized keywords are : - abstract see http://fr.wikibooks.org/wiki/Programmation_C_sharp/Classe_abstraite - partial see http://fr.wikibooks.org/wiki/Programmation_C_sharp/Type_partiel
- add, remove (within events) - get, set (within properties and indexers)
- where (generic constraints)
This is an upstream (GeSHi) issue.
Confirmed the issue appears to exist in the latest stable build of GeSHi (1.0.7.19). Please try requesting at the GeSHi feature request tracker at http://sourceforge.net/tracker/?group_id=114997&atid=670234 that they update their C# support. I assume we're not going to bother with live hacks for GeSHi, so I'll mark this INVALID.