diff options
author | 프날 (Pnal) <contact@pnal.dev> | 2023-03-12 11:48:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-12 12:48:12 +0100 |
commit | a74ffae372fbb75ab321a42348a420b28d6ff7c1 (patch) | |
tree | 0d2406dd507bd2b65e558a1187f6cc63d3268a34 /manifest.json | |
parent | 65be429e6f3fc7f8cd265eee3a489357da8a4582 (diff) | |
download | lite-xl-plugins-a74ffae372fbb75ab321a42348a420b28d6ff7c1.tar.gz lite-xl-plugins-a74ffae372fbb75ab321a42348a420b28d6ff7c1.zip |
Update AutoHotkey language support (#223)
* Add langua_autohotkey.lua
* Update README.md
* Update README.md
* Delete language_autohotkey.lua
* Add files for support autohotkey v1
* Update plugins/language_autohotkey_v1.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update manifest.json
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 80b26e9..6524a0f 100644 --- a/manifest.json +++ b/manifest.json @@ -361,11 +361,11 @@ "mod_version": "3" }, { - "description": "Syntax for the [AutoHotkey](https://www.autohotkey.com) programming language", + "description": "Syntax for the [AutoHotkey](https://www.autohotkey.com)(v1) programming language", "version": "0.1", - "remote": "https://github.com/devPnal/lite-plugin-autohotkey:e1597623163ab9e1d99ec1e8ee75cbe95b3e5d91", + "path": "plugins/langauge_autohotkey_v1.lua", "mod_version": "3", - "id": "language_autohotkey" + "id": "language_autohotkey_v1" }, { "description": "Syntax for Windows [Batch Files](https://en.wikipedia.org/wiki/Batch_file)", |