diff options
author | Alejandro Ramallo <alejandro@ramallo.me> | 2023-02-16 15:49:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-16 16:49:54 -0400 |
commit | ddb6d26402250b2798c7ee8bf22a92c36705808e (patch) | |
tree | 4636649de4b3df636e49947d0c854575a0678241 /manifest.json | |
parent | d957a57209ee4f62911b6278c054803ac5a1b9d6 (diff) | |
download | lite-xl-plugins-ddb6d26402250b2798c7ee8bf22a92c36705808e.tar.gz lite-xl-plugins-ddb6d26402250b2798c7ee8bf22a92c36705808e.zip |
Added Haxe language support (#208)
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", |