diff options
author | Tuhkis <88197425+Tuhkis@users.noreply.github.com> | 2023-07-24 20:28:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 19:28:03 +0200 |
commit | dcba3e8f602eb1537a788a59f32484255371445e (patch) | |
tree | dd2beaae27a0a821ec42f589a0fa916481a3ef81 /manifest.json | |
parent | 7ad72c86573867acd24549c725ccab45343ffb20 (diff) | |
download | lite-xl-plugins-dcba3e8f602eb1537a788a59f32484255371445e.tar.gz lite-xl-plugins-dcba3e8f602eb1537a788a59f32484255371445e.zip |
Hare language support (#269)
* Hare support
* Add all keywords from language spec
* Add to table
* Missed flexible constant types
* add fini init and test
* manifest.json
* Better comment pattern
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 5e5da03..560411a 100644 --- a/manifest.json +++ b/manifest.json @@ -558,6 +558,13 @@ "mod_version": "3" }, { + "description": "Syntax for the [Hare](https://haxelang.org) programming language", + "version": "0.1", + "path": "plugins/language_hare.lua", + "id": "language_hare", + "mod_version": "3" + }, + { "description": "Syntax for the [Haxe](https://haxe.org) programming language", "version": "0.1", "path": "plugins/language_haxe.lua", |