diff options
author | smihica <smihica@gmail.com> | 2013-05-16 04:12:50 +0900 |
---|---|---|
committer | smihica <smihica@gmail.com> | 2013-05-16 04:12:50 +0900 |
commit | 64a3813fd87bfe552a28a509d44ee77b3b485a09 (patch) | |
tree | 2a50ade8f5ad40460e1b2d39d24655136cea69f9 /conf | |
parent | 679955f5b20813061a01a06024b1634dc75a1b10 (diff) | |
download | emmet-mode-64a3813fd87bfe552a28a509d44ee77b3b485a09.tar.lz emmet-mode-64a3813fd87bfe552a28a509d44ee77b3b485a09.tar.xz emmet-mode-64a3813fd87bfe552a28a509d44ee77b3b485a09.zip |
Supported HTML shippets.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/snippets.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/snippets.json b/conf/snippets.json index e42a3db..555a00f 100644 --- a/conf/snippets.json +++ b/conf/snippets.json @@ -592,10 +592,9 @@ "!!!xt": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">", "!!!xs": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">", "!!!xxs": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">", - "c": "<!-- |${child} -->", - "cc:ie6": "<!--[if lte IE 6]>\n\t${child}|\n<![endif]-->", - "cc:ie": "<!--[if IE]>\n\t${child}|\n<![endif]-->", - "cc:noie": "<!--[if !IE]><!-->\n\t${child}|\n<!--<![endif]-->" + "cc:ie6": "<!--[if lte IE 6]>\n\t${child}\n<![endif]-->", + "cc:ie": "<!--[if IE]>\n\t${child}\n<![endif]-->", + "cc:noie": "<!--[if !IE]><!-->\n\t${child}\n<!--<![endif]-->" }, "aliases": { |