import { emoji as e } from './emoji';
import { word } from './word';

export type ContextEntry = {
    keyword: (keyof typeof word)[];
    emoji: ((typeof e)[keyof typeof e])[];
};

export const context: ContextEntry[] = [
    {
        keyword: [
            'bogus',
            'bug',
            'bugfix',
            'correct',
            'erroneous',
            'fix',
            'incorrect',
            'patch',
            'wrong',
        ],
        emoji: [
            e._beetle /*🐞*/,
            e._bug /*🐛*/,
            e._clamp /*🗜*/,
            e._hammer /*🔨*/,
            e._wrench /*🔧*/,
        ],
    },
    {
        keyword: [
            'archive',
            'box',
            'contain',
            'container',
            'cover',
            'hold',
            'package',
            'safe',
            'shell',
            'wrap',
        ],
        emoji: [
            e._ballot_box /*🗳*/,
            e._card_file_box /*🗃*/,
            e._gift /*🎁*/,
            e._inbox_tray /*📥*/,
            e._open_hands /*👐*/,
            e._outbox_tray /*📤*/,
            e._package /*📦*/,
            e._shell /*🐚*/,
        ],
    },
    {
        keyword: [
            'append',
            'attach',
            'combine',
            'convolve',
            'distill',
            'handshake',
            'merge',
            'mix',
            'postfix',
            'prefix',
            'prepend',
            'suffix',
            'unify',
            'unit',
            'unite',
        ],
        emoji: [
            e._arrows_clockwise /*🔃*/,
            e._arrows_counterclockwise /*🔄*/,
            e._busts_in_silhouette /*👥*/,
            e._clamp /*🗜*/,
            e._handshake /*🤝*/,
            e._link /*🔗*/,
            e._paperclip /*📎*/,
            e._paperclips /*🖇*/,
            e._performing_arts /*🎭*/,
            e._twisted_rightwards_arrows /*🔀*/,
        ],
    },
    {
        keyword: [
            'archive',
            'away',
            'cancel',
            'close',
            'delete',
            'deprecate',
            'disable',
            'drop',
            'exclude',
            'off',
            'remove',
            'trash',
        ],
        emoji: [
            e._bomb /*💣*/,
            e._card_file_box /*🗃*/,
            e._coffin /*⚰*/,
            e._crossed_swords /*⚔*/,
            e._file_cabinet /*🗄*/,
            e._fire /*🔥*/,
            e._gun /*🔫*/,
            e._heavy_multiplication_x /*✖*/,
            e._knife /*🔪*/,
            e._latin_cross /*✝*/,
            e._negative_squared_cross_mark /*❎*/,
            e._outbox_tray /*📤*/,
            e._put_litter_in_its_place /*🚮*/,
            e._scissors /*✂*/,
            e._skull /*💀*/,
            e._skull_and_crossbones /*☠*/,
            e._wastebasket /*🗑*/,
            e._x /*❌*/,
        ],
    },
    {
        keyword: [
            'arrange',
            'array',
            'list',
            'order',
            'reorder',
            'sort',
            'stack',
        ],
        emoji: [
            e._1234 /*🔢*/,
            e._arrow_down /*⬇*/,
            e._arrow_up /*⬆*/,
            e._arrow_up_down /*↕*/,
            e._chart_with_downwards_trend /*📉*/,
            e._chart_with_upwards_trend /*📈*/,
            e._plate_with_cutlery /*🍽*/,
            e._signal_strength /*📶*/,
        ],
    },
    {
        keyword: [
            'beautiful',
            'beauty',
            'cosmetics',
            'embellish',
            'enhance',
            'improve',
            'readability',
            'readable',
            'refresh',
            'upgrade',
        ],
        emoji: [
            e._1st_place_medal /*🥇*/,
            e._art /*🎨*/,
            e._bird /*🐦*/,
            e._hammer /*🔨*/,
            e._high_heel /*👠*/,
            e._lipstick /*💄*/,
            e._medal_military /*🎖*/,
            e._nail_care /*💅*/,
            e._paintbrush /*🖌*/,
            e._rainbow /*🌈*/,
            e._sparkles /*✨*/,
            e._wrench /*🔧*/,
        ],
    },
    {
        keyword: [
            'apply',
            'commit',
            'confirm',
            'put',
            'register',
            'set',
        ],
        emoji: [
            e._ballot_box_with_check /*☑*/,
            e._hammer /*🔨*/,
            e._heavy_check_mark /*✔*/,
            e._pen /*🖊*/,
            e._syringe /*💉*/,
            e._white_check_mark /*✅*/,
            e._wrench /*🔧*/,
        ],
    },
    {
        keyword: [
            'add',
            'append',
            'bump',
            'enable',
            'feature',
            'fresh',
            'increase',
            'increment',
            'insert',
            'new',
            'on',
            'prepend',
            'register',
            'switch',
            'update',
            'upgrade',
            'version',
        ],
        emoji: [
            e._arrow_double_up /*⏫*/,
            e._arrow_up /*⬆*/,
            e._baby /*👶*/,
            e._baby_chick /*🐤*/,
            e._baby_symbol /*🚼*/,
            e._blossom /*🌼*/,
            e._bulb /*💡*/,
            e._checkered_flag /*🏁*/,
            e._electric_plug /*🔌*/,
            e._gift /*🎁*/,
            e._heavy_plus_sign /*➕*/,
            e._inbox_tray /*📥*/,
            e._new /*🆕*/,
            e._package /*📦*/,
            e._paperclip /*📎*/,
            e._paperclips /*🖇*/,
            e._seedling /*🌱*/,
            e._sparkle /*❇*/,
            e._sparkles /*✨*/,
        ],
    },
    {
        keyword: [
            'beauty',
            'clean',
            'format',
            'good',
            'lint',
            'readable',
            'refactor',
            'style',
        ],
        emoji: [
            e._art /*🎨*/,
            e._high_heel /*👠*/,
            e._lipstick /*💄*/,
            e._medal_military /*🎖*/,
            e._nail_care /*💅*/,
            e._paintbrush /*🖌*/,
            e._pill /*💊*/,
            e._rainbow /*🌈*/,
            e._shirt /*👕*/,
            e._shower /*🚿*/,
            e._straight_ruler /*📏*/,
            e._triangular_ruler /*📐*/,
            e._tshirt /*👕*/,
        ],
    },
    {
        keyword: [
            'recycle',
            'reestablish',
            'refactor',
            'reimplement',
            'rethink',
            'retro',
            'retrospect',
            'rewrite',
        ],
        emoji: [
            e._building_construction /*🏗*/,
            e._hammer /*🔨*/,
            e._hammer_and_wrench /*🛠*/,
            e._recycle /*♻*/,
            e._wrench /*🔧*/,
        ],
    },
    {
        keyword: [
            'assess',
            'check',
            'exam',
            'fixture',
            'rethink',
            'review',
            'supervise',
            'test',
        ],
        emoji: [
            e._alembic /*⚗*/,
            e._clamp /*🗜*/,
            e._detective /*🕵*/,
            e._mag /*🔍*/,
            e._mag_right /*🔎*/,
            e._microscope /*🔬*/,
            e._stopwatch /*⏱*/,
            e._telescope /*🔭*/,
        ],
    },
    {
        keyword: [
            'give',
            'move',
            'out',
            'produce',
            'publish',
            'send',
            'transform',
        ],
        emoji: [
            e._airplane /*✈*/,
            e._bow_and_arrow /*🏹*/,
            e._envelope /*✉*/,
            e._helicopter /*🚁*/,
            e._loudspeaker /*📢*/,
            e._microphone /*🎤*/,
            e._newspaper /*📰*/,
            e._newspaper_roll /*🗞*/,
            e._outbox_tray /*📤*/,
            e._radio /*📻*/,
            e._rocket /*🚀*/,
            e._satellite /*📡*/,
            e._small_airplane /*🛩*/,
            e._speaker /*🔈*/,
            e._tv /*📺*/,
        ],
    },
    {
        keyword: [
            'ask',
            'fetch',
            'inquiry',
            'query',
            'receive',
            'request',
            'take',
        ],
        emoji: [
            e._fork_and_knife /*🍴*/,
            e._grey_question /*❔*/,
            e._inbox_tray /*📥*/,
            e._question /*❓*/,
        ],
    },
    {
        keyword: [
            'await',
            'callback',
            'consume',
            'listen',
            'register',
            'standby',
            'subscribe',
        ],
        emoji: [
            e._calling /*📲*/,
            e._ear /*👂*/,
            e._envelope /*✉*/,
            e._headphone /*🎧*/,
            e._hourglass_flowing_sand /*⏳*/,
            e._incoming_envelope /*📨*/,
            e._pause_button /*⏸*/,
            e._phone /*☎*/,
        ],
    },
    {
        keyword: [
            'cron',
            'job',
            'period',
            'repeat',
            'repetitive',
            'schedule',
            'time',
        ],
        emoji: [
            e._alarm_clock /*⏰*/,
            e._calendar /*📆*/,
            e._runner /*🏃*/,
            e._spiral_calendar /*🗓*/,
            e._stopwatch /*⏱*/,
            e._timer /*⏲*/,
        ],
    },
    {
        keyword: [
            'browse',
            'find',
            'lookup',
            'query',
            'search',
            'select',
        ],
        emoji: [
            e._detective /*🕵*/,
            e._dog /*🐶*/,
            e._dog2 /*🐕*/,
            e._flashlight /*🔦*/,
            e._mag /*🔍*/,
            e._mag_right /*🔎*/,
            e._microscope /*🔬*/,
            e._nose /*👃*/,
            e._telescope /*🔭*/,
        ],
    },
    {
        keyword: [
            'downgrade',
            'repopulate',
            'reset',
            'revert',
            'rollback',
            'undo',
        ],
        emoji: [
            e._arrow_double_down /*⏬*/,
            e._arrow_down /*⬇*/,
            e._arrow_heading_down /*⤵*/,
            e._thumbsdown /*👎*/,
        ],
    },
    {
        keyword: [
            'comment',
            'draft',
            'guide',
            'log',
            'manual',
            'note',
            'readme',
            'record',
            'store',
            'text',
        ],
        emoji: [
            e._blue_book /*📘*/,
            e._book /*📖*/,
            e._bookmark_tabs /*📑*/,
            e._books /*📚*/,
            e._clipboard /*📋*/,
            e._fax /*📠*/,
            e._newspaper /*📰*/,
            e._newspaper_roll /*🗞*/,
            e._notebook /*📓*/,
            e._orange_book /*📙*/,
            e._pen /*🖊*/,
            e._pencil /*📝*/,
            e._pencil2 /*✏*/,
            e._printer /*🖨*/,
            e._scroll /*📜*/,
            e._speech_balloon /*💬*/,
            e._writing_hand /*✍*/,
        ],
    },
    {
        keyword: [
            'avoid',
            'beware',
            'caution',
            'lookout',
            'notice',
            'prevent',
            'safe',
            'warn',
        ],
        emoji: [
            e._exclamation /*❗*/,
            e._grey_exclamation /*❕*/,
            e._hand /*✋*/,
            e._heavy_exclamation_mark /*❗*/,
            e._warning /*⚠*/,
        ],
    },
    {
        keyword: [
            'abort',
            'crash',
            'danger',
            'deadlock',
            'error',
            'exception',
            'hazard',
            'stop',
        ],
        emoji: [
            e._biohazard /*☣*/,
            e._coffin /*⚰*/,
            e._fire /*🔥*/,
            e._heavy_multiplication_x /*✖*/,
            e._latin_cross /*✝*/,
            e._skull /*💀*/,
            e._skull_and_crossbones /*☠*/,
            e._stop_button /*⏹*/,
            e._stop_sign /*🛑*/,
        ],
    },
    {
        keyword: [
            'human',
            'operation',
            'operator',
            'user',
        ],
        emoji: [
            e._man /*👨*/,
            e._woman /*👩*/,
        ],
    },
    {
        keyword: [
            'canvas',
            'css',
            'face',
            'frontend',
            'html',
            'image',
            'picture',
            'ui',
            'ux',
            'view',
        ],
        emoji: [
            e._art /*🎨*/,
            e._black_nib /*✒*/,
            e._framed_picture /*🖼*/,
            e._iphone /*📱*/,
            e._paintbrush /*🖌*/,
            e._rainbow /*🌈*/,
            e._tv /*📺*/,
        ],
    },
    {
        keyword: [
            'argument',
            'config',
            'fixture',
            'parameter',
            'reference',
            'setup',
        ],
        emoji: [
            e._1234 /*🔢*/,
            e._abcd /*🔡*/,
            e._capital_abcd /*🔠*/,
            e._clamp /*🗜*/,
            e._control_knobs /*🎛*/,
            e._gear /*⚙*/,
            e._hammer /*🔨*/,
            e._hammer_and_pick /*⚒*/,
            e._hammer_and_wrench /*🛠*/,
            e._wheel_of_dharma /*☸*/,
            e._wrench /*🔧*/,
        ],
    },
    {
        keyword: [
            'assess',
            'behave',
            'emulate',
            'fake',
            'impersonate',
            'improvise',
            'mock',
            'simulate',
            'stub',
            'test',
        ],
        emoji: [
            e._baby /*👶*/,
            e._baby_bottle /*🍼*/,
            e._baby_chick /*🐤*/,
            e._baby_symbol /*🚼*/,
            e._carousel_horse /*🎠*/,
            e._clapper /*🎬*/,
            e._clown /*🤡*/,
            e._dark_sunglasses /*🕶*/,
            e._new_moon_with_face /*🌚*/,
            e._performing_arts /*🎭*/,
            e._womans_hat /*👒*/,
        ],
    },
    {
        keyword: [
            'element',
            'field',
            'item',
            'key',
            'property',
            'variable',
        ],
        emoji: [
            e._baby /*👶*/,
            e._baby_chick /*🐤*/,
            e._briefcase /*💼*/,
            e._file_folder /*📁*/,
            e._key /*🔑*/,
            e._label /*🏷*/,
            e._link /*🔗*/,
            e._old_key /*🗝*/,
            e._open_file_folder /*📂*/,
        ],
    },
    {
        keyword: [
            'action',
            'behavior',
            'execute',
            'function',
            'method',
            'play',
            'run',
        ],
        emoji: [
            e._airplane /*✈*/,
            e._bicyclist /*🚴*/,
            e._car /*🚗*/,
            e._clapper /*🎬*/,
            e._loudspeaker /*📢*/,
            e._man_cartwheeling /*🤸*/,
            e._man_factory_worker /*👨*/,
            e._mountain_bicyclist /*🚵*/,
            e._rocket /*🚀*/,
            e._runner /*🏃*/,
            e._small_airplane /*🛩*/,
            e._speaker /*🔈*/,
            e._woman_cartwheeling /*🤸*/,
            e._woman_factory_worker /*👩*/,
        ],
    },
    {
        keyword: [
            'bound',
            'ceiling',
            'constrain',
            'floor',
            'limit',
            'line',
            'restrain',
            'restrict',
            'threshold',
        ],
        emoji: [
            e._alien /*👽*/,
            e._european_castle /*🏰*/,
            e._hand /*✋*/,
            e._heavy_exclamation_mark /*❗*/,
            e._heavy_multiplication_x /*✖*/,
            e._man_judge /*👨*/,
            e._no_bicycles /*🚳*/,
            e._no_entry /*⛔*/,
            e._no_entry_sign /*🚫*/,
            e._no_pedestrians /*🚷*/,
            e._non_potable_water /*🚱*/,
            e._oncoming_police_car /*🚔*/,
            e._police_car /*🚓*/,
            e._policeman /*👮*/,
            e._policewoman /*👮*/,
            e._rotating_light /*🚨*/,
            e._shield /*🛡*/,
            e._stop_button /*⏹*/,
            e._stop_sign /*🛑*/,
            e._warning /*⚠*/,
            e._woman_judge /*👩*/,
        ],
    },
    {
        keyword: [
            'body',
            'content',
            'data',
            'detail',
            'info',
        ],
        emoji: [
            e._1234 /*🔢*/,
            e._abcd /*🔡*/,
            e._capital_abcd /*🔠*/,
            e._desktop_computer /*🖥*/,
            e._detective /*🕵*/,
            e._mag /*🔍*/,
            e._mag_right /*🔎*/,
            e._man_teacher /*👨*/,
            e._notebook /*📓*/,
            e._open_file_folder /*📂*/,
            e._outbox_tray /*📤*/,
            e._package /*📦*/,
            e._potable_water /*🚰*/,
            e._ruler /*📏*/,
            e._shell /*🐚*/,
            e._spiral_notepad /*🗒*/,
            e._triangular_ruler /*📐*/,
            e._woman_teacher /*👩*/,
        ],
    },
    {
        keyword: [
            'buffer',
            'keep',
            'memory',
            'persist',
            'save',
            'serialize',
            'store',
            'write',
        ],
        emoji: [
            e._bank /*🏦*/,
            e._cd /*💿*/,
            e._clipboard /*📋*/,
            e._closed_lock_with_key /*🔐*/,
            e._fax /*📠*/,
            e._film_strip /*🎞*/,
            e._floppy_disk /*💾*/,
            e._inbox_tray /*📥*/,
            e._key /*🔑*/,
            e._keyboard /*⌨*/,
            e._lock /*🔒*/,
            e._lock_with_ink_pen /*🔏*/,
            e._notebook /*📓*/,
            e._old_key /*🗝*/,
            e._package /*📦*/,
            e._pen /*🖊*/,
            e._pencil /*📝*/,
            e._pencil2 /*✏*/,
            e._printer /*🖨*/,
            e._spiral_notepad /*🗒*/,
            e._syringe /*💉*/,
            e._writing_hand /*✍*/,
        ],
    },
    {
        keyword: [
            'deserialize',
            'fetch',
            'load',
            'query',
            'read',
        ],
        emoji: [
            e._ear /*👂*/,
            e._eyeglasses /*👓*/,
            e._key /*🔑*/,
            e._old_key /*🗝*/,
            e._outbox_tray /*📤*/,
        ],
    },
    {
        keyword: [
            'acl',
            'antivirus',
            'clutter',
            'code',
            'conceal',
            'cover',
            'encrypt',
            'guard',
            'hash',
            'hide',
            'lock',
            'protect',
            'restrict',
            'scramble',
            'secret',
            'secure',
            'security',
            'shield',
            'sign',
        ],
        emoji: [
            e._closed_lock_with_key /*🔐*/,
            e._guardsman /*💂*/,
            e._guardswoman /*💂*/,
            e._lock /*🔒*/,
            e._lock_with_ink_pen /*🔏*/,
            e._shield /*🛡*/,
        ],
    },
    {
        keyword: [
            'authenticate',
            'authorize',
            'decode',
            'decrypt',
            'free',
            'open',
            'release',
            'reveal',
            'show',
            'uncover',
            'unleash',
            'unscramble',
            'unveil',
        ],
        emoji: [
            e._flashlight /*🔦*/,
            e._free /*🆓*/,
            e._key /*🔑*/,
            e._loudspeaker /*📢*/,
            e._newspaper /*📰*/,
            e._open_book /*📖*/,
            e._open_file_folder /*📂*/,
            e._speaker /*🔈*/,
            e._tv /*📺*/,
        ],
    },
    {
        keyword: [
            'access',
            'address',
            'identifier',
            'location',
            'path',
            'route',
            'uri',
            'url',
        ],
        emoji: [
            e._cityscape /*🏙*/,
            e._earth_africa /*🌍*/,
            e._earth_americas /*🌎*/,
            e._earth_asia /*🌏*/,
            e._globe_with_meridians /*🌐*/,
            e._post_office /*🏣*/,
            e._postbox /*📮*/,
            e._spider_web /*🕸*/,
            e._world_map /*🗺*/,
        ],
    },
    {
        keyword: [
            'demonstrate',
            'display',
            'draw',
            'illustrate',
            'paint',
            'print',
            'show',
            'visibility',
            'visible',
        ],
        emoji: [
            e._art /*🎨*/,
            e._cinema /*🎦*/,
            e._desktop_computer /*🖥*/,
            e._film_projector /*📽*/,
            e._framed_picture /*🖼*/,
            e._paintbrush /*🖌*/,
            e._pen /*🖊*/,
            e._pencil2 /*✏*/,
            e._printer /*🖨*/,
            e._ruler /*📏*/,
            e._triangular_ruler /*📐*/,
            e._tv /*📺*/,
        ],
    },
    {
        keyword: [
            'forget',
            'ignore',
            'jump',
            'neglect',
            'overlook',
            'skip',
            'unfollow',
        ],
        emoji: [
            e._horse_racing /*🏇*/,
            e._monkey /*🐒*/,
            e._racehorse /*🐎*/,
            e._racing_car /*🏎*/,
            e._scissors /*✂*/,
        ],
    },
    {
        keyword: [
            'reattempt',
            'reboot',
            'reconstruct',
            'reestablish',
            'refactor',
            'reimplement',
            'rerun',
            'restart',
            'retry',
        ],
        emoji: [
            e._arrow_heading_up /*⤴*/,
            e._arrows_clockwise /*🔃*/,
            e._arrows_counterclockwise /*🔄*/,
            e._building_construction /*🏗*/,
            e._ferris_wheel /*🎡*/,
            e._previous_track_button /*⏮*/,
            e._recycle /*♻*/,
            e._repeat /*🔁*/,
            e._repeat_one /*🔂*/,
        ],
    },
    {
        keyword: [
            'apply',
            'attempt',
            'begin',
            'boot',
            'construct',
            'drive',
            'establish',
            'execute',
            'implement',
            'init',
            'initialize',
            'launch',
            'move',
            'on',
            'run',
            'start',
            'try',
        ],
        emoji: [
            e._airplane /*✈*/,
            e._boom /*💥*/,
            e._building_construction /*🏗*/,
            e._bullettrain_front /*🚅*/,
            e._car /*🚗*/,
            e._cloud_with_lightning /*🌩*/,
            e._flight_departure /*🛫*/,
            e._horse_racing /*🏇*/,
            e._light_rail /*🚈*/,
            e._open_umbrella /*☂*/,
            e._play_or_pause_button /*⏯*/,
            e._racehorse /*🐎*/,
            e._racing_car /*🏎*/,
            e._rocket /*🚀*/,
            e._runner /*🏃*/,
            e._sunrise /*🌅*/,
            e._umbrella /*☔*/,
            e._volcano /*🌋*/,
        ],
    },
    {
        keyword: [
            'abort',
            'destruct',
            'dispose',
            'end',
            'hold',
            'holdup',
            'interrupt',
            'kill',
            'off',
            'out',
            'pause',
            'silence',
            'silent',
            'stop',
            'suppress',
            'suspend',
            'wait',
        ],
        emoji: [
            e._bomb /*💣*/,
            e._checkered_flag /*🏁*/,
            e._coffin /*⚰*/,
            e._flight_arrival /*🛬*/,
            e._gun /*🔫*/,
            e._hand /*✋*/,
            e._heavy_exclamation_mark /*❗*/,
            e._heavy_multiplication_x /*✖*/,
            e._latin_cross /*✝*/,
            e._mobile_phone_off /*📴*/,
            e._negative_squared_cross_mark /*❎*/,
            e._pause_button /*⏸*/,
            e._skull /*💀*/,
            e._skull_and_crossbones /*☠*/,
            e._stop_button /*⏹*/,
            e._stop_sign /*🛑*/,
        ],
    },
    {
        keyword: [
            'deploy',
            'install',
            'launch',
            'setup',
        ],
        emoji: [
            e._airplane /*✈*/,
            e._arrow_double_up /*⏫*/,
            e._arrow_up /*⬆*/,
            e._arrow_up_small /*🔼*/,
            e._artificial_satellite /*🛰*/,
            e._balloon /*🎈*/,
            e._confetti_ball /*🎊*/,
            e._loudspeaker /*📢*/,
            e._newspaper /*📰*/,
            e._newspaper_roll /*🗞*/,
            e._postal_horn /*📯*/,
            e._rocket /*🚀*/,
            e._satellite /*📡*/,
            e._school_satchel /*🎒*/,
            e._speaker /*🔈*/,
            e._tada /*🎉*/,
            e._up /*🆙*/,
        ],
    },
    {
        keyword: [
            'align',
            'change',
            'direct',
            'guide',
            'redirect',
            'transform',
        ],
        emoji: [
            e._arrow_heading_down /*⤵*/,
            e._arrow_heading_up /*⤴*/,
            e._arrow_right_hook /*↪*/,
            e._currency_exchange /*💱*/,
            e._footprints /*👣*/,
            e._fountain /*⛲*/,
            e._leftwards_arrow_with_hook /*↩*/,
            e._paw_prints /*🐾*/,
            e._point_down /*👇*/,
            e._point_left /*👈*/,
            e._point_right /*👉*/,
            e._point_up /*☝*/,
            e._recycle /*♻*/,
            e._repeat /*🔁*/,
            e._repeat_one /*🔂*/,
            e._twisted_rightwards_arrows /*🔀*/,
        ],
    },
    {
        keyword: [
            'base',
            'center',
            'core',
            'floor',
            'ground',
            'heart',
            'home',
            'middle',
            'origin',
            'root',
        ],
        emoji: [
            e._blossom /*🌼*/,
            e._butterfly /*🦋*/,
            e._candle /*🕯*/,
            e._church /*⛪*/,
            e._computer /*💻*/,
            e._ear_of_rice /*🌾*/,
            e._fish /*🐟*/,
            e._gear /*⚙*/,
            e._heart /*❤*/,
            e._heart_decoration /*💟*/,
            e._house /*🏠*/,
            e._house_with_garden /*🏡*/,
            e._mosque /*🕌*/,
            e._place_of_worship /*🛐*/,
            e._seedling /*🌱*/,
            e._sunny /*☀*/,
            e._sunrise_over_mountains /*🌄*/,
            e._zero /*0️⃣*/,
        ],
    },
    {
        keyword: [
            'access',
            'breach',
            'compromise',
            'hack',
            'hole',
            'listen',
            'penetrate',
            'reveal',
            'spy',
            'trespass',
            'vulnerability',
        ],
        emoji: [
            e._ambulance /*🚑*/,
            e._biohazard /*☣*/,
            e._boom /*💥*/,
            e._boxing_glove /*🥊*/,
            e._fight /*🤜*/,
            e._gun /*🔫*/,
            e._hazard /*☣*/,
            e._hole /*🕳*/,
            e._hospital /*🏥*/,
            e._men_wrestling /*🤼*/,
            e._money_with_wings /*💸*/,
            e._skull /*💀*/,
            e._skull_and_crossbones /*☠*/,
            e._snake /*🐍*/,
            e._volcano /*🌋*/,
            e._women_wrestling /*🤼*/,
        ],
    },
    {
        keyword: [
            'addin',
            'component',
            'container',
            'dependency',
            'dependent',
            'image',
            'library',
            'module',
            'object',
            'package',
            'plug',
            'plugin',
        ],
        emoji: [
            e._black_large_square /*⬛*/,
            e._black_square_button /*🔲*/,
            e._card_file_box /*🗃*/,
            e._computer /*💻*/,
            e._electric_plug /*🔌*/,
            e._file_cabinet /*🗄*/,
            e._hammer /*🔨*/,
            e._hammer_and_wrench /*🛠*/,
            e._honey_pot /*🍯*/,
            e._minidisc /*💽*/,
            e._package /*📦*/,
            e._paperclip /*📎*/,
            e._paperclips /*🖇*/,
            e._white_large_square /*⬜*/,
            e._white_square_button /*🔳*/,
            e._wrench /*🔧*/,
        ],
    },
    {
        keyword: [
            'dealer',
            'intermediate',
            'layer',
            'middleman',
            'middleware',
        ],
        emoji: [
            e._burger /*🍔*/,
            e._hotdog /*🌭*/,
            e._man_juggling /*🤹*/,
            e._pancakes /*🥞*/,
            e._pushpin /*📌*/,
            e._rainbow /*🌈*/,
            e._round_pushpin /*📍*/,
            e._woman_juggling /*🤹*/,
        ],
    },
    {
        keyword: [
            'edge',
            'format',
            'graph',
            'leaf',
            'net',
            'network',
            'organize',
            'structure',
            'tree',
        ],
        emoji: [
            e._bar_chart /*📊*/,
            e._file_folder /*📁*/,
            e._leaf /*🍃*/,
            e._open_file_folder /*📂*/,
            e._signal_strength /*📶*/,
            e._spider_web /*🕸*/,
            e._tree /*🌳*/,
        ],
    },
    {
        keyword: [
            'area',
            'cover',
            'range',
            'resolve',
            'shadow',
            'support',
        ],
        emoji: [
            e._camping /*🏕*/,
            e._crossed_swords /*⚔*/,
            e._globe_with_meridians /*🌐*/,
            e._open_umbrella /*☂*/,
            e._umbrella /*☔*/,
            e._world_map /*🗺*/,
        ],
    },
    {
        keyword: [
            'do',
            'enumerate',
            'for',
            'iterate',
            'loop',
            'loopback',
            'repeat',
            'repetitive',
            'while',
        ],
        emoji: [
            e._1234 /*🔢*/,
            e._abcd /*🔡*/,
            e._arrows_clockwise /*🔃*/,
            e._arrows_counterclockwise /*🔄*/,
            e._capital_abcd /*🔠*/,
            e._recycle /*♻*/,
            e._repeat /*🔁*/,
            e._repeat_one /*🔂*/,
        ],
    },
    {
        keyword: [
            'block',
            'hinder',
            'pend',
            'suspend',
            'temporary',
            'wait',
            'wip',
        ],
        emoji: [
            e._construction /*🚧*/,
            e._hourglass /*⌛*/,
            e._hourglass_flowing_sand /*⏳*/,
            e._rotating_light /*🚨*/,
            e._stopwatch /*⏱*/,
            e._timer_clock /*⏲*/,
            e._traffic_light /*🚥*/,
            e._vertical_traffic_light /*🚦*/,
            e._warning /*⚠*/,
        ],
    },
];
