Skip to content

Commit

Permalink
Document which files the language client should watch (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Sep 25, 2023
1 parent 486ebee commit 3ae00d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ are supported.

`remark-language-server` uses the same configuration files as
[`remark-cli`][remark-cli].
These files are:

* `.remarkrc`
* `.remarkrc.cjs`
* `.remarkrc.js`
* `.remarkrc.json`
* `.remarkrc.mjs`
* `.remarkrc.yaml`
* `.remarkrc.yml`
* `package.json`

Language clients should notify the language server if these files change.
They are looked up starting at the folder where the checked markdown file
exists.

## Examples

Expand Down

0 comments on commit 3ae00d5

Please sign in to comment.