aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author프날 (Pnal) <contact@pnal.dev>2023-03-12 11:48:12 +0000
committerGitHub <noreply@github.com>2023-03-12 12:48:12 +0100
commita74ffae372fbb75ab321a42348a420b28d6ff7c1 (patch)
tree0d2406dd507bd2b65e558a1187f6cc63d3268a34 /README.md
parent65be429e6f3fc7f8cd265eee3a489357da8a4582 (diff)
downloadlite-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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b635d3..705753c 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`Kinc Projects`](https://github.com/Kode-Community/kinc_plugin)\* | Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console)) |
| [`language_angelscript`](plugins/language_angelscript.lua?raw=1) | Syntax for the [Angelscript](https://www.angelcode.com/angelscript/) programming language |
| [`language_assembly_x86`](plugins/language_assembly_x86.lua?raw=1) | Syntax for Intel x86 assembly |
-| [`language_autohotkey`](https://github.com/devPnal/lite-plugin-autohotkey)\* | Syntax for the [AutoHotkey](https://www.autohotkey.com) programming language |
+| [`language_autohotkey_v1`](plugins/language_autohotkey_v1.lua?raw=1) | Syntax for the [AutoHotkey](https://www.autohotkey.com) (v1) programming language |
| [`language_batch`](plugins/language_batch.lua?raw=1) | Syntax for Windows [Batch Files](https://en.wikipedia.org/wiki/Batch_file) |
| [`language_bib`](plugins/language_bib.lua?raw=1) | Syntax for [BibTex](https://en.wikipedia.org/wiki/BibTeX) files |
| [`language_caddyfile`](plugins/language_caddyfile.lua?raw=1) | Syntax for the Caddyfile used on the [Caddy](https://caddyserver.com/) web server |