I’m working on creating a syntax definition for a language that allows “.” in variable names (not an object oriented language). I’ve changed the syntax-settings in the User folder which does what I want. When I put it into the folder that contains the files for the syntax definition (Packages\User\Sublime-Text-MVBasic-Syntax\d3) the settings aren’t applied.
I read posts on this forum and web sites that all suggest that keeping the settings in this location is the correct place. Is there something that I’m missing? What about a workaround like a install script to set the settings in the User folder?
The settings file name is: d3-basic.sublime-settings. The scope name for the syntax is d3-basic.I tried moving the settings file to the Sublime-Text-MVBasic-Syntax dir but get the same results.