mirror of
https://github.com/kennethreitz-archive/html5.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
21 lines
628 B
Plaintext
21 lines
628 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>content</key>
|
|
<string><head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8"${TM_XHTML}>
|
|
<title>${1:${TM_FILENAME/((.+)\..*)?/(?2:$2:Page Title)/}}</title>
|
|
$0
|
|
</head></string>
|
|
<key>name</key>
|
|
<string>Head</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>tabTrigger</key>
|
|
<string>head5</string>
|
|
<key>uuid</key>
|
|
<string>416A2824-BA9B-4C62-8A59-99988360D9CD</string>
|
|
</dict>
|
|
</plist>
|