From a48ba9c1d94df72a70bb837876fe790690f47b37 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 18 Feb 2022 00:07:35 +0000 Subject: [PATCH] Link to how to set up syntax in Sublime --- beta/src/pages/learn/editor-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/pages/learn/editor-setup.md b/beta/src/pages/learn/editor-setup.md index 1b1ee512..cde9b45c 100644 --- a/beta/src/pages/learn/editor-setup.md +++ b/beta/src/pages/learn/editor-setup.md @@ -15,7 +15,7 @@ A properly configured editor can make code clearer to read and faster to write. Other popular text editors used in the React community include: * [WebStorm](https://www.jetbrains.com/webstorm/)—an integrated development environment designed specifically for JavaScript. -* [Sublime Text](https://www.sublimetext.com/)—has support for JSX and TypeScript, syntax highlighting and autocomplete built in. +* [Sublime Text](https://www.sublimetext.com/)—has support for JSX and TypeScript, [syntax highlighting](https://stackoverflow.com/a/70960574/458193) and autocomplete built in. * [Vim](https://www.vim.org/)—a highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems and with Apple OS X. ## Recommended text editor features {/*recommended-text-editor-features*/}