Skip to content

Commit 767a178

Browse files
authored
chore: dictionary curation 2026-03-19 (Automattic#2968)
* chore: dictionary curation -wives was not marked as plural +lookahead +lookbehind * chore: dictionary curation -somewhere: noun->adv -that: remove `/g` which causes it to be marked as a noun +that's * chore: dictionary curation -introduce †/‡ to mark slang+informal words - double dagger means only some senses -add aussie slang and informal words from Automattic#2515 * chore: dictionary curation -mark slang/informal/nonstandard entries * chore: dictionary curation +subexpression * chore: dictionary curation +indeclinable +Coinbase -remove `/O`, `/J`, and `/Y` flags from "man", which confuse linter heuristics +myalgic +MrBeast +ISSN I had to modify `ShouldContract` which seemed to be depend on "man" being an adjective for "your the man" to get flagged.
1 parent de214c5 commit 767a178

12 files changed

Lines changed: 2173 additions & 2139 deletions

harper-core/annotations.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,18 @@
672672
"swear": true
673673
}
674674
},
675+
"†": {
676+
"#": "slang/informal/nonstandard (always) property",
677+
"metadata": {
678+
"slang": true
679+
}
680+
},
681+
"‡": {
682+
"#": "slang/informal/nonstandard (some senses only) property",
683+
"metadata": {
684+
"slang": true
685+
}
686+
},
675687
"C": {
676688
"#": "conjunction property",
677689
"metadata": {

0 commit comments

Comments
 (0)