From bbd843e273f0fc37d3efe707fcd9df88c9719299 Mon Sep 17 00:00:00 2001 From: patryk-s Date: Thu, 4 Sep 2025 13:11:05 +0200 Subject: [PATCH] Support elixir and phoenix heex files in neovim --- packages/tailwindcss-language-service/src/util/languages.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/tailwindcss-language-service/src/util/languages.ts b/packages/tailwindcss-language-service/src/util/languages.ts index 458261cf..29cfb48f 100644 --- a/packages/tailwindcss-language-service/src/util/languages.ts +++ b/packages/tailwindcss-language-service/src/util/languages.ts @@ -8,6 +8,7 @@ export const htmlLanguages: string[] = [ 'django-html', 'edge', 'ejs', + 'elixir', 'erb', 'gohtml', 'GoHTML', @@ -15,6 +16,7 @@ export const htmlLanguages: string[] = [ 'haml', 'handlebars', 'hbs', + 'heex', 'html', 'HTML (Eex)', 'HTML (EEx)',