diff options
author | Adam <adamdharrison@gmail.com> | 2022-04-21 22:53:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 22:53:48 -0400 |
commit | 1130a239a0b8d58421f6cc1118e7cca09517c3c7 (patch) | |
tree | b962323d0e136dec648c5c33ff43a61cd1d1f289 /README.md | |
parent | 4d286fafdef708d34f833f85c3e3e6ee0f321831 (diff) | |
parent | 141f2242c751ab7b7ce47e7f3f10f8668f898228 (diff) | |
download | lite-xl-plugins-1130a239a0b8d58421f6cc1118e7cca09517c3c7.tar.gz lite-xl-plugins-1130a239a0b8d58421f6cc1118e7cca09517c3c7.zip |
Merge pull request #56 from devPnal/support-autohotkey
Add `language_autohotkey.lua`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ to something other than a raw file it should be marked with an asterisk.* | [`indentguide`](plugins/indentguide.lua?raw=1) | Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))* | | [`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_autohotkey`](https://github.com/devPnal/lite-plugin-autohotkey)\* | Syntax for the [AutoHotkey](https://www.autohotkey.com) 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_cmake`](plugins/language_cmake.lua?raw=1) | Syntax for the CMake build system language | |