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
`import foo from './foo'`
bar = (baz) -> console.log(baz)
bar... will be highlighted as if it were embedded javascript. If a semicolon is added to the end of the embedded statement, then the syntax highlighting works correctly:
From @pzuraq on November 4, 2016 17:30
Steps to Reproduce:
bar...
will be highlighted as if it were embedded javascript. If a semicolon is added to the end of the embedded statement, then the syntax highlighting works correctly:Copied from original issue: microsoft/vscode#15008
The text was updated successfully, but these errors were encountered: