An open API service indexing awesome lists of open source software.

https://github.com/xp-framework/sublime

SublimeText 3 plugin for XP Framework
https://github.com/xp-framework/sublime

Last synced: about 1 year ago
JSON representation

SublimeText 3 plugin for XP Framework

Awesome Lists containing this project

README

          

XP Framework completions for SublimeText 3
==========================================

Installation
------------

Windows / Cygwin:

```sh
$ cd $APPDATA/Sublime\ Text\ 3/Packages/
$ git clone git@github.com:xp-framework/sublime.git XP-Framework
```

Mac OS:

```sh
$ cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
$ git clone git@github.com:xp-framework/sublime.git XP-Framework
```

Linux:

```sh
$ cd ~/.config/sublime-text-3/Packages/
$ git clone git@github.com:xp-framework/sublime.git XP-Framework
```