I've just recently started using ES6 syntax and template literals are breaking syntax highlighting for the rest of file when I have the following line in my .vimrc
au FileType javascript call JavaScriptFold()
Disabling folding removes the problem.
When folding is enabled:

When folding is disabled:
