Skip to content

Commit

Permalink
cspell config, start of custom dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Feb 5, 2024
1 parent 7f3cebe commit 38b38f0
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .cspell/custom-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
agent-centricity
Anwaar
Burmeister
CRDT
d'Aoust
IPFS
Ulhaq
Wahlstrom
12 changes: 12 additions & 0 deletions .cspell/holochain-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
hApp
Holo
Holo's
Holochain
Holochain's
Holonix
Tryorama
webhapp
zome
zome's
zomes
zomes'
11 changes: 11 additions & 0 deletions .cspell/template-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
brower
coreconcepts
elif
endfor
endlink
endmacro
endrenderlayoutblock
newblock
renderlayoutblock
storysequence
surpress
13 changes: 13 additions & 0 deletions .cspell/words-that-should-exist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
affordance
affordances
counterparties
counterparties'
counterparty
counterparty's
filesystem
filesystems
permissivity
todo
todos
unforgeable
unvalidated
21 changes: 21 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"dictionaries": ["holochain", "words-that-should-exist", "custom", "template"],
"dictionaryDefinitions": [
{
"name": "holochain",
"path": "./.cspell/holochain-words.txt"
},
{
"name": "words-that-should-exist",
"path": "./.cspell/words-that-should-exist.txt"
},
{
"name": "custom",
"path": "./.cspell/custom-words.txt"
},
{
"name": "template",
"path": "./.cspell/template-words.txt"
}
]
}

0 comments on commit 38b38f0

Please sign in to comment.