clearified and added more info in response to #50

This commit is contained in:
Carl Fredrik Samson
2022-12-07 16:48:48 +01:00
parent ff8db7c549
commit df5613c87e
3 changed files with 16 additions and 15 deletions

View File

@@ -1,8 +1,11 @@
{
"spellright.language": [],
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"latex",
"plaintext"
"plaintext",
"markdown"
],
"cSpell.enabled": true
}