I'm trying to implement the solution I found here: https://stackguides.com/questions/38737683/how-to-change-the-default-syntax-for-new-files-in-sublime-text-3
But what I am unable to do is apply the specific syntax I need to use. I need the Bash Shell syntax highlighting, which sublime refers to as Shell-Unix-Generic. However when I adjust this setting outlined in the link above to "Shell-Unix-Generic" it doesn't work. I've also tried "Shell-Unix-Generic/Shell-Unix-Generic"
Any ideas? The goal is to have every new file open with Shell syntax highlighting, instead of the default plain text.