From 381499ad6b18f2a98c0b2d2f3d8eb57365dc1564 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 31 Jul 2019 00:17:47 +0900 Subject: [PATCH] lowercase doctype Pros: - usually compresses better - consistency (other html tags/attributes are lowercase) --- html.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.json b/html.json index 686647d..45bb68d 100644 --- a/html.json +++ b/html.json @@ -140,7 +140,7 @@ "ri:a|ri:art": "pic>src:m+img", "ri:t|ri:type": "pic>src:t+img", - "!!!": "{}", + "!!!": "{}", "doc": "html[lang=${lang}]>(head>meta[charset=${charset}]+meta:vp+title{${1:Document}})+body", "!|html:5": "!!!+doc",