Add "teleported" to spellcheck exceptions, and sort the list.
This commit is contained in:
parent
386d8df9d7
commit
75d063925e
1 changed files with 19 additions and 5 deletions
|
@ -644,12 +644,26 @@ spellcheck_these = (\
|
|||
declared_spellings = {"GLOBAL":["I'm", "I've", "I'd", "I'll",
|
||||
"heh", "ack",
|
||||
# Fantasy/SF/occult jargon that we need
|
||||
"aeon",
|
||||
"aide-de-camp",
|
||||
"teleport", "teleportation", "terraform",
|
||||
"hellspawn", "hurrah", "crafters", "bided",
|
||||
"overmatched", "stygian", "numbskulls",
|
||||
"axe", "greatsword", "ballista", "glaive",
|
||||
"morningstar", "wildlands", "aeon", "eyrie",
|
||||
"axe",
|
||||
"ballista",
|
||||
"bided",
|
||||
"crafters",
|
||||
"eyrie",
|
||||
"glaive",
|
||||
"greatsword",
|
||||
"hellspawn",
|
||||
"hurrah",
|
||||
"morningstar",
|
||||
"numbskulls",
|
||||
"overmatched",
|
||||
"stygian",
|
||||
"teleport",
|
||||
"teleportation",
|
||||
"teleported",
|
||||
"terraform",
|
||||
"wildlands",
|
||||
# game jargon
|
||||
"melee", "arcane", "day/night", "gameplay",
|
||||
"hitpoint", "hitpoints", "FFA", "multiplayer",
|
||||
|
|
Loading…
Add table
Reference in a new issue