Skip to content

Commit

Permalink
cspell settings
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed Mar 21, 2023
1 parent 4f04854 commit 89b518b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"language": "de-DE,en-US",
"ignoreWords": [
"erstmal"
],
"dictionaryDefinitions": [
{
"name": "hpmor",
"path": "./cspell-words.txt"
}
],
"dictionaries": [
"hpmor"
],
"languageSettings": [
{
"languageId": "latex",
"dictionaries": [
"hpmor",
"latex"
],
"ignoreRegExpList": [
"(^| )%.*"
]
},
{
"languageId": "python",
"allowCompoundWords": true,
"dictionaries": [
"python",
"wordsEn",
"wordsEnUS"
]
}
]
}

0 comments on commit 89b518b

Please sign in to comment.