I'm using this following plugins:
Plugin 'othree/yajs.vim'
Plugin 'othree/es.next.syntax.vim'
Plugin 'mxw/vim-jsx'

Sometimes when returning an expression surrounded with (``), the syntax highlighting breaks, e.g.:
const preset = (context, { loose } = {}) => ({
plugins: [
...es2015,
...es2016,
...es2017,
].map((plugin) => [plugin, { loose }]),
})
I'm using this following plugins:
Sometimes when returning an expression surrounded with
(``), the syntax highlighting breaks, e.g.: