From 32e202a14928ff93144988c2ec2b2387dfad2329 Mon Sep 17 00:00:00 2001 From: dozyio <37986489+dozyio@users.noreply.github.com> Date: Tue, 15 Feb 2022 22:29:48 +0000 Subject: [PATCH] Add support for gohtmltmpl files for Hugo (#473) --- packages/tailwindcss-language-service/src/util/languages.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tailwindcss-language-service/src/util/languages.ts b/packages/tailwindcss-language-service/src/util/languages.ts index 53c3593..f716559 100644 --- a/packages/tailwindcss-language-service/src/util/languages.ts +++ b/packages/tailwindcss-language-service/src/util/languages.ts @@ -9,6 +9,7 @@ export const htmlLanguages = [ 'erb', 'gohtml', 'GoHTML', + 'gohtmltmpl', 'haml', 'handlebars', 'hbs',