Skip to content

Commit

Permalink
feat: add support for ltex_plus (ltex fork)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Dec 7, 2024
1 parent ed1e046 commit e57a154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/rulebook/data/add-ignore-rule-comment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ M.ts = M.typescript -- vtsls
M["vale-ls"] = M.vale -- lsp and linter have separate source names
M.stylelintplus = M.stylelint -- stylelint-lsp
M.basedpyright = M.Pyright -- pyright fork
M.ltex_plus = M.ltex -- ltex fork

--------------------------------------------------------------------------------
return M
1 change: 1 addition & 0 deletions lua/rulebook/data/rule-docs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ local M = {
M.tsserver = M.typescript -- typescript-tools.nvim
M.ts = M.typescript -- vtsls
M.stylelintplus = M.stylelint -- stylelint-lsp
M.ltex_plus = M.ltex -- ltex fork

--------------------------------------------------------------------------------
return M

0 comments on commit e57a154

Please sign in to comment.