Skip to content

Commit 6d34615

Browse files
authored
Describe how to turn on syntax highlighting in VS Code with Babel JavaScript (#96)
It basically just adds a remark about setting up Atom's grammar for VS Code. Close #92
1 parent 8cfd80c commit 6d34615

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ The short answer is no and we are not going to implement that in near future. Ta
341341
1. Open settings of extensions
342342
2. Search "[vscode-react-pug](https://github.com/kaminaly/vscode-react-pug)" by the search field
343343
3. Click "Install" and "Reload"
344+
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)).
345+
346+
*Check out the history beyond that: [kaminaly/vscode-react-pug#4](https://github.com/kaminaly/vscode-react-pug/issues/4).*
344347

345348
## License
346349

0 commit comments

Comments
 (0)