diff options
author | Tuhkis <88197425+Tuhkis@users.noreply.github.com> | 2023-09-21 21:03:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 20:03:25 +0200 |
commit | f206a54f0a0e2c0006ac7425eca1370309547dcb (patch) | |
tree | 114d9b1fd2a1cf87e063448a0aa72c2ea0804278 /manifest.json | |
parent | b59630ca11d6354edd085ed2f373713dd4a96e36 (diff) | |
download | lite-xl-plugins-f206a54f0a0e2c0006ac7425eca1370309547dcb.tar.gz lite-xl-plugins-f206a54f0a0e2c0006ac7425eca1370309547dcb.zip |
Fix manifest.json for hare (#300)
* 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>
* Fix link in manifest
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 5e7c526..3fa65cc 100644 --- a/manifest.json +++ b/manifest.json @@ -572,7 +572,7 @@ "mod_version": "3" }, { - "description": "Syntax for the [Hare](https://haxelang.org) programming language", + "description": "Syntax for the [Hare](https://harelang.org) programming language", "version": "0.1", "path": "plugins/language_hare.lua", "id": "language_hare", |