gaearon / subliminal

An opinionated minimalistic VS Code theme for JavaScript
https://marketplace.visualstudio.com/items?itemName=gaearon.subliminal
MIT License
631 stars 25 forks source link

Arrow functions: Parameter list line breaks break highlight #12

Open TimoStaudinger opened 6 years ago

TimoStaudinger commented 6 years ago

A line break in the parameter list of an arrow function definition seems to break the highlighting of the variable name the function is assigned to:

image

Not sure if that's a general issue with VSCode themes, but that's the first time I noticed it.