diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index c3279d9..5285e4a 100644 --- a/manifest.json +++ b/manifest.json @@ -515,6 +515,13 @@ "mod_version": "3" }, { + "description": "Syntax for the [Haxe](https://haxe.org) programming language", + "version": "0.1", + "path": "plugins/language_haxe.lua", + "id": "language_haxe", + "mod_version": "3" + }, + { "description": "Syntax for the [HLSL](https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl) programming language", "version": "0.1", "path": "plugins/language_hlsl.lua", |