Sublime-HTMLPrettify
Sublime-HTMLPrettify copied to clipboard
Sublime Text 4 with BetterTwig
I can't seem to get this plugin to work with Sublime Text 4 and BetterTwig. It used to work with Sublime Text 3 and Php-Twig which does not work with ST4. I added the following to the Plugin Options User file:
"html":
{
"allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg", "vue","twig"],
"allowed_file_syntaxes": ["html", "xml", "vue", "twig"],
"disallowed_file_patterns": []
}
But all I get is [HTMLPrettify] Unsupported file type. I really only need it to format the HTML portions. Can you point me in the right direction of how to get this to work?