The highlighting for SQL code blocks doesn't appear to recognize the keyword 'output'. Please see Showing column twice in a query, second time showing data post update/set for an example. Note that 'output' in the code block isn't colored blue like the other SQL keywords.

share|improve this question

1 Answer

up vote 3 down vote accepted

As is usually the case for issues related to syntax highlighting here, you'll need to take this up with the Prettify project, which Stack Exchange uses for its code highlighting purposes.

In particular, this file would need to be updated to include the OUTPUT keyword. I'd argue that a keyword specific to T-SQL shouldn't be part of the generic SQL highlighter anyway, but there's plenty of dialect-specific keywords in that list already, so it's most likely that it was just overlooked.

You might be able to leave a comment on this answer as an alternate route to getting it fixed, as Mike Samuel is the owner of the project.

share|improve this answer
Thank-you, I didn't realize this was a common thing (I only did a cursory search before posting). Will see what I can do. – ElvisLikeBear Jan 9 '12 at 6:23

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged