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)
- Host: GitHub
- URL: https://github.com/denolfe/config.tmlanguage
- Owner: denolfe
- Created: 2013-04-17T17:43:08.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T16:01:54.000Z (almost 10 years ago)
- Last Synced: 2025-04-08T01:46:44.218Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

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