fsharp-vim icon indicating copy to clipboard operation
fsharp-vim copied to clipboard

Block comments only colored if opening comment token followed by non-newline

Open spiffytech opened this issue 9 years ago • 1 comments

After upgrading to db5b534 I see that block comments are now only colored correctly if followed by something other than a newline.

(*
commented code
*)

Is commented incorrectly, but

(* some characters
commented code
*)

is.

spiffytech avatar Sep 04 '14 03:09 spiffytech

Hi,

you are one hell of a tester! Thanks a lot! 64aec60 should fix that issue

Cheers, Gregor

kongo2002 avatar Sep 04 '14 18:09 kongo2002