microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 235 forks source link

Broken type highlighting inside of angle brackets #652

Closed rvinzent closed 6 years ago

rvinzent commented 6 years ago

Hello,

The latest update broke the type declarations after function names but before the parentheses. It only occurs when the type is an array denoted by brackets. It seems to work fine in all other cases.

Broken: broken syntax highlighting

Expected: correct syntax highlighting

Thanks!

DanielRosenwasser commented 6 years ago

This issue was moved to Microsoft/TypeScript-TmLanguage#593