I disagree, but think the example post wasn't the best to show it - on lines 18/23/25 the "normal" text is shown in black, but for the others (which include the # character) they are grey.

Here's another example:
sql Code:
  1. SELECT field1, field2
  2. FROM table1, #table2, table3
  3. FROM table1, table2, #table3

I just noticed another issue in post #3 of this thread.. the text "drop procedure [dbo].[GetImageInfo_P]" gets shown like this:
sql Code:
  1. drop procedure [dbo].[GetImageInfo_P]