We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
seems @helloWorld should be purple (because it has arguments) and used as helper and @number should have blue @
@helloWorld
@number
@
also, case like {{my-helper (this.foo bar)}} incorrectly highlighted
{{my-helper (this.foo bar)}}
The text was updated successfully, but these errors were encountered:
Isn't @number also being used as a helper (it has an argument) and should be purple?
Sorry, something went wrong.
@evoactivity yep, but @ should be blue (in my understanding), same as this. in (this.foo bar) case
this.
(this.foo bar)
No branches or pull requests
seems
@helloWorld
should be purple (because it has arguments) and used as helperand
@number
should have blue@
also, case like
{{my-helper (this.foo bar)}}
incorrectly highlightedThe text was updated successfully, but these errors were encountered: