From 679a2ec99781517375dbf8c8210b7c645a9aba55 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Thu, 17 Nov 2022 20:58:04 +0000 Subject: [PATCH] Add cspell words for things we use --- .vscode/settings.json | 89 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..50076eb2 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,89 @@ +{ + "cSpell.words": [ + "aeabi", + "agbabi", + "asefile", + "aseprite", + "Atmel", + "behaviour", + "bindgen", + "bitarray", + "bitflags", + "bitmask", + "boing", + "boops", + "chipsets", + "chrono", + "clonable", + "collidable", + "Colour", + "Colours", + "constness", + "COOLDOWN", + "cooldowns", + "cstring", + "Customise", + "Datelike", + "dealloc", + "EABI", + "EEPROM", + "ewram", + "fixnum", + "fontdue", + "fract", + "FRAM", + "gameboy", + "Gamepak", + "hadamard", + "Hasher", + "healthbar", + "hflip", + "hurtbox", + "initialisation", + "initialise", + "Initialises", + "iwram", + "justfile", + "Knockback", + "lateout", + "Macronix", + "mgba", + "normalise", + "normalised", + "Optimisation", + "optimise", + "optimised", + "Optimiser", + "Paks", + "prioritised", + "replacen", + "repr", + "Respawn", + "rustc", + "rustdoc", + "Sanyo", + "screenblock", + "screenblocks", + "signum", + "SRAM", + "subcrates", + "subpat", + "syscall", + "syscalls", + "THUMBV", + "tilemap", + "tileset", + "tonc", + "trunc", + "Uninit", + "uninitialised", + "vblank", + "vdraw", + "vflip", + "vram", + "Woah", + "WRAM", + "xmin", + "ymin" + ] +} \ No newline at end of file