I am using Sublime Text 3 Build 3107. I’ve created a PHP.sublime-settings file in ~/library/application support/sublime text 3/packages/user . I wanted to extend the list of extensions affiliated with the php syntax format. Primarily to auto syntax color drupal 8 files. Therefor i have added the following lines to the php.sublime-settings file:
{
“extensions”:
[
“.profile”,
“.module”,
“.inc”,
“.install”
]
}
But somehow it doesnt make any difference if i add those lines or comment them out. files with the module extension as well as the install extension are showing syntax coloring but for example files with the inc extension show no coloring at all no matter if the extension settings are commented out or not. has anyone experienced something alike? best regards ralf