wjhol / google-code-prettify

Automatically exported from code.google.com/p/google-code-prettify
Apache License 2.0
0 stars 0 forks source link

In C++/CLI "generic" is a keyword #263

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
With the following input:

    generic<typename TEventArgs>

In C++/CLI generic should be marked as a keyword.

Original issue reported on code.google.com by alxa...@alxandr.me on 5 Feb 2013 at 1:24

GoogleCodeExporter commented 8 years ago
Fixed in http://code.google.com/p/google-code-prettify/source/detail?r=243 
which I will include in the next release.

Original comment by mikesamuel@gmail.com on 5 Feb 2013 at 2:57

GoogleCodeExporter commented 8 years ago
Also, I've had to add "delegate" to the same array (and I think I noticed the 
lack of "property" too, but I can't remember. Will test tomorrow).

Original comment by alxa...@alxandr.me on 5 Feb 2013 at 11:34

GoogleCodeExporter commented 8 years ago
Both property and delegate keywords are missing from C++/CLI

Original comment by alxa...@alxandr.me on 6 Feb 2013 at 5:15