Skip to content

Commit 4e12137

Browse files
committed
feat(lsp/vale-ls): add asciidoc filetype
1 parent 336b388 commit 4e12137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp/vale_ls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
---@type vim.lsp.Config
88
return {
99
cmd = { 'vale-ls' },
10-
filetypes = { 'markdown', 'text', 'tex', 'rst' },
10+
filetypes = { 'asciidoc', 'markdown', 'text', 'tex', 'rst' },
1111
root_markers = { '.vale.ini' },
1212
}

0 commit comments

Comments
 (0)