Sublime-HTMLPrettify icon indicating copy to clipboard operation
Sublime-HTMLPrettify copied to clipboard

Sublime Text 4 with BetterTwig

Open kitsguru opened this issue 3 years ago • 0 comments

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?

kitsguru avatar Jul 04 '21 00:07 kitsguru