DavidAnson / vscode-markdownlint

Markdown linting and style checking for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint
MIT License
930 stars 170 forks source link

Add .markdownlintignore file association #275

Closed thernstig closed 1 year ago

thernstig commented 1 year ago

This makes sure that .markdownlintignore files are parsed as using ignore syntax.

Fixes #274

DavidAnson commented 1 year ago

Also, I don't see "ignore" listed as a known language identifier, can you verify your change behaves as expected on a default install of VS Code? https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers

thernstig commented 1 year ago

@DavidAnson if you select the command Select Language Mode within VS Code you will see ignore is a valid option. I also added such things previously directly to the VS Code repository, see https://github.com/microsoft/vscode/pull/92397/files

So it is a bug in the VS Code docs.

DavidAnson commented 1 year ago

That makes sense, thank you! I will accept this PR after I have a chance to try it.