# Pastebin XLKug4oO /* * Words which are turned to lowercase if in brackets, but * are *not* put in brackets if they're found at the end of the sentence. */ const preBracketSingleWordsList = [ 'acoustic', 'airplay', 'album', 'alternate', 'alternative', 'ambient', 'bit', 'bonus', 'censored', 'chillout', 'clean', 'club', 'composition', 'cut', 'dance', 'dialogue', 'dirty', 'disc', 'disco', 'dub', 'early', 'explicit', 'extended', 'feat', 'featuring', 'ft', 'instrumental', 'live', 'long', 'loop', 'main', 'megamix', 'mix', 'official', 'original', 'piano', 'radio', 'rap', 'rehearsal', 'remixed', 'remode', 'rework', 'reworked', 'session', 'short', 'single', 'studio', 'take', 'takes', 'techno', 'trance', 'uncensored', 'unknown', 'untitled', 'version', 'video', 'vocal', 'with', 'without', ];