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
Describe the bug Adding spacing between the parameter delimiter and the parameter name breaks syntax highlighting.
Source
Works:
{%- render 'Snipper' , key: value -%}
Screenshot of the above code for future reference:
Doesn't work:
{%- render 'Snipper' , key : value -%}
Expected behaviour Syntax highlighting works no matter the amount of space added between a parameter delimiter and a parameter name.
Actual behaviour It doesn't highlight the name , delimiter not the value.
Debugging information
Additional context Is also broken for GitHubs syntax highlighting.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Adding spacing between the parameter delimiter and
the parameter name breaks syntax highlighting.
Source
Works:
Screenshot of the above code for future reference:
Doesn't work:
Screenshot of the above code for future reference:
Expected behaviour
Syntax highlighting works no matter the
amount of space added between a parameter
delimiter and a parameter name.
Actual behaviour
It doesn't highlight the name , delimiter not the value.
Debugging information
Additional context
Is also broken for GitHubs syntax highlighting.
The text was updated successfully, but these errors were encountered: