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

New line not inserted after opening back tick #83

Open mmckinley8 opened 3 years ago

mmckinley8 commented 3 years ago

Describe the issue When hitting space after a back tick, a new line is now inserted in between the open/closing back tick

Screenshot of Current Behavior

Screen Shot 2021-03-10 at 5 28 55 PM

I would expect this:

Screen Shot 2021-03-10 at 5 29 55 PM

Sample Code to Reproduce

const MyComp = styled(View)`
`