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
Previously to v1.32.9, on php mode, it was possible to fold html tags on a document with html and php. Now we can't fold html tags
We expect to have the ability to fold html tags like before
Now we can fold php tags but we can't fold html tags
Here is a codepen showing the current behavior with v1.32.9 : https://codepen.io/syone7/pen/OJYLgjg
And here is the behavior with v1.32.8 : https://codepen.io/syone7/pen/bGybRNW
No response
ace version >= 1.32.9
The text was updated successfully, but these errors were encountered:
folding for php alternative syntax (#5491)
2e40702
Fixed in #5548, will be available in next release
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Previously to v1.32.9, on php mode, it was possible to fold html tags on a document with html and php.
Now we can't fold html tags
Expected Behavior
We expect to have the ability to fold html tags like before
Current Behavior
Now we can fold php tags but we can't fold html tags
Reproduction Steps
Here is a codepen showing the current behavior with v1.32.9 : https://codepen.io/syone7/pen/OJYLgjg
And here is the behavior with v1.32.8 : https://codepen.io/syone7/pen/bGybRNW
Possible Solution
No response
Additional Information/Context
No response
Ace Version / Browser / OS / Keyboard layout
ace version >= 1.32.9
The text was updated successfully, but these errors were encountered: