Skip to content

celbig/finer_package_settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Finer Package Settings

This sublime text 3 package allow for a finer (per project and per syntax) package configuration.

Installation

From package control

  1. Install package control
  2. Install Finer Package Settings:
    • ⌘/ctrlshiftp Package Control: Install Package
    • Type Finer Package Settings

Manually

  1. Open the Sublime Text package folder (Preferences -> Browse Packages...)
  2. Clone the package source repo in this folder

Usage

This package uses the packagesSettings parameter key to store a list of other packages configurations with the following syntax:

{
    "packagesSettings": [
        {
            "settings_file": "",
            "settings": {}
        }
    ]
}

Where:

  • the settings_file key holds the base name (without extension) of the parameter file to override. For a package this is the name of the .sublime-settings file of the package, usually it is the name of the package.
  • the settings key hold a json object of the configuration to override. Pre-existing settings not specified will be conserved.

The settings are read using the underlying sublimText api, you can refer to the (Offical Sublime Text Documentation)[https://www.sublimetext.com/docs/3/settings.html] to know which files are consulted and in which order.

Details

The configuration overriding is deactivated for .sublime-settings files so it remains possible to edit them.

Licence

finer package settings by celbig is licensed under CC BY 4.0

About

This sublim text 3 package allow for a finer (per project and per syntax) package configuration

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages