i can't seem to find how to configure the html autocomplete snippet. i.e: when i write html and hit tab it autocompletes with the following:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
I'd like to edit that and make a custom one, is this possible?
Cheers J
