vscode-languagetool-linter
vscode-languagetool-linter copied to clipboard
Embedded Configuration
Add per-file embedded configuration for supported files (i.e. HTML, Markdown). For Markdown, this might be in YAML frontmatter. For HTML, it might be a comment block in the header. These settings would take precedence over User and Workspace settings for that specific file.
markdownlint provides a good example.
Actually, both Markdown and HTML support HTML Comments, so using the same approach for both will simplify the code, at least for now.