config: fix spell check document types

Spell checking stopped working previously. This appears to fix it.
This commit is contained in:
Laurens Valk
2020-05-19 10:48:45 +02:00
parent cce1149db6
commit a90cc4f10f
+2 -1
View File
@@ -23,6 +23,7 @@
"markdown",
"latex",
"plaintext",
"python"
"python",
"restructuredtext",
]
}