Sublime Forum

I need HELP with packages!

#1

I want to skip the default PHP package, and use my modified version. (so my modification will be kept after updating sublime text )

so this is what I get :
1 - if I name my modified package “php” and put it in the packages/user/ folder :
sublime text uses both of them (the default and the modified one) , and I find a duplicate entry in the syntax menu and a duplicate competitions .

2 - if I add the “PHP” to the list of ignored_packages in global user setting , sublime text ignore both of them (the default and the modified one ) and php files look like text files
I tried to rename my package to “myPHP” , but sublime continue to ignore it .

I am still new to sublime text and I can’t find enough documentation .
HELP please
thank you ! (and sorry for my bad English !)

0 Likes

#2

Why not just rename the old PHP package to something like PHP (old) and your new one as PHP? When you update sublime, your packages should not be effected.

0 Likes

#3

thank you , I’try this !

0 Likes