vscode-languagetool-linter icon indicating copy to clipboard operation
vscode-languagetool-linter copied to clipboard

Embedded Configuration

Open davidlday opened this issue 5 years ago • 2 comments

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.

davidlday avatar Sep 04 '20 14:09 davidlday

markdownlint provides a good example.

davidlday avatar Sep 04 '20 14:09 davidlday

Actually, both Markdown and HTML support HTML Comments, so using the same approach for both will simplify the code, at least for now.

davidlday avatar Sep 04 '20 14:09 davidlday