diff options
author | rxi <rxi@users.noreply.github.com> | 2020-08-16 13:08:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-16 13:08:47 +0100 |
commit | c812288925605c649f1c09e386ea7b07fab602e9 (patch) | |
tree | d1043777fb6a1fd7d142a07af668bc93ca1cdc36 /README.md | |
parent | b6c5cfec661cc0a13b34f06c23f82fa5d2d57af3 (diff) | |
parent | c5b512464ba5f0b7b9eab89ca9d63c09c8784fc8 (diff) | |
download | lite-xl-plugins-c812288925605c649f1c09e386ea7b07fab602e9.tar.gz lite-xl-plugins-c812288925605c649f1c09e386ea7b07fab602e9.zip |
Merge pull request #84 from whiteh0le/master
Add syntax highlighting for Kaitai Struct Files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ Plugin | Description [`language_hs`](plugins/language_hs.lua?raw=1) | Syntax for the [Haskell](https://www.haskell.org/) programming language [`language_java`](plugins/language_java.lua?raw=1) | Syntax for the [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) programming language [`language_jiyu`](plugins/language_jiyu.lua?raw=1) | Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language +[`language_ksy`](https://raw.githubusercontent.com/whiteh0le/lite-plugins/main/plugins/language_ksy.lua?raw=1) | Syntax for [Kaitai](http://kaitai.io/) struct files [`language_make`](plugins/language_make.lua?raw=1) | Syntax for the Make build system language [`language_meson`](plugins/language_meson.lua?raw=1) | Syntax for the [Meson](https://mesonbuild.com) build system language [`language_odin`](plugins/language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language |