Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlighting is wrong for comments #17

Open
tyilo opened this issue May 8, 2018 · 0 comments
Open

Syntax highlighting is wrong for comments #17

tyilo opened this issue May 8, 2018 · 0 comments

Comments

@tyilo
Copy link

tyilo commented May 8, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant