diff options
Diffstat (limited to 'lua/lspconfig/server_configurations/tailwindcss.lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/tailwindcss.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/server_configurations/tailwindcss.lua b/lua/lspconfig/server_configurations/tailwindcss.lua index 69048ed6..4beaf97e 100644 --- a/lua/lspconfig/server_configurations/tailwindcss.lua +++ b/lua/lspconfig/server_configurations/tailwindcss.lua @@ -25,8 +25,7 @@ return { 'handlebars', 'hbs', 'html', - -- 'HTML (Eex)', - -- 'HTML (EEx)', + 'htmlangular', 'html-eex', 'heex', 'jade', @@ -91,6 +90,7 @@ return { eelixir = 'html-eex', eruby = 'erb', templ = 'html', + htmlangular = 'html', }, }, }, |
