Made with the help from:
- marrub--'s ZScript documentation.
- Every single other GZDoom modder
- Syntax highlighting for many languages needed for GZDoom modding
archvile.zs (from gzdoom.pk3)
- Visual Studio Code
- Or some other editor that supports Visual Studio Code's extensions
- Get the .vsix from the "Releases" page
- Open VSCode
- Press "Ctrl + Shift + p"
- Type "Extension: install from VSIX"
Just do the same thing for earlier versions
OR:
Get it from Visual Studio's Marketplace
OR:
Get it from Open VSX Registry
Just clone the repo.
This extension doesn't even use Node.js features, so you don't even
need to npm install
this.
Please contribute only regex rules / language configurations or anything that isn't related to programmatic features.
Those are better put in a separate extension, and I would be grateful if you took merit for your own things instead of giving such responsibility to me.
- Nash Muhandes for giving me the will to make this syntax highlighter;
- marrub-- for the ZScript documentation;
- Microsoft for making VSCode;
- The ZDoom comunity for creating the source port;