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
- Host: GitHub
- URL: https://github.com/xp-framework/sublime
- Owner: xp-framework
- Created: 2016-05-10T08:47:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T14:10:06.000Z (over 2 years ago)
- Last Synced: 2025-01-20T19:22:22.881Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```