Skip to content

The very basics of the Documentation sucks #5

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions