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 trialahmed suleiman
Courses Plus Student 11,685 PointsUsing Sublime with Drupal
I am using sublime 3 for drupal, when I create .module file it does not appear as php file even though I included <?php at the top my code appears as white text color, any idea what should I do to make my code look like .php file
3 Answers
jason chan
31,009 Pointsclick the bottom corner then select php. where it says plain text on right hand.
ahmed suleiman
Courses Plus Student 11,685 PointsThanks jason
thomascawthorn
22,986 PointsYou can also use
cmd + shift + P
Start typing the language you want to syntax highlight.