Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9fd528c

Browse filesBrowse files
mareksuscakfson
authored andcommitted
Add syntax highlighting configuration guide. (facebook#806)
* Add syntax highlighting configuration guide. * Update link.
1 parent 49414d6 commit 9fd528c
Copy full SHA for 9fd528c

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎packages/react-scripts/template/README.md

Copy file name to clipboardExpand all lines: packages/react-scripts/template/README.md
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
1313
- [npm test](#npm-test)
1414
- [npm run build](#npm-run-build)
1515
- [npm run eject](#npm-run-eject)
16+
- [Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
1617
- [Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
1718
- [Installing a Dependency](#installing-a-dependency)
1819
- [Importing a Component](#importing-a-component)
@@ -156,6 +157,10 @@ Instead, it will copy all the configuration files and the transitive dependencie
156157

157158
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
158159

160+
## Syntax Highlighting in the Editor
161+
162+
To configure the syntax highlighting in your favorite text editor, head to the [Babel's docs](https://babeljs.io/docs/editors) and follow the instructions. Some of the most popular editors are covered.
163+
159164
## Displaying Lint Output in the Editor
160165

161166
>Note: this feature is available with `react-scripts@0.2.0` and higher.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.