Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 815 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 815 Bytes

OmnisStudioHighlighter

Omnis Studio syntax highlighting for Sublime Text

Installation

Package Control

Easiest way is via the Package Control package. Which can be found at https://packagecontrol.io. After installation of this package:

  1. Click in the menubar on Tools > Command Palette
  2. Type 'Install' (without the quotes).
  3. Select 'Package Control: Install Package'
  4. Type 'OmnisStudio' and select the line with OmnisStudioHighlighter

Manual

Clone the repository in your Sublime Text "Packages/User" directory:

git clone https://github.com/Frogli/sublime-omnisStudio.git

The "Packages" directory is located at:

  • OS X: ~/Library/Application Support/Sublime Text 3/Packages/User
  • Linux: ~/.Sublime Text 3/Packages/User
  • Windows: %APPDATA%/Sublime Text 3/Packages/User