diff --git a/README.md b/README.md index 1d44161..b370a92 100644 --- a/README.md +++ b/README.md @@ -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)