39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
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><!DOCTYPE HTML>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
|
<title>${1:}</title>
|
|
<link rel="stylesheet" href="${2:}qunit.css" type="text/css" media="screen">
|
|
<script src="${3:http://code.jquery.com/jquery-latest.js}"></script>
|
|
<script src="${4:}qunit.js"></script>
|
|
<script src="${5:myscript.js}"></script>${6:
|
|
<script src="${7:test.js}"></script>}
|
|
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">${8:$1}</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
<div id="qunit-fixture">
|
|
${9:<!-- my test markup goes here -->}
|
|
</div>
|
|
</body>
|
|
</html></string>
|
|
<key>name</key>
|
|
<string>QUnit HTML</string>
|
|
<key>scope</key>
|
|
<string>text.html</string>
|
|
<key>tabTrigger</key>
|
|
<string>qhtml</string>
|
|
<key>uuid</key>
|
|
<string>A3107EF3-17D8-4453-9DB3-4F5CE1B502D9</string>
|
|
</dict>
|
|
</plist>
|