diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2023-03-12 12:51:31 +0100 |
---|---|---|
committer | Guldoman <giulio.lettieri@gmail.com> | 2023-03-12 12:51:31 +0100 |
commit | d6aab97f5ca779647bbf59e2c209f60161f91ee8 (patch) | |
tree | 6a1747ccb924c97c6d3262badee0e1b85fdbf465 | |
parent | f9059badd9e2072ef3d4c307dcf08e7e56eac493 (diff) | |
download | lite-xl-plugins-d6aab97f5ca779647bbf59e2c209f60161f91ee8.tar.gz lite-xl-plugins-d6aab97f5ca779647bbf59e2c209f60161f91ee8.zip |
Fixed `language_autohotkey_v1` path
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 6524a0f..2d26d0f 100644 --- a/manifest.json +++ b/manifest.json @@ -363,7 +363,7 @@ { "description": "Syntax for the [AutoHotkey](https://www.autohotkey.com)(v1) programming language", "version": "0.1", - "path": "plugins/langauge_autohotkey_v1.lua", + "path": "plugins/language_autohotkey_v1.lua", "mod_version": "3", "id": "language_autohotkey_v1" }, |