aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTuhkis <88197425+Tuhkis@users.noreply.github.com>2023-09-21 21:03:25 +0300
committerGitHub <noreply@github.com>2023-09-21 20:03:25 +0200
commitf206a54f0a0e2c0006ac7425eca1370309547dcb (patch)
tree114d9b1fd2a1cf87e063448a0aa72c2ea0804278 /README.md
parentb59630ca11d6354edd085ed2f373713dd4a96e36 (diff)
downloadlite-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 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e9991c..7cd54a3 100644
--- a/README.md
+++ b/README.md
@@ -128,6 +128,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`language_gravity`](plugins/language_gravity.lua?raw=1) | Syntax for the [Gravity](https://marcobambini.github.io/gravity/) programming language. |
| [`language_hare`](plugins/language_hare.lua?raw=1) | Syntax for the [Hare](https://haxelang.org) programming language |
| [`language_haxe`](plugins/language_haxe.lua?raw=1) | Syntax for the [Haxe](https://haxe.org) programming language |
+| [`language_hare`](plugins/language_hare.lua?raw=1) | Syntax for the [Hare](https://harelang.org/) programming language |
| [`language_hlsl`](plugins/language_hlsl.lua?raw=1) | Syntax for the [HLSL](https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl) programming language |
| [`language_hs`](plugins/language_hs.lua?raw=1) | Syntax for the [Haskell](https://www.haskell.org/) programming language |
| [`language_htaccess`](/plugins/language_htaccess.lua?raw=1) | Syntax for [.htaccess](https://httpd.apache.org/docs/2.4/howto/htaccess.html) files. |