File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/web/src/routes/docs/integrations/language-server Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ impl Backend {
266
266
Some ( Box :: new ( GitCommitParser :: new_markdown ( markdown_options) ) )
267
267
}
268
268
"html" => Some ( Box :: new ( HtmlParser :: default ( ) ) ) ,
269
- "mail" | "plaintext" => Some ( Box :: new ( PlainEnglish ) ) ,
269
+ "mail" | "plaintext" | "text" => Some ( Box :: new ( PlainEnglish ) ) ,
270
270
"typst" => Some ( Box :: new ( Typst ) ) ,
271
271
_ => None ,
272
272
} ;
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ These configs are under the `markdown` key:
244
244
| Markdown | ` markdown ` | |
245
245
| Nix | ` nix ` | ✅ |
246
246
| PHP | ` php ` | ✅ |
247
- | Plain Text | ` plaintext ` | |
247
+ | Plain Text | ` plaintext ` / ` text ` | |
248
248
| Python | ` python ` | ✅ |
249
249
| Ruby | ` ruby ` | ✅ |
250
250
| Rust | ` rust ` | ✅ |
You can’t perform that action at this time.
0 commit comments