Sublime Text

Use Vale with the Sublime Text 4.

There are two options for using Vale with the Sublime Text: LSP (Language Server Protocol) and SublimeLinter. The LSP option is recommended since it provides a more advanced integration.

LSP

Install the LSP package

  1. Open the Command Palette (Ctrl+Shift+P on Windows/Linux, ⇧⌘P on macOS) and select Package Control: Install Package.
  2. Select LSP from the list.

Install the Vale Language Server

  1. Open the Command Palette and select Package Control: Install Package.
  2. Select LSP-vale-ls from the list.

SublimeLinter

Follow the instructions at SublimeLinter-vale.