# Syntax Highlighting for Cosmos Scope in Sublime Text 3 Cosmos Scope is a tool used internally at Microsoft. ## Install ### Package Control This is the easiest way to install the plugin. 1. Follow these [instructions](https://sublime.wbond.net/installation) to install [Package Control](http://wbond.net/sublime_packages/package_control). 2. `Package Control: Install Package` 3. Look for `Cosmos Scope` in the packages list ### Manual - Git 1. Locate your `Packages` directory in Sublime Text (for instance `Preferences > Browse Packages ...`). 2. Clone the repository in this directory ```bash $ git clone https://github.com/KristianHolsheimer/cosmos_scope_sublime.git "Cosmos Scope" ``` ## Description The plugin automatically activates Cosmos syntax highlighting for extensions: `*.script`, `*.module`, `*.view`, `*.tt`. *Note: This README was adapted from Guillaume Gardey's [hive-sublime-text](https://github.com/glinmac/hive-sublime-text) project.*