Last active
August 29, 2015 14:18
-
-
Save Mparaiso/cafcba46542e7024c8ea to your computer and use it in GitHub Desktop.
html.snippet.json : file should be put in the share\liteide\packages\html folder of the liteide installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"info": "html5 boilerplace", | |
"name": "html:5", | |
"text": "<!DOCTYPE html><html lang=\"en\">\n\t\t<head>\n\t\t\t<meta charset=\"UTF-8\" />\n\t\t\t<title>$$</title></head>\n\t\t<body>$$</body>\n</html>" | |
}, | |
{ | |
"info": "html", | |
"name": "html", | |
"text": "<html>$$</html>" | |
}, | |
{ | |
"info": "base", | |
"name": "base", | |
"text": "<bas $$/>" | |
}, | |
{ | |
"info": "head", | |
"name": "head", | |
"text": "<head>$$</head>" | |
}, | |
{ | |
"info": "link", | |
"name": "link", | |
"text": "<link rel=\"stylesheet\" href=\"$\">" | |
}, | |
{ | |
"info": "meta", | |
"name": "meta", | |
"text": "<meta $$ />" | |
}, | |
{ | |
"info": "script", | |
"name": "script", | |
"text": "<script>$$</script>" | |
}, | |
{ | |
"info": "style", | |
"name": "style", | |
"text": "<style>$$</style>" | |
}, | |
{ | |
"info": "title", | |
"name": "title", | |
"text": "<title>$$</title>" | |
}, | |
{ | |
"info": "address", | |
"name": "address", | |
"text": "<address>$$</address>" | |
}, | |
{ | |
"info": "article", | |
"name": "article", | |
"text": "<article>$$</article>" | |
}, | |
{ | |
"info": "body", | |
"name": "body", | |
"text": "<body>$$</body>" | |
}, | |
{ | |
"info": "footer", | |
"name": "footer", | |
"text": "<footer>$$</footer>" | |
}, | |
{ | |
"info": "header", | |
"name": "header", | |
"text": "<header>$$</header>" | |
}, | |
{ | |
"info": "h1", | |
"name": "h1", | |
"text": "<h1>$$</h1>" | |
}, | |
{ | |
"info": "h2", | |
"name": "h2", | |
"text": "<h2>$$</h2>" | |
}, | |
{ | |
"info": "h3", | |
"name": "h3", | |
"text": "<h3>$$</h3>" | |
}, | |
{ | |
"info": "h4", | |
"name": "h4", | |
"text": "<h4>$$</h4>" | |
}, | |
{ | |
"info": "h5", | |
"name": "h5", | |
"text": "<h5>$$</h5>" | |
}, | |
{ | |
"info": "h6", | |
"name": "h6", | |
"text": "<h6>$$</h6>" | |
}, | |
{ | |
"info": "hgroup", | |
"name": "hgroup", | |
"text": "<hgroup>$$</hgroup>" | |
}, | |
{ | |
"info": "nav", | |
"name": "nav", | |
"text": "<nav>$$</nav>" | |
}, | |
{ | |
"info": "section", | |
"name": "section", | |
"text": "<section>$$</section>" | |
}, | |
{ | |
"info": "blockquote", | |
"name": "blockquote", | |
"text": "<blockquote>$$</blockquote>" | |
}, | |
{ | |
"info": "cite", | |
"name": "cite", | |
"text": "<cite>$$</cite>" | |
}, | |
{ | |
"info": "dd", | |
"name": "dd", | |
"text": "<dd>$$</dd>" | |
}, | |
{ | |
"info": "dl", | |
"name": "dl", | |
"text": "<dl>$$</dl>" | |
}, | |
{ | |
"info": "dt", | |
"name": "dt", | |
"text": "<dt>$$</dt>" | |
}, | |
{ | |
"info": "div", | |
"name": "div", | |
"text": "<div>$$</div>" | |
}, | |
{ | |
"info": "figcaption", | |
"name": "figcaption", | |
"text": "<figcaption>$$</figcaption>" | |
}, | |
{ | |
"info": "figure", | |
"name": "figure", | |
"text": "<figure>$$</figure>" | |
}, | |
{ | |
"info": "hr", | |
"name": "hr", | |
"text": "<hr/>" | |
}, | |
{ | |
"info": "li", | |
"name": "li", | |
"text": "<li>$$</li>" | |
}, | |
{ | |
"info": "ol", | |
"name": "ol", | |
"text": "<ol>$$</ol>" | |
}, | |
{ | |
"info": "ul", | |
"name": "ul", | |
"text": "<ul>$$</ul>" | |
}, | |
{ | |
"info": "menu", | |
"name": "menu", | |
"text": "<menu>$$</menu>" | |
}, | |
{ | |
"info": "main", | |
"name": "main", | |
"text": "<main>$$</main>" | |
}, | |
{ | |
"info": "p", | |
"name": "p:", | |
"text": "<p>$$</p>" | |
}, | |
{ | |
"info": "pre", | |
"name": "pre", | |
"text": "<pre>$$</pre>" | |
}, | |
{ | |
"info": "a", | |
"name": "a:", | |
"text": "<a>$$</a>" | |
}, | |
{ | |
"info": "abbr", | |
"name": "abbr", | |
"text": "<abbr>$$</abbr>" | |
}, | |
{ | |
"info": "b", | |
"name": "b:", | |
"text": "<b>$$</b>" | |
}, | |
{ | |
"info": "bdi", | |
"name": "bdi", | |
"text": "<bdi>$$</bdi>" | |
}, | |
{ | |
"info": "bdo", | |
"name": "bdo", | |
"text": "<bdo>$$</bdo>" | |
}, | |
{ | |
"info": "br", | |
"name": "br", | |
"text": "<br/>" | |
}, | |
{ | |
"info": "code", | |
"name": "code", | |
"text": "<code>$$</code>" | |
}, | |
{ | |
"info": "data", | |
"name": "data", | |
"text": "<data>$$</data>" | |
}, | |
{ | |
"info": "time", | |
"name": "time", | |
"text": "<time>$$</time>" | |
}, | |
{ | |
"info": "dfn", | |
"name": "dfn", | |
"text": "<dfn>$$</dfn>" | |
}, | |
{ | |
"info": "em", | |
"name": "em", | |
"text": "<em>$$</em>" | |
}, | |
{ | |
"info": "i", | |
"name": "i:", | |
"text": "<i>$$</i>" | |
}, | |
{ | |
"info": "kbd", | |
"name": "kbd", | |
"text": "<kbd>$$</kbd>" | |
}, | |
{ | |
"info": "mark", | |
"name": "mark", | |
"text": "<mark>$$</mark>" | |
}, | |
{ | |
"info": "q", | |
"name": "q:", | |
"text": "<q>$$</q>" | |
}, | |
{ | |
"info": "rp", | |
"name": "rp", | |
"text": "<rp>$$</rp>" | |
}, | |
{ | |
"info": "ruby", | |
"name": "ruby", | |
"text": "<ruby>$$</ruby>" | |
}, | |
{ | |
"info": "rt", | |
"name": "rt", | |
"text": "<rt>$$</rt>" | |
}, | |
{ | |
"info": "rtc", | |
"name": "rtc", | |
"text": "<rtc>$$</rtc>" | |
}, | |
{ | |
"info": "rb", | |
"name": "rb", | |
"text": "<rb>$$</rb>" | |
}, | |
{ | |
"info": "s", | |
"name": "s:", | |
"text": "<s>$$</s>" | |
}, | |
{ | |
"info": "del", | |
"name": "del", | |
"text": "<del>$$</del>" | |
}, | |
{ | |
"info": "ins", | |
"name": "ins", | |
"text": "<ins>$$</ins>" | |
}, | |
{ | |
"info": "samp", | |
"name": "samp", | |
"text": "<samp>$$</samp>" | |
}, | |
{ | |
"info": "small", | |
"name": "small", | |
"text": "<small>$$</small>" | |
}, | |
{ | |
"info": "span", | |
"name": "span", | |
"text": "<span>$$</span>" | |
}, | |
{ | |
"info": "strong", | |
"name": "strong", | |
"text": "<strong>$$</strong>" | |
}, | |
{ | |
"info": "sub", | |
"name": "sub", | |
"text": "<sub>$$</sub>" | |
}, | |
{ | |
"info": "sup", | |
"name": "sup", | |
"text": "<sup>$$</sup>" | |
}, | |
{ | |
"info": "u", | |
"name": "u:", | |
"text": "<u>$$</u>" | |
}, | |
{ | |
"info": "var", | |
"name": "var", | |
"text": "<var>$$</var>" | |
}, | |
{ | |
"info": "wbr", | |
"name": "wbr", | |
"text": "<wbr $$/>" | |
}, | |
{ | |
"info": "area", | |
"name": "area", | |
"text": "<area $$ />" | |
}, | |
{ | |
"info": "map", | |
"name": "map", | |
"text": "<map>$$</map>" | |
}, | |
{ | |
"info": "audio", | |
"name": "audio", | |
"text": "<audio>$$</audio>" | |
}, | |
{ | |
"info": "source", | |
"name": "source", | |
"text": "<source $$/>" | |
}, | |
{ | |
"info": "img", | |
"name": "img", | |
"text": "<img src=\"$$\" />" | |
}, | |
{ | |
"info": "track", | |
"name": "track", | |
"text": "<track $$/>" | |
}, | |
{ | |
"info": "video", | |
"name": "video", | |
"text": "<video>$$</video>" | |
}, | |
{ | |
"info": "embed", | |
"name": "embed", | |
"text": "<embed $$ />" | |
}, | |
{ | |
"info": "iframe", | |
"name": "iframe", | |
"text": "<iframe>$$</iframe>" | |
}, | |
{ | |
"info": "object", | |
"name": "object", | |
"text": "<object>$$</object>" | |
}, | |
{ | |
"info": "param", | |
"name": "param", | |
"text": "<param $$ />" | |
}, | |
{ | |
"info": "picture", | |
"name": "picture", | |
"text": "<picture>$$</picture>" | |
}, | |
{ | |
"info": "canvas", | |
"name": "canvas", | |
"text": "<canvas>$$</canvas>" | |
}, | |
{ | |
"info": "noscript", | |
"name": "noscript", | |
"text": "<noscript>$$</noscript>" | |
}, | |
{ | |
"info": "del", | |
"name": "del", | |
"text": "<del>$$</del>" | |
}, | |
{ | |
"info": "caption", | |
"name": "caption", | |
"text": "<caption>$$</caption>" | |
}, | |
{ | |
"info": "table", | |
"name": "table", | |
"text": "<table>$$</table>" | |
}, | |
{ | |
"info": "col", | |
"name": "col", | |
"text": "<col $$/>" | |
}, | |
{ | |
"info": "colgroup", | |
"name": "colgroup", | |
"text": "<colgroup>$$</colgroup>" | |
}, | |
{ | |
"info": "tbody", | |
"name": "tbody", | |
"text": "<tbody>$$</tbody>" | |
}, | |
{ | |
"info": "tr", | |
"name": "tr", | |
"text": "<tr>$$</tr>" | |
}, | |
{ | |
"info": "tfoot", | |
"name": "tfoot", | |
"text": "<tfoot>$$</tfoot>" | |
}, | |
{ | |
"info": "thead", | |
"name": "thead", | |
"text": "<thead>$$</thead>" | |
}, | |
{ | |
"info": "td", | |
"name": "td", | |
"text": "<td>$$</td>" | |
}, | |
{ | |
"info": "th", | |
"name": "th", | |
"text": "<th>$$</th>" | |
}, | |
{ | |
"info": "button", | |
"name": "button", | |
"text": "<button>$$</button>" | |
}, | |
{ | |
"info": "datalist", | |
"name": "datalist", | |
"text": "<datalist>$$</datalist>" | |
}, | |
{ | |
"info": "option", | |
"name": "option", | |
"text": "<option>$$</option>" | |
}, | |
{ | |
"info": "fieldset", | |
"name": "fieldset", | |
"text": "<fieldset>$$</fieldset>" | |
}, | |
{ | |
"info": "label", | |
"name": "label", | |
"text": "<label>$$</label>" | |
}, | |
{ | |
"info": "form", | |
"name": "form", | |
"text": "<form>$$</form>" | |
}, | |
{ | |
"info": "input", | |
"name": "input", | |
"text": "<input type=\"$$\" value=\"$$\" />" | |
}, | |
{ | |
"info": "keygen", | |
"name": "keygen", | |
"text": "<keygen />" | |
}, | |
{ | |
"info": "legend", | |
"name": "legend", | |
"text": "<legend>$$</legend>" | |
}, | |
{ | |
"info": "meter", | |
"name": "meter", | |
"text": "<meter>$$</meter>" | |
}, | |
{ | |
"info": "optgroup", | |
"name": "optgroup", | |
"text": "<optgroup>$$</optgroup>" | |
}, | |
{ | |
"info": "select", | |
"name": "select", | |
"text": "<select>$$</select>" | |
}, | |
{ | |
"info": "output", | |
"name": "output", | |
"text": "<output>$$</output>" | |
}, | |
{ | |
"info": "progress", | |
"name": "progress", | |
"text": "<progress>$$</progress>" | |
}, | |
{ | |
"info": "textarea", | |
"name": "textarea", | |
"text": "<textarea>$$</textarea>" | |
}, | |
{ | |
"info": "textarea", | |
"name": "textarea", | |
"text": "<textarea>$$</textarea>" | |
}, | |
{ | |
"info": "details", | |
"name": "details", | |
"text": "<details>$$</details>" | |
}, | |
{ | |
"info": "details", | |
"name": "details", | |
"text": "<details>$$</details>" | |
}, | |
{ | |
"info": "dialog", | |
"name": "dialog", | |
"text": "<dialog>$$</dialog>" | |
}, | |
{ | |
"info": "menuitem", | |
"name": "menuitem", | |
"text": "<menuitem>$$</menuitem>" | |
}, | |
{ | |
"info": "summary", | |
"name": "summary", | |
"text": "<summary>$$</summary>" | |
}, | |
{ | |
"info": "content", | |
"name": "content", | |
"text": "<content>$$</content>" | |
}, | |
{ | |
"info": "decorator", | |
"name": "decorator", | |
"text": "<decorator>$$</decorator>" | |
}, | |
{ | |
"info": "element", | |
"name": "element", | |
"text": "<element>$$</element>" | |
}, | |
{ | |
"info": "shadow", | |
"name": "shadow", | |
"text": "<shadow>$$</shadow>" | |
}, | |
{ | |
"info": "template", | |
"name": "template", | |
"text": "<template>$$</template>" | |
}, | |
{ | |
"info": "acronym", | |
"name": "acronym", | |
"text": "<acronym>$$</acronym>" | |
}, | |
{ | |
"info": "acronym)", | |
"name": "acronym)", | |
"text": "<acronym)>$$</acronym)>" | |
}, | |
{ | |
"info": "applet", | |
"name": "applet", | |
"text": "<applet>$$</applet>" | |
}, | |
{ | |
"info": "basefont", | |
"name": "basefont", | |
"text": "<basefont>$$</basefont>" | |
}, | |
{ | |
"info": "font", | |
"name": "font", | |
"text": "<font>$$</font>" | |
}, | |
{ | |
"info": "big", | |
"name": "big", | |
"text": "<big>$$</big>" | |
}, | |
{ | |
"info": "blink", | |
"name": "blink", | |
"text": "<blink>$$</blink>" | |
}, | |
{ | |
"info": "center", | |
"name": "center", | |
"text": "<center>$$</center>" | |
}, | |
{ | |
"info": "dir", | |
"name": "dir", | |
"text": "<dir>$$</dir>" | |
}, | |
{ | |
"info": "frame", | |
"name": "frame", | |
"text": "<frame>$$</frame>" | |
}, | |
{ | |
"info": "frameset", | |
"name": "frameset", | |
"text": "<frameset>$$</frameset>" | |
}, | |
{ | |
"info": "isindex", | |
"name": "isindex", | |
"text": "<isindex>$$</isindex>" | |
}, | |
{ | |
"info": "listing", | |
"name": "listing", | |
"text": "<listing>$$</listing>" | |
}, | |
{ | |
"info": "noembed", | |
"name": "noembed", | |
"text": "<noembed>$$</noembed>" | |
}, | |
{ | |
"info": "plaintext", | |
"name": "plaintext", | |
"text": "<plaintext>$$</plaintext>" | |
}, | |
{ | |
"info": "spacer", | |
"name": "spacer", | |
"text": "<spacer>$$</spacer>" | |
}, | |
{ | |
"info": "spacer", | |
"name": "spacer", | |
"text": "<spacer>$$</spacer>" | |
}, | |
{ | |
"info": "strike", | |
"name": "strike", | |
"text": "<strike>$$</strike>" | |
}, | |
{ | |
"info": "tt", | |
"name": "tt", | |
"text": "<tt>$$</tt>" | |
}, | |
{ | |
"info": "xmp", | |
"name": "xmp", | |
"text": "<xmp>$$</xmp>" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment