aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--manifest.json2
2 files changed, 2 insertions, 1 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. |
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",