Closed yannbf closed 3 years ago
Issue: N/A
Before, the highlighting was done in the entire meta. Now it's only in the title node:
I also fixed an issue where if the code is like this:
export default { title: 'Button', component: Button }
would be fixed to this, leaving a comma:
export default { , component: Button }
Check the ones applicable to your change:
yarn update-all
Indicate the type of change your pull request is:
maintenance
documentation
patch
minor
major
:rocket: PR was released in v0.3.0 :rocket:
v0.3.0
Issue: N/A
What Changed
Before, the highlighting was done in the entire meta. Now it's only in the title node:
I also fixed an issue where if the code is like this:
would be fixed to this, leaving a comma:
Checklist
Check the ones applicable to your change:
yarn update-all
Change Type
Indicate the type of change your pull request is:
maintenance
documentation
patch
minor
major