Voila le fichier de conf scite que j’utilise pour faire du PHP comme je n’aime pas les couleurs par défaut.
use.tabs=0
tabsize=4
indent.size=4
toolbar.visible=0
check.if.already.open=1
line.margin.visible=1
split.vertical=0
#Nettoie la console en bas avant de lancer une commande
clear.before.execute=1
find.files=*.php *.phtml
style.*.32=$(font.base),back:#c3c3c3
# Coloration PHP
# Default
style.hypertext.118=fore:#000000,back:#c3c3c3,eolfilled
# Double quoted String
style.hypertext.119=fore:#007F00,back:#c3c3c3
# Single quoted string
style.hypertext.120=fore:#009F00,back:#c3c3c3
# Keyword
style.hypertext.121=fore:#7F007F,italics,back:#c3c3c3
# Number
style.hypertext.122=fore:#CC9900,back:#c3c3c3
# Variable
style.hypertext.123=fore:#00007F,italics,back:#c3c3c3
# Comment
style.hypertext.124=fore:#999999,$(font.comment),back:#c3c3c3
# One line comment
style.hypertext.125=fore:#666666,italics,$(font.comment),back:#c3c3c3
# PHP variable in double quoted string
style.hypertext.126=fore:#007F00,italics,back:#c3c3c3
# PHP operator
style.hypertext.127=fore:#000000,back:#c3c3c3