mirror of
https://gitlab.vegova.si/rkv/prosojnice.git
synced 2025-05-31 08:49:07 +00:00
11 lines
235 B
JSON
11 lines
235 B
JSON
{
|
|
"cSpell.language": "sl,en",
|
|
"cSpell.ignoreWords": ["slidev"],
|
|
"cSpell.ignoreRegExpList": ["src=\"[^\"]*\"", "\\$\\$?[^\\$]+?\\$?\\$"],
|
|
"cSpell.customDictionaries": {
|
|
"ham": {
|
|
"path": "./.vscode/ham.txt"
|
|
}
|
|
}
|
|
}
|