diff options
| -rw-r--r-- | doc/server_configurations.md | 4 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 73f5596d..d0945922 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -6368,7 +6368,7 @@ require'lspconfig'.ltex.setup{} ``` - `filetypes` : ```lua - { "bib", "gitcommit", "markdown", "org", "plaintex", "rst", "rnoweb", "tex", "pandoc", "quarto", "rmd", "context", "html", "xhtml" } + { "bib", "gitcommit", "markdown", "org", "plaintex", "rst", "rnoweb", "tex", "pandoc", "quarto", "rmd", "context", "html", "xhtml", "mail", "text" } ``` - `get_language_id` : ```lua @@ -6382,7 +6382,7 @@ require'lspconfig'.ltex.setup{} ```lua { ltex = { - enabled = { "bibtex", "gitcommit", "markdown", "org", "tex", "restructuredtext", "rsweave", "latex", "quarto", "rmd", "context", "html", "xhtml" } + enabled = { "bibtex", "gitcommit", "markdown", "org", "tex", "restructuredtext", "rsweave", "latex", "quarto", "rmd", "context", "html", "xhtml", "mail", "plaintext" } } } ``` diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 73f5596d..d0945922 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -6368,7 +6368,7 @@ require'lspconfig'.ltex.setup{} ``` - `filetypes` : ```lua - { "bib", "gitcommit", "markdown", "org", "plaintex", "rst", "rnoweb", "tex", "pandoc", "quarto", "rmd", "context", "html", "xhtml" } + { "bib", "gitcommit", "markdown", "org", "plaintex", "rst", "rnoweb", "tex", "pandoc", "quarto", "rmd", "context", "html", "xhtml", "mail", "text" } ``` - `get_language_id` : ```lua @@ -6382,7 +6382,7 @@ require'lspconfig'.ltex.setup{} ```lua { ltex = { - enabled = { "bibtex", "gitcommit", "markdown", "org", "tex", "restructuredtext", "rsweave", "latex", "quarto", "rmd", "context", "html", "xhtml" } + enabled = { "bibtex", "gitcommit", "markdown", "org", "tex", "restructuredtext", "rsweave", "latex", "quarto", "rmd", "context", "html", "xhtml", "mail", "plaintext" } } } ``` |
