michaelgmcd / vscode-language-babel

VSCode syntax highlighting for today's JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
MIT License
131 stars 17 forks source link

(a << b) | (a >> (b)) is not highlighted properly #60

Closed iczero closed 1 year ago

iczero commented 4 years ago

Describe the issue Code is not highlighted properly. It seems to be an issue with flow types.

Screenshot of Current Behavior image image image

Sample Code to Reproduce

(a << b) | (a >> (b));

Notes: