diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-05-30 15:25:05 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-05-30 15:25:05 +0000 |
| commit | 81341392013cd2b2b3fce4c5d6d7a231c289b0a1 (patch) | |
| tree | df154151d7f492eac52e3dc9f6fa1a3f02475681 /doc | |
| parent | fix(emmet): align the two emmet configs #3878 (diff) | |
| download | nvim-lspconfig-81341392013cd2b2b3fce4c5d6d7a231c289b0a1.tar nvim-lspconfig-81341392013cd2b2b3fce4c5d6d7a231c289b0a1.tar.gz nvim-lspconfig-81341392013cd2b2b3fce4c5d6d7a231c289b0a1.tar.bz2 nvim-lspconfig-81341392013cd2b2b3fce4c5d6d7a231c289b0a1.tar.lz nvim-lspconfig-81341392013cd2b2b3fce4c5d6d7a231c289b0a1.tar.xz nvim-lspconfig-81341392013cd2b2b3fce4c5d6d7a231c289b0a1.tar.zst nvim-lspconfig-81341392013cd2b2b3fce4c5d6d7a231c289b0a1.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 4 | ||||
| -rw-r--r-- | doc/configs.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md index 55b38969..329282d2 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -3476,7 +3476,7 @@ Default config: ``` - `filetypes` : ```lua - { "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "typescriptreact", "htmlangular" } + { "astro", "css", "eruby", "html", "htmlangular", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "svelte", "templ", "typescriptreact", "vue" } ``` - `root_markers` : ```lua @@ -3506,7 +3506,7 @@ Default config: ``` - `filetypes` : ```lua - { "astro", "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "svelte", "typescriptreact", "vue", "htmlangular" } + { "astro", "css", "eruby", "html", "htmlangular", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "svelte", "templ", "typescriptreact", "vue" } ``` - `root_markers` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index 684cea65..71883dfc 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -2371,7 +2371,7 @@ Default config: - cmd: >lua { "emmet-language-server", "--stdio" } - filetypes: >lua - { "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "typescriptreact", "htmlangular" } + { "astro", "css", "eruby", "html", "htmlangular", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "svelte", "templ", "typescriptreact", "vue" } - root_markers: >lua { ".git" } < @@ -2392,7 +2392,7 @@ Default config: - cmd: >lua { "emmet-ls", "--stdio" } - filetypes: >lua - { "astro", "css", "eruby", "html", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "svelte", "typescriptreact", "vue", "htmlangular" } + { "astro", "css", "eruby", "html", "htmlangular", "htmldjango", "javascriptreact", "less", "pug", "sass", "scss", "svelte", "templ", "typescriptreact", "vue" } - root_markers: >lua { ".git" } < |
