aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorAlejandro Ramallo <alejandro@ramallo.me>2023-02-16 15:49:54 -0500
committerGitHub <noreply@github.com>2023-02-16 16:49:54 -0400
commitddb6d26402250b2798c7ee8bf22a92c36705808e (patch)
tree4636649de4b3df636e49947d0c854575a0678241 /manifest.json
parentd957a57209ee4f62911b6278c054803ac5a1b9d6 (diff)
downloadlite-xl-plugins-ddb6d26402250b2798c7ee8bf22a92c36705808e.tar.gz
lite-xl-plugins-ddb6d26402250b2798c7ee8bf22a92c36705808e.zip
Added Haxe language support (#208)
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json7
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",