aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHalil <halildrk@gmail.com>2021-03-18 14:45:38 +0300
committerGitHub <noreply@github.com>2021-03-18 14:45:38 +0300
commit522790e4eda30143edab6902863d17a61919e436 (patch)
tree8d083196e7e3d2370f43317bef11657587347954 /README.md
parentf79245e9ab950f5ebb8f6f2208d8d2675f932f46 (diff)
downloadlite-xl-plugins-522790e4eda30143edab6902863d17a61919e436.tar.gz
lite-xl-plugins-522790e4eda30143edab6902863d17a61919e436.zip
Add MoonScript syntax plugin
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a01b180..d82db92 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ Plugin | Description
[`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_moon`](plugins/language_moon.lua?raw=1) | Syntax for the [MoonScript](https://moonscript.org) scripting language
[`language_nim`](plugins/language_nim.lua?raw=1) | Syntax for the [Nim](https://nim-lang.org) programming language
[`language_objc`](plugins/language_objc.lua?raw=1) | Syntax for the [Objective C](https://en.wikipedia.org/wiki/Objective-C) programming language
[`language_odin`](plugins/language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language