Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dict): Accept tesselate variant #1132

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading