Browse Source

Link to how to set up syntax in Sublime

main
dan 3 years ago
committed by GitHub
parent
commit
a48ba9c1d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/pages/learn/editor-setup.md

2
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*/}

Loading…
Cancel
Save