From 5595136f9f7d8ab991ec531d2d5210bfdeaef7e0 Mon Sep 17 00:00:00 2001 From: Yubing Shi Date: Wed, 2 Mar 2022 12:42:07 +1300 Subject: [PATCH] support `.gotmpl` files --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 90c8321..4c0d080 100644 --- a/package.json +++ b/package.json @@ -79,6 +79,7 @@ ".go.txt", ".go.tpl", ".go.tmpl", + ".gotmpl", ".gtpl" ], "firstLine": "[\\t ]*\\{\\{(-[\\t ])?\\/\\*.*?\\*\\/([\\t ]-)?\\}\\}[\\t ]*",