After upgrading to db5b534 I see that block comments are now only colored correctly if followed by something other than a newline. ``` F# (* commented code *) ``` Is commented incorrectly, but ``` F# (* some characters commented code *) ``` is.