An open API service indexing awesome lists of open source software.

https://github.com/denolfe/config.tmlanguage

Syntax Highlighting and Code Completion for gaming config files (written for TF2)
https://github.com/denolfe/config.tmlanguage

Last synced: 5 months ago
JSON representation

Syntax Highlighting and Code Completion for gaming config files (written for TF2)

Awesome Lists containing this project

README

          

Config.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)

![screenshot](https://raw.github.com/denolfe/Config.tmLanguage/master/ss.png)

## 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 `/Packages`
- Zip files with extension `.sublime-package` and place into `/Installed Packages`

Further details can be found in the [documentation](http://www.sublimetext.com/docs/3/packages.html).