rogerioyuuki / mvn-pcs-sublime

Sublime Syntax Definition for MVN Assembly, used in PCS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVN PCS Sublime

Sublime Syntax Definition for MVN Assembly, used in PCS.

Current version: 0.2.0

image

Installation

Linux / OSX

Automatic

  1. You can install with either curl or wget, just run in the terminal:
via curl

bash -c "$(curl -fsSL https://raw.github.com/rogerioyuuki/mvn-pcs-sublime/master/tools/install.sh)"

via wget

bash -c "$(wget https://raw.github.com/rogerioyuuki/mvn-pcs-sublime/master/tools/install.sh -O -)"

Manual

  1. In your terminal, cd into your Packages folder. (Preferences -> Browse Packages...)
  2. Run in the terminal: git clone https://github.com/rogerioyuuki/mvn-pcs-sublime.git --branch master --single-branch --depth 1
  3. Restart Sublime

Windows

  1. Download the repository
  2. Extract into your Packages folder. (Preferences -> Browse Packages...)
  3. Restart Sublime

Updating

Linus / OSX

Automatic

  1. You can update with either curl or wget, just run in the terminal:
via curl

bash -c "$(curl -fsSL https://raw.github.com/rogerioyuuki/mvn-pcs-sublime/master/tools/update.sh)"

via wget

bash -c "$(wget https://raw.github.com/rogerioyuuki/mvn-pcs-sublime/master/tools/update.sh -O -)"

Manual

  1. In your terminal, cd into your Packages folder. (Preferences -> Browse Packages...)
  2. Run in the terminal: bash mvn-pcs-sublime/tools/update.sh
  3. Restart Sublime

Contributing

Feel free to:

  • Report issues or bugs

  • Fork the repo

  • Create a pull request

About

Sublime Syntax Definition for MVN Assembly, used in PCS.

License:MIT License