From 1ad668df2dfac2ae0777a95338e41cc48f581bc9 Mon Sep 17 00:00:00 2001 From: Aaron Schrab Date: Fri, 19 Jul 2013 18:04:27 -0400 Subject: [PATCH] Improve html
snippet The "class" attribute is commonly set for
s, but the current snippet definition makes it difficult to create any attributes other than "id". Setup that attribute as the id is done, so that either or both may be easily included. --- UltiSnips/html.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiSnips/html.snippets b/UltiSnips/html.snippets index 0abab18..5153b5c 100644 --- a/UltiSnips/html.snippets +++ b/UltiSnips/html.snippets @@ -167,7 +167,7 @@ snip.rv = snip.fn and 'Hallo' or 'Nothin' endsnippet snippet div "XHTML
" - + $0
endsnippet