Skip to content

Commit

Permalink
Merge pull request #1132 from epage/tesselate
Browse files Browse the repository at this point in the history
fix(dict): Accept tesselate variant
  • Loading branch information
epage authored Oct 24, 2024
2 parents 963c545 + 88fa1fb commit 13e7f3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
5 changes: 5 additions & 0 deletions crates/typos-dict/assets/allowed.csv
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ doas,built-in OpenBSD alternative to sudo (and has been ported to other systems)
healthz,common name for health check endpoints
readd,as in re-add but as an identifier
unices,alt plural of unixes
tesselate,potentially US variant of tessellate
tesselated,potentially US variant of tessellated
tesselating,potentially US variant of tessellating
tesselation,potentially US variant of tessellation
tesselator,potentially US variant of tessellator
5 changes: 0 additions & 5 deletions crates/typos-dict/assets/words.csv
Original file line number Diff line number Diff line change
Expand Up @@ -61309,11 +61309,6 @@ tesitmony,testimony
tessealte,tessellate
tessealted,tessellated
tesselatad,tessellated
tesselate,tessellate
tesselated,tessellated
tesselating,tessellating
tesselation,tessellation
tesselator,tessellator
tessleate,tessellate
tessleated,tessellated
tessleating,tessellating
Expand Down
10 changes: 0 additions & 10 deletions crates/typos-dict/src/word_codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22369,11 +22369,6 @@ pub static WORD_TES_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
dictgen::InsensitiveStr::Ascii("sealte"),
dictgen::InsensitiveStr::Ascii("sealted"),
dictgen::InsensitiveStr::Ascii("selatad"),
dictgen::InsensitiveStr::Ascii("selate"),
dictgen::InsensitiveStr::Ascii("selated"),
dictgen::InsensitiveStr::Ascii("selating"),
dictgen::InsensitiveStr::Ascii("selation"),
dictgen::InsensitiveStr::Ascii("selator"),
dictgen::InsensitiveStr::Ascii("sleate"),
dictgen::InsensitiveStr::Ascii("sleated"),
dictgen::InsensitiveStr::Ascii("sleating"),
Expand Down Expand Up @@ -22419,11 +22414,6 @@ pub static WORD_TES_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
&["tessellate"],
&["tessellated"],
&["tessellating"],
&["tessellation"],
&["tessellator"],
&["tessellate"],
&["tessellated"],
&["tessellating"],
&["tessellator"],
&["tessellation"],
&["testosterone"],
Expand Down

0 comments on commit 13e7f3b

Please sign in to comment.