VB Code:
  1. Why = " Is Some Of This Highlighted Now ?  Is Me Build For Error ?!"
  2.  
  3. 'Not supposed to be blue
  4. Format
  5. Now
  6. Date(Now)
  7.  
  8. '0 is supposed to be blue
  9. Option Base 0
  10.  
  11. 'These should've been blue
  12. Local
  13. True
  14. False
  15. TypeOf
  16. AddressOf
  17.  
  18. 'What about _
  19.  Interline Comments?  These are supposed to be green!