html.sublime-snippet (247B)
1 <snippet> 2 <content><![CDATA[<!DOCTYPE html> 3 <html> 4 <head> 5 <title>$1</title> 6 </head> 7 <body> 8 $0 9 </body> 10 </html>]]></content> 11 <tabTrigger>html</tabTrigger> 12 <scope>text.html & (- meta.tag | punctuation.definition.tag.begin)</scope> 13 </snippet>