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

Indented variable names not highlighted #197

Open
awr1 opened this issue Jul 26, 2018 · 2 comments
Open

Indented variable names not highlighted #197

awr1 opened this issue Jul 26, 2018 · 2 comments

Comments

@awr1
Copy link
Contributor

awr1 commented Jul 26, 2018

let
  x = 1
  y = 2

Names like x and y should be highlighted for variables underneath let, var, and const.

@yuutayamada
Copy link
Contributor

I'd fix this, but as far as I remember, this was really difficult to fixing by emacs' regex based fontification.

@krux02
Copy link
Contributor

krux02 commented Sep 18, 2018

I think it is possible. I think Multiline Font Lock is the way to approach the problem. But I don't know specifically how to do it.

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

No branches or pull requests

3 participants