oscarthecat
oscarthecat

Reputation: 1841

Does atom editor has a syntax theme like the one in React Native's website?

keywords like class, import, let, return are in blue, strings are in green and common words are in dark. like this one: color in docs

Does Atom has a syntax theme like this?

Thanks!

Upvotes: 0

Views: 1130

Answers (2)

Kazuki Kimoto
Kazuki Kimoto

Reputation: 79

nuclide is one of the most popular one and very useful, easy to debug. there is another one that is called "Deco". this is also very popular too.

https://www.decosoftware.com

Upvotes: 0

Dr. Nitpick
Dr. Nitpick

Reputation: 1712

Try using the nuclide plugin for Atom. It is from Facebook and specifically designed for React-Native development. In addition to syntax highlighting itll give you access to all sorts of handy dev tools.

Here are the docs for both installing Nuclide on its own or inside of Atom.

Upvotes: 1

Related Questions