Page 1 of 1

Sublime Text ZScript Highlighting

Posted: Wed Jan 11, 2023 8:04 pm
by CandiceJoy
ZScript highlighting for Sublime Text

Credits
Caligari_87 for some regexes from https://github.com/zyedidia/micro/blob/ ... cript.yaml
Gutawer for her ZScript documentation at https://gutawer.gitlab.io/gzdoom_pk3_do ... ml#structs

Sublime Syntax Highlighter (DOWNLOAD): https://github.com/CandiceJoy/Sublime-Z ... ghlighting

Instructions: Copy ZScript.sublime-syntax to your Packages/User folder, then open up a zscript file and set the syntax highlighting to ZScript if it isn't already (it should pick up *.zs, *.zc, and *.zsc files as ZScript files).

On windows this is c:\users\<username>\AppData\Local\Sublime Text\Packages\User
On mac this is /Users/<username>/Library/Application Support/Sublime Text/Packages/User


Re: Sublime Text ZScript Highlighting

Posted: Mon Nov 18, 2024 10:49 pm
by Panucci
Thank you!