Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other ST3 – Use html formatting in non-html file Reply To: ST3 – Use html formatting in non-html file

#204392
chrisburton
Participant

Alternatively, you can do the following:

Preferences -> Browse Packages -> User -> HTML.sublime-settings

You should see this:

{
    "extensions":
    [
        "htm",
        "html"
    ]
}

Change it to this:

{
    "extensions":
    [
        "htm",
        "html",
        "template"
    ]
}

Save and restart Sublime.