diff --git a/UltiSnips/html.snippets b/UltiSnips/html.snippets index 3086824..1b903fc 100644 --- a/UltiSnips/html.snippets +++ b/UltiSnips/html.snippets @@ -1,4 +1,19 @@ -snippet << "Tag for html" bA -<$1>$2$0 +snippet helloworld "A little hello world example." b + + + + Hello world example + + +

Hello World

+ + endsnippet +snippet << "Tag for html" bA +<${1:p}>$2$0 +endsnippet + +snippet >> "Line break / closing tag" +$0 +endsnippet