Notepad++ VDF Language Plugins: Difference between revisions
m (→References: exists i think but .html makes it look like it doesnt) |
(→External links: Adding forked version which has dark and light theme) |
||
Line 59: | Line 59: | ||
== External links == | == External links == | ||
* [https://drive.google.com/file/d/1lw5Mam00jCg7s4dFARdxRGMXBAU4m5WO Extended version of the QC language with support for Dark Mode themes] | * [https://drive.google.com/file/d/1lw5Mam00jCg7s4dFARdxRGMXBAU4m5WO Extended version of the QC language with support for Dark Mode themes] | ||
* {{GitHub|N0ine/VDF-Lanugages-for-NotepadPlusPlus|Full dark theme version and light theme version (Forked)}} | |||
* [http://steamreview.org/external/vdc/npp-vdf.zip Legacy Version] | * [http://steamreview.org/external/vdc/npp-vdf.zip Legacy Version] | ||
* [http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=265782 Gmod Lua Highlighter plugin] | * [http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=265782 Gmod Lua Highlighter plugin] |
Latest revision as of 09:32, 29 June 2025



Notepad++ is a free source code editor that supports custom text highlighting. Highlighting rules are available for many
Valve languages.
This editor is useful for editing scripts and programming.
Support
- file formats and files
- VDF (.vdf)
- KeyValues2 (.dmx, but can be used for any other keyvalue2 file, such as pcf)
- Response rules (.talker)
- Soundscripts (.soundscript & .txt, manual language picking required)
- Materials (.vmt)
- Actbusy (.vdf)
- Soundscapes (.soundscape & .txt, manual language picking required)
- QC (.qc, .qci, .qcx)
- SMD (.smd, .vta)
- Weapon script (.txt, manual language picking required)
- FGD (.fgd)
- VBSP (.vbsp)
- Config (.cfg)
- Vgui Resource (.res)
- L4D2 Vscript (.nut)
- L4D2 Weapon Scripts (.txt, manual language picking required)
Limitations




Installation Highlighting rules
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.
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
External links
- Extended version of the QC language with support for Dark Mode themes
Full dark theme version and light theme version (Forked)
- Legacy Version
- Gmod Lua Highlighter plugin
- Improved/Extended vmt syntax highlighter for Notepad++
References
|