Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

HTML Mac Text Editor

Using Mac Text Editor and the text does not change color as in the video. Is this important or a non-issue? Everything else was smooth. Also, any opinion as two which language would be easier to start Java or C?

5 Answers

Dave McFarland
STAFF
Dave McFarland
Treehouse Teacher

You need a text editor that supports syntax color highlighting. You might check out Bracket (http://brackets.io). It's a free text editor built for web development. Has syntax color highlighting and a lot more.

Another good one is Sublime Text 2. Sometimes you need to save the file before any syntax is highlighted.

James Barnett
James Barnett
39,199 Points

There's also Text Wrangler which is a free code text editor for OS X.

Igor Kletsov
Igor Kletsov
7,556 Points

1)Sublime Text 2
2)"C" it is a basis.

Thank you Dave, Thomas , and Igor for taking the time to respond. I will look into Sublime and Bracket.