I read that they have to be implemented yet in ST2.
What makeshift solutions are available now for those who want to use HTML? Can these regex snippets be copied from 1.4? Or downloaded from anywhere?
<key>fileTypes</key>
<array>
(...)
<string>php</string>
</array> {
"scope": "text.html - source - meta.tag, punctuation.definition.tag.begin",
"completions":
[
{ "trigger": "a", "contents": "<a href=\"$1\">$2</a>" },
{ "trigger": "abbr", "contents": "<abbr>$1</abbr>" },
(...)
{ "trigger": "PARAM", "contents": "<PARAM>" }
]
}"scope": "text.html - source - meta.tag, punctuation.definition.tag.begin, source.php",
<table></table><input><input type="text" name="test" value="value" />Users browsing this forum: No registered users and 7 guests