Sublime Forum

I need to change default snippet

#1

Hi, I need to change default HTML snippet triggered by ! + tab. I can’t find it in default snippets. Thanks for help.
The snippet that i’m finding look like this:

0 Likes

#2

I may be wrong but that doesn’t look like the snippet that ships with Sublime; the snippet in the HTML package that starts a page is triggered by html and looks like this:

<!DOCTYPE html>
<html>
<head>
    <title></title>
</head>
<body>

</body>
</html>

Do you perhaps have some extra packages installed that might be providing this snippet?

1 Like