Hi guys, how is it possible that my code snippets are not coloured while others do?
I use the tags "code".

example:

Code:
Option Explicit

Sub Form_Load()
  'Why isn't this coloured????
End Sub