Skip to content

Commit

Permalink
feat: added htmlangular ft to emmet_language_server, tailwindcss, emm…
Browse files Browse the repository at this point in the history
…et_ls and angularls
  • Loading branch information
Ahmad Shabeer K committed Jul 18, 2024
1 parent df9c116 commit 05c4004
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/angularls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ return {
'--ngProbeLocations',
default_probe_dir,
},
filetypes = { 'typescript', 'html', 'typescriptreact', 'typescript.tsx' },
filetypes = { 'typescript', 'html', 'typescriptreact', 'typescript.tsx', 'htmlangular' },
-- Check for angular.json since that is the root of the project.
-- Don't check for tsconfig.json or package.json since there are multiple of these
-- in an angular monorepo setup.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ return {
'sass',
'scss',
'typescriptreact',
'htmlangular',
},
root_dir = util.find_git_ancestor,
single_file_support = true,
Expand Down
1 change: 1 addition & 0 deletions lua/lspconfig/server_configurations/emmet_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ return {
'svelte',
'typescriptreact',
'vue',
'htmlangular',
},
root_dir = util.find_git_ancestor,
single_file_support = true,
Expand Down
2 changes: 2 additions & 0 deletions lua/lspconfig/server_configurations/tailwindcss.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ return {
'handlebars',
'hbs',
'html',
'htmlangular',
-- 'HTML (Eex)',
-- 'HTML (EEx)',
'html-eex',
Expand Down Expand Up @@ -91,6 +92,7 @@ return {
eelixir = 'html-eex',
eruby = 'erb',
templ = 'html',
htmlangular = 'html',
},
},
},
Expand Down

0 comments on commit 05c4004

Please sign in to comment.