Skip to content

Commit

Permalink
Describe how to turn on syntax highlighting in VS Code with Babel Jav…
Browse files Browse the repository at this point in the history
…aScript (#96)

It basically just adds a remark about setting up Atom's grammar for VS Code.

Close #92
  • Loading branch information
ezhlobo authored Mar 31, 2019
1 parent 8cfd80c commit 6d34615
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ The short answer is no and we are not going to implement that in near future. Ta
1. Open settings of extensions
2. Search "[vscode-react-pug](https://github.com/kaminaly/vscode-react-pug)" by the search field
3. Click "Install" and "Reload"
4. If you use any grammar other than default one (e.g. Babel JavaScript which is quite popular), you might need to add supporting of Atom's Grammar ([Microsoft/vscode-js-atom-grammar](https://marketplace.visualstudio.com/items?itemName=ms-vscode.js-atom-grammar)).

*Check out the history beyond that: [kaminaly/vscode-react-pug#4](https://github.com/kaminaly/vscode-react-pug/issues/4).*

## License

Expand Down

0 comments on commit 6d34615

Please sign in to comment.