From bc75e48a73a12f0432358d1b549994d31fbfee90 Mon Sep 17 00:00:00 2001 From: Filipe Giusti Date: Fri, 29 Aug 2014 17:44:54 -0300 Subject: [PATCH] Add in html --- UltiSnips/html.snippets | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UltiSnips/html.snippets b/UltiSnips/html.snippets index 5746feb..fee451f 100644 --- a/UltiSnips/html.snippets +++ b/UltiSnips/html.snippets @@ -253,6 +253,10 @@ snippet td "table cell" w $0 endsnippet +snippet th "table header" w +$0 +endsnippet + snippet tr "table row" w $0 endsnippet