Notepad++/VDF Language Plugins

Notepad++ is a free source code editor that supports custom text highlighting. Highlighting rules are available for many Valve languages. To install them:
- Download the languages on GitHub here
- Extract the XML files to
%appdata%/Notepad++/userdefinelangs/
%appdata%
should automatically resolve to a full path.
Contents
Supported file formats and files

- Generic VDF (.vdf)
- KeyValues2 (No default extension due to very large potential filesize)
- Response rules (.talker)
- Soundscripts (.soundscript)
- Materials (.vmt)
- Actbusy (.vdf)
- Soundscapes (.soundscape)
- QC (.qc, .qci)
- SMD (.smd, .vta)
- Weapon script (No appropriate extension)
- FGD (.fgd)
- VBSP (.vbsp)
Limitations

- REDIRECT Template:ClassicConfirm
.txt
.

Filenames
You can see the custom extensions which had been set up for this purpose in the list above.
If you want to set a language manually in Notepad++, use the Language
menu.
Compiling QC model scripts
You can compile QCs directly from Notepad++ with the NppExec plugin. Install it either from Plugins > Plugin Manager or by downloading directly from SourceForge.
With NppExec installed, press F6 and enter the following command. Change the path to studiomdl to match your system and your target engine branch:
"C:\Program Files (x86)\Steam\steamapps\common\alien swarm\bin\studiomdl.exe" -nop4 -r "$(FULL_CURRENT_PATH)"
Press OK to compile.

See Also
- Legacy Version
- Highlighting and Compiling QCs with ConTEXT
- Gmod Lua Highlighter plugin
- Improved/Extended vmt syntax highlighter for Notepad++
References
<references> <ref name="rn684">https://notepad-plus-plus.org/downloads/v6.8.4.html</ref> </references>