jskinner / DefaultPackages

Old bug tracker for Sublime Text's "Default Packages", e.g. bad syntax highlighting
http://web.archive.org/web/20150524043750/https://www.sublimetext.com/forum/viewtopic.php?f=2&t=12095
26 stars 2 forks source link

"<<!DOCTYPE" generation after "<ht..." : incorrect generation #180

Closed coucout closed 8 years ago

coucout commented 8 years ago

In a new ".html" file, when i type "<ht..." then I hit Enter or TAB, it generates an html document snippet : it's very good. But there's an aditionnal "<" at the beginning which cause an error, like this: <<!DOCTYPE html>

FichteFoll commented 8 years ago

How about just typing html<tab>, because that's the snippet's tab trigger?

wbond commented 8 years ago

This is fixed by https://github.com/sublimehq/Packages/commit/9a82be41c4e3e03c5c6bf1b0a69dc426f9d9f8c0 and https://github.com/sublimehq/Packages/commit/8e80d82b5807c2b1362d743c8d6489cd41dbde68.

Please note that there will be a copy of the old snippet showing up in your completions list until the next dev build (or beta if you are on that channel) is released. This is because recently we moved all snippets into subfolders, so these modified snippets will not be overriding the ones that are part of the default packages with your current version of Sublime Text.