# TOC This plugin will add syntax highlighting to [World of Warcraft TOC files](https://warcraft.wiki.gg/wiki/TOC_format), plus some handy completions. Modernized and updated alternative to [AndrielChaoti/wowtoc-syntax](https://github.com/AndrielChaoti/wowtoc-syntax) (which has been disbanded), using the [`.sublime-syntax`](https://www.sublimetext.com/docs/syntax.html) format. ## Installation ##### Using the package manager > **Warning** > This isn't possible yet, awaiting submission to package control 1. Install the [Sublime Text Package Control](https://packagecontrol.io/installation) plugin if you haven't already. - _Preferences_ > _Package Control_ 2. Open up the command palette (Ctrl+Shift+P) and enter `Package Control: Install Package` 3. Search for `TOC` and hit Enter to install. ##### Manual installation with Git 1. Click the `Preferences > Browse Packages` menu in Sublime Text. 2. Open up a terminal in this directory and execute the following: - `git clone https://github.com/p3lim/sublime-toc TOC` 3. Restart Sublime Text.