Skip to content

KaptainMicila/ZScript-VSCode

Repository files navigation

GZDoom logo

ZScript-VSCode


GZDoom's ZScript language support for VSCode (and compatible editors).

Made with the help from:


FEATURES

  • Syntax highlighting for many languages needed for GZDoom modding

IMAGES

archvile.zs (from gzdoom.pk3)

archvile.zs


HOW DO I USE IT?

PREREQUISITES

FOR VERSIONS >= 0.9.0

  • Get the .vsix from the "Releases" page
  • Open VSCode
  • Press "Ctrl + Shift + p"
  • Type "Extension: install from VSIX"

FOR VERSIONS >=1.0.0

Just do the same thing for earlier versions

OR:

Get it from Visual Studio's Marketplace

OR:

Get it from Open VSX Registry


CONTRIBUTING

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.


SPECIAL THANKS