Skip to content

Commit

Permalink
Merge pull request #1 from frank-e/2019-09
Browse files Browse the repository at this point in the history
2019 09
  • Loading branch information
frank-e committed Sep 3, 2019
2 parents ea628c5 + 996dd6a commit 3deafa7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# KLD
Keditw32 Language Definition files

Following a [github hello world](https://guides.github.com/activities/hello-world/#branch) guide with a [markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) cheatsheet: KEDIT is a text editor based on IBM's [XEDIT](https://en.wikipedia.org/wiki/XEDIT) using a subset of [Rexx](https://en.wikipedia.org/wiki/Rexx) known as KEXX as its macro language; roughly the same idea as [EMACS](https://en.wikipedia.org/wiki/Emacs) and [LISP](https://en.wikipedia.org/wiki/Lisp_(programming_language)).

Keditw32 is a version for Windows offering *syntax highlighting*; roughly the same idea as *pygments* for [python](https://en.wikipedia.org/wiki/Python_(programming_language)). This repo contains my DIY language definition files:

1. **batch** for Windows cmd.exe scripts, file extension **.cmd**
2. **config** for PC DOS **config.sys** files (historic)
2. **freeciv** for Freeciv **.ruleset** and similar files
2. **KLD** extends the built-in **kld.kld** syntax highlighting
2. **lua** (not only) for Freeciv **.lua** scripts
2. **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.

0 comments on commit 3deafa7

Please sign in to comment.