FStarLang / VimFStar

A Vim mode for FStar
Vim License
24 stars 12 forks source link

Syntax highlighting is wrong for comments #17

Open tyilo opened 6 years ago

tyilo commented 6 years ago

This is a valid F* module that defines bar:

module Foo
(* // *)
let bar = 1

However VimFStar doesn't think that the comment on the second line ends on line 2. It thinks that it is never closed.