Skip to content
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
147 changes: 147 additions & 0 deletions .cspell/osrs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
# Custom Dictionary Words
Akkha
Amascut
Amoxliatl
ankou
ankous
Aranea
Araxxor
araxyte
araxytes
Ardougne
Armadyl
Arrav
Artio
Attas
Bandos
battlestaff
Brimhaven
Bryophyta
Camdozaal
catablepon
catablepons
chinchompa
chompy
Custodia
dagannoth
defence
dragonbone
dragonstone
Draynor
ectoplasmator
elven
Falador
firemaking
Forthos
Fremennik
giga
godsword
gorak
goraks
Graardor
Gricoller
guthixian
Hellpuppy
herblore
Hespori
hitpoints
Hosidius
Huasca
Huberte
Hueycoatl
Hunllef
Iasor
Icthlarin
Ikkle
impling
implings
ironman
ironmen
Jagex
Jamflex
kalphite
Kandarin
Karamja
Karuulm
Kebos
Kephri
kets
Konar
Kourend
kurask
kurasks
Larren
lizardmen
longsword
Lumbridge
Masori
Menaphite
Merfolk
minigame
minotaurs
mithril
mogre
mogres
Mokhaiotl
Molch
Morytania
motherlode
Moxi
Muphin
Muspah
nagua
naguas
Nexling
Obor
Olmlet
Phasmatys
Phosani
pickpocketing
poggers
Prifddinas
Quetzin
Ranul
rockslugs
runecraft
runecrafting
Sarachnis
Saradomin
Scorpia
Scurrius
Seren
Shadu
Shayzien
Sinhaza
Skotizo
Slepey
smithing
sunfire
Tangleroot
tasker
taskers
tecpatl
Tekton
Tempoross
theeee
Toktz-mej-tal
Tonali
Tsutsaroth
turoth
turoths
unsired
Varlamore
Varrock
voidwaker
Vorkath
vyre
vyres
vyrewatch
warhammer
Wildy
Wintertodt
wyrm
xils
Zalcano
Zamorak
Zebak
Zulrah
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,13 @@
"fileMatch": ["lists/*.json"],
"url": "./schema/task-list.schema.json"
}
]
],
"cSpell.customDictionaries": {
"osrs": {
"name": "osrs",
"path": "${workspaceFolder:task-list}/.cspell/osrs.txt",
"addWords": true,
"scope": "workspace"
}
}
}
Loading