I noticed the C# keywords yield, await and async are not correctly highlighted by the C# syntax highlighter.

E.g.: Proper Use of yield return, C# Socket.BeginReceive/EndReceive

Can these keywords be added to the formatter?

share|improve this question
1  
Nope, this is the right place to ask. – Martijn Pieters Oct 13 '12 at 8:58
@MartijnPieters: well, not really. SE uses Google's prettify library. Bugs for that or feature requests should, I believe, be addressed there. – Mat Oct 13 '12 at 9:16
15  
@Mat: are we expecting now that all SO users know how SO is built? Isn't it the responsibility of the developers to tune the tools? It may be that the library needs updating, and that they need notifying, but you cannot expect Joe Soap using SO to know this or file the report. – Martijn Pieters Oct 13 '12 at 9:17
1  
@Martijn: I'm just repeating what I've seen multiple times here (e.g. meta.stackoverflow.com/a/102951/158667). – Mat Oct 13 '12 at 9:20
4  
@Mat: Not sure I agree with Jeff there then. :-) In any case, this is still the right place to learn about what library is used. – Martijn Pieters Oct 13 '12 at 9:25
@MartijnPieters: It's also in the tag wiki for that tag you added to the question. – animuson Oct 13 '12 at 12:50
1  
Expanded: it isn't just yield... (edit pending review) – Richard Oct 13 '12 at 17:27
@Mat: this question can serve as that answer, but discoverable based on language and keyword (ie. when a new user discovers the problem would they find Jeff's answer? I just failed to and if this had not been here would have created a new question). Remember not all duplicates are bad, if they provide another route to the same answer... – Richard Oct 13 '12 at 17:35
Same issue happens for SQL, though a bigger problem exists there: not all keywords are appropriate for all RDBMS flavors / versions. – Aaron Bertrand Oct 13 '12 at 20:55
Same happens for PHP and Visual Basic .NET. – rynah Oct 14 '12 at 18:24
1  
Of all the close reasons to pick as a proxy for "this is a problem in an upstream library, which we can't/won't do anything about", "off topic" seems to me to be the least appropriate. – AakashM Oct 15 '12 at 8:24
I looked at the Google Prettify FAQ (google-code-prettify.googlecode.com/svn/trunk/README.html). You can specify language: <pre class="prettyprint lang-html", where lang-html could be "cs". I tried an edit -- no luck. – kevinarpe Oct 15 '12 at 13:38
Actually, I agree with the flagging now. I flagged it as a dupe myself. – kevinarpe Oct 15 '12 at 13:46

closed as off topic by animuson, Toon Krijthe, kiamlaluno, Mr. Disappointment, jmort253 Oct 16 '12 at 5:11

Questions on Meta Stack Overflow are expected to generally relate to the Stack Exchange family of websites and/or community in some way, within the scope defined in the faq.

You must log in to answer this question.

Browse other questions tagged