diff options
| author | أحمد بن مركار <109348574+Ask-786@users.noreply.github.com> | 2024-07-19 11:37:46 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-19 14:07:46 +0800 |
| commit | 3b5a9d5b4985eaed803db09b360830004f92e45d (patch) | |
| tree | e5a43000a342f57050fe703c7a1f00f3f3e66792 /lua/lspconfig/server_configurations/tailwindcss.lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-3b5a9d5b4985eaed803db09b360830004f92e45d.tar nvim-lspconfig-3b5a9d5b4985eaed803db09b360830004f92e45d.tar.gz nvim-lspconfig-3b5a9d5b4985eaed803db09b360830004f92e45d.tar.bz2 nvim-lspconfig-3b5a9d5b4985eaed803db09b360830004f92e45d.tar.lz nvim-lspconfig-3b5a9d5b4985eaed803db09b360830004f92e45d.tar.xz nvim-lspconfig-3b5a9d5b4985eaed803db09b360830004f92e45d.tar.zst nvim-lspconfig-3b5a9d5b4985eaed803db09b360830004f92e45d.zip | |
feat: added htmlangular ft to emmet_language_server, tailwindcss, emmet_ls and angularls (#3240)
* feat: added htmlangular ft to emmet_language_server, tailwindcss, emmet_ls and angularls
* chore: removed commented lines
---------
Co-authored-by: Ahmad Shabeer K <shabeer@sellowpay.com>
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', }, }, }, |
