Merge pull request #455 from thomd/html-snippet
fixed indentation in html snippets (for UltiSnips)
This commit is contained in:
commit
6dde955798
@ -355,12 +355,12 @@ snippet figure
|
|||||||
<figure>${0}</figure>
|
<figure>${0}</figure>
|
||||||
snippet figure#
|
snippet figure#
|
||||||
<figure id="${1}">
|
<figure id="${1}">
|
||||||
${0}
|
${0}
|
||||||
</figure>
|
</figure>
|
||||||
snippet figure.
|
snippet figure.
|
||||||
<figure class="${1}">
|
<figure class="${1}">
|
||||||
${0}
|
${0}
|
||||||
</figure>
|
</figure>
|
||||||
snippet footer
|
snippet footer
|
||||||
<footer>
|
<footer>
|
||||||
${0}
|
${0}
|
||||||
@ -627,7 +627,7 @@ snippet meta
|
|||||||
snippet meta:s
|
snippet meta:s
|
||||||
<meta ${0} />
|
<meta ${0} />
|
||||||
snippet meta:d
|
snippet meta:d
|
||||||
<meta name="description" content="${0}" />
|
<meta name="description" content="${0}" />
|
||||||
snippet meta:compat
|
snippet meta:compat
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=${1:7,8,edge}" />
|
<meta http-equiv="X-UA-Compatible" content="IE=${1:7,8,edge}" />
|
||||||
snippet meta:refresh
|
snippet meta:refresh
|
||||||
|
Loading…
Reference in New Issue
Block a user