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${1/(\w+).*/$1/}>$0 +snippet helloworld "A little hello world example." b + + +
+