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? Quote 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="*/"> Quote 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? Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/181336-notepad-colors/#findComment-956692 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.