Commit e9fff0fd authored by Kristofer Selbekk's avatar Kristofer Selbekk
Browse files

Move syntax highlighting to its own file

parent 88e5de2e
5 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file,!5360Docusaurus,!5347Port user guide over
Showing with 8 additions and 5 deletions
+8 -5
---
id: syntax-highlighting-in-the-editor
title: Syntax highlighting in the editor
sidebar_label: Syntax highlighting
---
To configure the syntax highlighting in your favorite text editor, head to the [relevant Babel documentation page](https://babeljs.io/docs/editors) and follow the instructions. Some of the most popular editors are covered.
......@@ -14,7 +14,6 @@ You can find the most recent version of this guide [here](https://github.com/fac
- [Updating to New Releases](#updating-to-new-releases)
- [Supported Browsers](#supported-browsers)
- [Supported Language Features](#supported-language-features)
- [Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
- [Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
- [Debugging in the Editor](#debugging-in-the-editor)
- [Formatting Code Automatically](#formatting-code-automatically)
......@@ -107,10 +106,6 @@ Note that **this project includes no [polyfills](https://github.com/facebook/cre
If you use any other ES6+ features that need **runtime support** (such as `Array.from()` or `Symbol`), make sure you are [including the appropriate polyfills manually](https://github.com/facebook/create-react-app/blob/master/packages/react-app-polyfill/README.md), or that the browsers you are targeting already support them.
## Syntax Highlighting in the Editor
To configure the syntax highlighting in your favorite text editor, head to the [relevant Babel documentation page](https://babeljs.io/docs/editors) and follow the instructions. Some of the most popular editors are covered.
## Displaying Lint Output in the Editor
> Note: this feature is available with `react-scripts@0.2.0` and higher.<br>
......
{
"docs": {
"Getting Started": ["getting-started", "folder-structure", "available-scripts"],
"Development": ["syntax-highlighting-in-the-editor"],
"Testing": ["running-tests", "debugging-tests"],
"Deployment": ["publishing-components-to-npm", "deployment"],
"Support": ["troubleshooting", "sending-feedback", "something-missing"]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment