CS:GO Syntax highlighting for Sublime Text 3
If you find any problems with the package or got any suggestions, please open an issue here (contributions are also more than welcome). Some Cvars might be missing, as they are updated constantly.
This package will also have basic compatibility with other source based games, as many Cvars are universal. It won't be perfect as some Cvars/weapons are game specific, but it will fulfill most needs.
- Place
csgo_syntax.*
files in\..\Sublime Text 3\Data\Packages\User
and pick CSGO.cfg as syntax under View - Alternatively install PackageDev, place the csgo_syntax.YAML-tmLanguage file in
\..\Sublime Text 3\Data\Packages\User
, then open the file in Sublime and press F7 to build
- Completions Files
- Other common source game compatibility (TF2, CS:S, Dota 2, etc.)
- Clean-up in Cvars (more regex, dupes in functions and Cvars)
- Improved matching and highlighting
With inspiration from /u/kamikaze_algazi and @Janzzze