
Ouvrir C:\Users\Administrateur\AppData\Roaming\Notepad++
Ouvrir le fichier langs.xml
Chercher la ligne :
Code :
<Language name="html" ext="html htm shtml shtm xhtml xht hta" commentLine="" commentStart="<!--" commentEnd="-->">La remplacer par :
Code :
<Language name="html" ext="html htm shtml shtm xhtml xht hta php" commentLine="" commentStart="<!--" commentEnd="-->">Chercher la ligne :
Code :
<Language name="php" ext="php php3 php4 php5 phps phpt phtml" commentLine="//" commentStart="/*" commentEnd="*/">La remplacer par :
Code :
<Language name="php" ext="php3 php4 php5 phps phpt phtml" commentLine="//" commentStart="/*" commentEnd="*/">Fermer Notepad++ pour appliquer le changement.