-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
Issue description
Basically, if you try to use this plugin on a large HTML file (I'm dealing with a ~6.5 MByte file), it completely locks the editor up for long enough (multiple minutes) that I just killed the process.
Steps to reproduce the issue
- Open large HTML file.
- Run beautifier
- Try to interact with the editor.
What's the actual result?
The entire Sublime Text editor becomes completely unresponsive, and fails to do anything.
What's the expected result?
I'd expect the beautifier to actually use a HTML parser.
STOP PARSING HTML WITH REGULAR EXPRESSIONS!
As a comparison, I shoved the HTML file in question into beautiful soup 4, and it took maybe 4 seconds to completely parse the file.
Metadata
Metadata
Assignees
Labels
No labels