I’m trying out Sublime on Windows and installed the all the packages for HTML Tidy to verify HTML.
I’m working with code that uses custom tags, and although I see that Tidy supports the addition of custom tags, I don’t understand how to configure that when using Tidy within Sublime.
For example, this is HTML that uses PhP/Laravel embedded tags that have the form … which Tidy flags as an error. I’d simply like to ignore all the content between the dynamic tags.