-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Perhaps you should make it obvious atleast SOMEWHERE that the settings need to be formatted like this:
{
"default_new_file_syntax" : "Packages/HTML/HTML.tmLanguage",
"use_current_file_syntax" : false
}
and not like this:
- `default_new_file_syntax` *(String)* This is the path, relative to the Sublime base directory to the language file you'd like to load as the default. Default value is `"Packages/Java/Java.tmLanguage"`
- `use_current_file_syntax` *(Boolean)* Set this to `true` to use the current file's syntax for the new file. If `false`, then the default (above) will always be used. Default value is `true`
and also, not like this:
default_new_file_syntax (String)
use_current_file_syntax (Boolean)
You could even include an example settings file!
Ayush-Goyal-coding, gdaitis and zimmertr
Metadata
Metadata
Assignees
Labels
No labels