evrowe / vscode-ember-syntax

Ember HTMLBars and Glimmer syntax highlighting
2 stars 1 forks source link

Typescript casting breaks syntax highlighting on Linux (Ubuntu 16.04) #3

Open JoannaFalkowska opened 6 years ago

JoannaFalkowska commented 6 years ago

Steps to Reproduce:

  1. Use Typescript casting for any variable or value.
  2. Syntax highlighting breaks for the entire file from the moment casting was used. Image:

image

lolmaus commented 4 years ago

Not sure if same issue or a different one.

Without the addon:

image

With the addon:

image

All my TypeScript highlighting is screwed up.

The largest and most important file in my project is not highlighted at all from the middle down.

billdami commented 4 years ago

Still noticing this as well, mainly when using newer TS syntax like foo?.bar optional chaining or ?? operators. After lines containing syntax like that, the highlighting is incorrect or completely absent for the rest of the file down.