aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorTuhkis <88197425+Tuhkis@users.noreply.github.com>2023-07-24 20:28:03 +0300
committerGitHub <noreply@github.com>2023-07-24 19:28:03 +0200
commitdcba3e8f602eb1537a788a59f32484255371445e (patch)
treedd2beaae27a0a821ec42f589a0fa916481a3ef81 /manifest.json
parent7ad72c86573867acd24549c725ccab45343ffb20 (diff)
downloadlite-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.json7
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",