pugjs / babel-plugin-transform-react-pug

A plugin for transpiling pug templates to jsx
MIT License
808 stars 46 forks source link

Describe how to turn on syntax highlighting in VSCode when other than default JavaScript grammar is used #92

Closed ezhlobo closed 5 years ago

ezhlobo commented 5 years ago

When people use "Babel JavaScript" plugin in VSCode to have better grammar for JavaScript, the plugin promoted in README doesn't work.

We basically found a solution: https://github.com/kaminaly/vscode-react-pug/issues/4, but it will be nice to mention this in our README.