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

Better highlighting #36

Open
hrach opened this issue Feb 18, 2016 · 2 comments
Open

Better highlighting #36

hrach opened this issue Feb 18, 2016 · 2 comments

Comments

@hrach
Copy link
Collaborator

hrach commented Feb 18, 2016

Would be great if better highlighter was implemented. Possible features:

  • highlight values
  • highlight %parameters%
  • highlight class References
@matej21
Copy link
Collaborator

matej21 commented Feb 18, 2016

Thanks for the suggestion. The issue is that neither references nor parameters are a part of neon language (not sure what do you mean by "value").

I'm considering implementing another language for a language injection. It will handle all the nette-di specific features, like @, '%parameter%` etc.

@hrach
Copy link
Collaborator Author

hrach commented Feb 18, 2016

The issue is that neither references nor parameters are a part of neon language

Of course, but neon sadly force class completion everywhere, also in parameters/include sections, and this is also part of the Nette Framework support.

The value is everyrhing after :. and not other type of token. Only possibility is change the general / text / default text color.

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

2 participants