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

Wrong highlighting of the text before the beginning of a module if file starts with a keyword #2

Open
florentc opened this issue Oct 20, 2016 · 0 comments
Labels

Comments

@florentc
Copy link
Owner

When a file directly starts with a TLA+ keyword or operator, the text zone before the beginning of the module -------- MODULE modulename -------- is not highlighted as a comment region as it should be but as regular TLA+ code instead.

  • keyword random text causes the issue
  • keyword random text does not (because of the whitespece)
  • keywordrandom text does not (not a keyword)
@florentc florentc added the bug label Oct 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant