ZhouShuo / google-code-prettify

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

The contextual keyword “let” in not highlighted in C# #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The LINQ contextual keywords are included among CSHARP_KEYWORDS, but the 
keyword “let” is missing from them. I think it should be included.

For more information about let, see 
http://msdn.microsoft.com/en-us/library/bb383976.aspx or section 7.16 of the 
C#4 specification.

Original issue reported on code.google.com by gsv...@gmail.com on 8 May 2011 at 9:03

GoogleCodeExporter commented 9 years ago
For example of code that uses let, which is not highlighted, but should be, see 
http://stackoverflow.com/questions/5926035/linq-xml-obtain-child-node-based-on-a
ttribute-of-parent-node/5927436#5927436.

Original comment by gsv...@gmail.com on 8 May 2011 at 9:04

GoogleCodeExporter commented 9 years ago
Just noticed that “where” is not included either.

Original comment by gsv...@gmail.com on 8 May 2011 at 9:11

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r213.

Original comment by mikesamuel@gmail.com on 30 Mar 2012 at 6:45