microsoft / TypeScript-TmLanguage

TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
MIT License
413 stars 126 forks source link

Incorrect syntax highlighting with variable type starting on new line #980

Closed Ilyat1337 closed 1 year ago

Ilyat1337 commented 1 year ago

JavaScript and TypeScript Nightly version: v5.1.20230502

Code

let a:
  number
for (;;);

Syntax highlighting starting with 'for' is broken.

Ilyat1337 commented 1 year ago

Looks like issues in this repository are not checked, so I created a new issue in vscode repository.