Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

LINQ keywords are not highlighting #182

@GoogleCodeExporter

Description

@GoogleCodeExporter
Just paste this in
<pre class="lang-vb prettyprint"><code><span class="kwd">Dim</span><span 
class="pln"> bestCat </span><span class="kwd">As</span><span class="pln"> 
ArticleCategory<br>bestCat </span><span class="pun">=</span><span class="pln"> 
</span><span class="pun">(</span><span class="pln">From cat </span><span 
class="kwd">In</span><span class="pln"> Categories<br>&nbsp; &nbsp; &nbsp; 
&nbsp; &nbsp; &nbsp;Order By cat</span><span class="pun">.</span><span 
class="pln">tempCount Descending</span><span class="pun">,</span><span 
class="pln"> cat</span><span class="pun">.</span><span 
class="pln">Name<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</span><span 
class="kwd">Select</span><span class="pln"> cat</span><span 
class="pun">).</span><span class="pln">First<br></span></code></pre>

The LINQ keywords should highlight as they do in Microsoft Visual Studio.

Original issue reported on code.google.com by TheSealP...@gmail.com on 19 Dec 2011 at 2:02

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions