SublimeText / AdvancedNewFile

File creation plugin for Sublime Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unclear how to format User Settings

AMGitsKriss opened this issue · comments

Based on my understanding of the Readme and the default settings file, to add something like a file template, the user settings file should look something like this:

{
    "file_templates": {
        "php": "some string to use"
    }
}

However it seems to have no effect, unless I make the changes in the default settings file. What am I missing here, and can I reference a file instead of a string?

~Thanks!