You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: