after this line, syntax highlighting is broken
if [[ ! ($issueyear =~ ^[0-9]+$) ]]; then
it seems the brackets inside the if condition break it.
anyone knows how to fix this? it did work in ST3
edit: I created issue https://github.com/sublimehq/sublime_text/issues/4518