Giter Club home page Giter Club logo

sublime-settings's Introduction

Sublime Text 2 - sublime-settings Snippets

This is a Collection of Snippets for Sublime-Settings Files. It aims to help with editing the Sublime settings. Needs AAAPackageDev for the Sublime Settings Syntax.

Installation

With Git: Goto your User Package-Dir (Preferences -> Browse Packages)

  • Windows: %APPDATA%\Sublime Text 2\Packages\User
  • OS X: ~/Library/Application Support/Sublime Text 2/Packages/User
  • Linux: ~/.config/sublime-text-2/Packages/User
  • Portable Installation: Sublime Text 2/Data/Packages/User

then

git clone [email protected]:ketos/sublime-settings.git

So the structure should look like this:

.../Packages/User/sublime-settings/

With Package Manager: Not possible yet.

Associate Syntax to file-types

In order to get the Snippets working you must associate the setting files with the syntax, otherwise the snippets will not show up. To do this, simply create or edit the file named Sublime Settings.sublime-settings in your Packages/User directory so it looks like this:

{
    "extensions":
    [
        "sublime-settings",
        "sublime-project",
        "sublime-workspace"
    ]
}

Example

tabsize + Enter expands to "tab_size": 4,

sublime-settings's People

Contributors

ketos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.