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

change all instances of `kewyword` to `keyword` #66

Closed dustypomerleau closed 4 years ago

dustypomerleau commented 4 years ago

Searching all of GitHub code for the typo "kewyword" yields 1072 results. A decent number of them are related to the long legacy of this particular Babel syntax, but it also seems like an all-around popular typo to commit :smile:.

Making this change will break VS Code themes like mine, that have intentionally reproduced the typo to get the colors they want, but in the long run will give better highlighting for everyone.

Thanks to all the contributors for this awesome extension.

michaelgmcd commented 4 years ago

A little worried about the themes this will break, but I agree.