From f206a54f0a0e2c0006ac7425eca1370309547dcb Mon Sep 17 00:00:00 2001 From: Tuhkis <88197425+Tuhkis@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:03:25 +0300 Subject: 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 * Fix link in manifest --------- Co-authored-by: Guldoman --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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. | -- cgit v1.2.3