diff options
| author | Muhmud Ahmad <muhmud@users.noreply.github.com> | 2022-01-18 23:04:43 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-18 10:04:43 -0800 |
| commit | 9432e0f09b001ce713200a6ca9f97fbde05550ec (patch) | |
| tree | 0eaa4ccaaad7b0d29db5d4b22a8e2e9f12aa7667 /lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-9432e0f09b001ce713200a6ca9f97fbde05550ec.tar nvim-lspconfig-9432e0f09b001ce713200a6ca9f97fbde05550ec.tar.gz nvim-lspconfig-9432e0f09b001ce713200a6ca9f97fbde05550ec.tar.bz2 nvim-lspconfig-9432e0f09b001ce713200a6ca9f97fbde05550ec.tar.lz nvim-lspconfig-9432e0f09b001ce713200a6ca9f97fbde05550ec.tar.xz nvim-lspconfig-9432e0f09b001ce713200a6ca9f97fbde05550ec.tar.zst nvim-lspconfig-9432e0f09b001ce713200a6ca9f97fbde05550ec.zip | |
fix(lemminx): add XSL and XSLT to filetypes (#1667)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/lemminx.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/server_configurations/lemminx.lua b/lua/lspconfig/server_configurations/lemminx.lua index 47f783e1..5bcf1cfd 100644 --- a/lua/lspconfig/server_configurations/lemminx.lua +++ b/lua/lspconfig/server_configurations/lemminx.lua @@ -3,7 +3,7 @@ local util = require 'lspconfig.util' return { default_config = { cmd = { 'lemminx' }, - filetypes = { 'xml', 'xsd', 'svg' }, + filetypes = { 'xml', 'xsd', 'xsl', 'xslt', 'svg' }, root_dir = util.find_git_ancestor, single_file_support = true, }, |
