mirror of
https://github.com/kennethreitz-archive/html5.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
26 lines
765 B
Plaintext
26 lines
765 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><form action="form_action.php" method="get">
|
|
<div>
|
|
<label>First name</label>
|
|
<input type="text" name="fname" value="Mickey" />
|
|
<label>Last name</label>
|
|
<input type="text" name="lname" value="Mouse" />
|
|
<input type="submit" value="Submit" />
|
|
</div>
|
|
</form>
|
|
</string>
|
|
<key>name</key>
|
|
<string>Form</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>tabTrigger</key>
|
|
<string>form5</string>
|
|
<key>uuid</key>
|
|
<string>C8E50A63-653D-4129-8B6E-C00DACF14257</string>
|
|
</dict>
|
|
</plist>
|