diff --git a/UltiSnips/html.snippets b/UltiSnips/html.snippets index a84bbfd..36f50f9 100755 --- a/UltiSnips/html.snippets +++ b/UltiSnips/html.snippets @@ -29,6 +29,10 @@ snippet bb "SPIP " endsnippet +snippet aa "[(xxx)]" w +[(${1:${VISUAL}})]${0} +endsnippet + snippet icon "#ICON{}" w #ICON{img/sprite_symbol_pictos.svg#${1},${2:icon-font}${3:,mon title}}${0} endsnippet