lundi 2 novembre 2015

wordpress lambad expression syntax highlighting

I tried Syntax Highlighter MT in wordpress.org and

<pre class="brush: c#; highlight: [1, 3]">
IEnumerable<MyEntity> LoadMyEntities(Expression<Func<MyEntity, bool >> predicate)
{
    return Context.MyEntities.Where(predicate);
}
</pre>

gives me enter image description here

I guess it messed up the >>with sth..Any ideas? Is there any good alternative syntax highlighter?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire