1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23Config.tmLanguage
=================
Syntax Highlighting and Code Completion for gaming config files
- Written for TF2, but may work for other source games
- The majority of cvars were found in the [TF2 Cvar List](https://developer.valvesoftware.com/wiki/TF2_cvarlist)

## Installation
1. Install [Package Control](https://packagecontrol.io/)
2. Ctrl+Shift+P -> Add Repository
3. Enter this repo `https://github.com/denolfe/Config.tmLanguage.git`
4. Ctrl+Shift+P -> Install Package
5. Select `Config.tmLanguage`
### Alternative installations
- Place files in a folder and place it into `<data_path>/Packages`
- Zip files with extension `.sublime-package` and place into `<data_path>/Installed Packages`
Further details can be found in the [documentation](http://www.sublimetext.com/docs/3/packages.html).