fix(ltex-lsp): forgot a rule

This commit is contained in:
Fabrice Mouhartem 2024-11-13 12:04:00 +01:00
parent 48c698c2c5
commit 49acc75e2a
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -127,7 +127,7 @@ local servers = {
dictionary = {
fr = { "CryptPad", "Chouhartem",
-- field names
"authors", "categories", "created", "updated", "title" },
"authors", "categories", "created", "updated", "title", "meta" },
en = { "CryptPad", },
}
}