Keditw32 Language Definition files
Following a github hello world guide with a markdown cheatsheet: KEDIT is a text editor based on IBM's XEDIT using a subset of Rexx known as KEXX as its macro language; roughly the same idea as EMACS and LISP.
Keditw32 is a version for Windows offering syntax highlighting; roughly the same idea as pygments for python. This repo contains my DIY language definition files:
- batch for Windows
cmd.exe
scripts, file extension .cmd - config for PC DOS
config.sys
files (historic) - freeciv for Freeciv .ruleset and similar files
- kexx modified built-in
rexx.kld
for .kex and .kml - kld extends the built-in
kld.kld
syntax highlighting - lua (not only) for Freeciv .lua scripts
- rexx modified built-in
rexx.kld
for Regina and ooRexx - wasm for Open Watcom .asm files (experimental)
CAVEAT: These language definition files may help in viewing or editing sources for the relevant languages with KEDIT, but are unsuited for syntax checks. Notably lua.kld covers only a subset of the LUA syntax, some levels of long comments or multi-line strings, not all (255) levels, this is a limitation of KEDIT's syntax highlighting.