Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-e committed Mar 22, 2020
1 parent 8a02f8b commit adea72e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Following a [github hello world](https://guides.github.com/activities/hello-worl

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](https://github.com/frank-e/KLD/blob/master/batch.kld "batch.kld")** for Windows cmd.exe scripts, file extension **.cmd**
2. **[config](https://github.com/frank-e/KLD/blob/master/config.kld "config.kld")** for PC DOS **config.sys** files (historic)
1. **[batch](https://github.com/frank-e/KLD/blob/master/batch.kld "batch.kld")** for Windows `cmd.exe` scripts, file extension **.cmd**
2. **[config](https://github.com/frank-e/KLD/blob/master/config.kld "config.kld")** for PC DOS `config.sys` files (historic)
3. **[freeciv](https://github.com/frank-e/KLD/blob/master/freeciv.kld "freeciv.kld")** for Freeciv **.ruleset** and similar files
4. **[kld](https://github.com/frank-e/KLD/blob/master/kld.kld "kld.kld")** extends the built-in **kld.kld** syntax highlighting
4. **[kld](https://github.com/frank-e/KLD/blob/master/kld.kld "kld.kld")** extends the built-in `kld.kld` syntax highlighting
5. **[lua](https://github.com/frank-e/KLD/blob/master/lua.kld "lua.kld")** (not only) for Freeciv **.lua** scripts
6. **[wasm](https://github.com/frank-e/KLD/blob/master/wasm.kld "wasm.kld")** for *Open Watcom* **.asm** files (experimental)

Expand Down

0 comments on commit adea72e

Please sign in to comment.