KingOfHeart Posted November 13, 2009 Share Posted November 13, 2009 In Notepad++ it shows different colors for my php scripts. Now how do I set it to use these same colors for .php5? Link to comment https://forums.phpfreaks.com/topic/181336-notepad-colors/ Share on other sites More sharing options...
corbin Posted November 13, 2009 Share Posted November 13, 2009 The easiest way I know (because I have no idea where it is in the settings menu) is to open langs.xml in your Notepad++ installation folder and edit the following: <Language name="php" ext="php php3 phtml" commentLine="//" commentStart="/*" commentEnd="*/"> Link to comment https://forums.phpfreaks.com/topic/181336-notepad-colors/#findComment-956625 Share on other sites More sharing options...
gevans Posted November 13, 2009 Share Posted November 13, 2009 I use notepad++ and have not lost any of the highlighting syntax. Are you using the newest version of notepad++? Also, seeing as we're on the topic. Is there a way to get notepad++ correctly highlighting the new html5 tags? Link to comment https://forums.phpfreaks.com/topic/181336-notepad-colors/#findComment-956689 Share on other sites More sharing options...
Mchl Posted November 13, 2009 Share Posted November 13, 2009 @KingOfHeart: Settings> Style Configurator > Select PHP from list on left, add php5 extension in 'user ext' box at bottom. Link to comment https://forums.phpfreaks.com/topic/181336-notepad-colors/#findComment-956692 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.