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
There seems to be some coloring and formatting issues. Best way for me to illustrate is to provide pictures.
As you can see, it’s not recognizing all the parameters here.
And if statements cause formatting issues throughout the rest of the document.
Here it is working properly with the if statement removed.
The text was updated successfully, but these errors were encountered:
I'm having the same issue, mostly with the if statements. Seems to be a common issue across the other EE syntax highlighting plugins too.
if
Sorry, something went wrong.
Btw, I found a fix, on line 73, change 'end': '}$' to 'end': '(if)}$'. Haven't thoroughly tested, but doesn't seem to be causing any issues so far.
'end': '}$'
'end': '(if)}$'
No branches or pull requests
There seems to be some coloring and formatting issues. Best way for me to illustrate is to provide pictures.
As you can see, it’s not recognizing all the parameters here.
And if statements cause formatting issues throughout the rest of the document.
Here it is working properly with the if statement removed.
The text was updated successfully, but these errors were encountered: