diff options
author | Jefferson González <jgmdev@gmail.com> | 2022-06-14 21:16:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 21:16:38 -0400 |
commit | edf4fa9020ed6233c2f9a07ada89dd9f3bb3c22f (patch) | |
tree | deaed9696d0f3279a2141b28bc696aa54ad95884 /README.md | |
parent | d269ab6e69b270d5450e0e8316b745e04f5e3bd7 (diff) | |
download | lite-xl-plugins-edf4fa9020ed6233c2f9a07ada89dd9f3bb3c22f.tar.gz lite-xl-plugins-edf4fa9020ed6233c2f9a07ada89dd9f3bb3c22f.zip |
Add language_caddyfile (#104)
* added language_caddyfile
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ to something other than a raw file it should be marked with an asterisk.* | [`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_caddyfile`](plugins/language_caddyfile.lua?raw=1) | Syntax for the Caddyfile used on the [Caddy](https://caddyserver.com/) web server | | [`language_cmake`](plugins/language_cmake.lua?raw=1) | Syntax for the CMake build system language | | [`language_containerfile`](https://github.com/FilBot3/lite-xl-language-containerfile)\* | Syntax for [Containerfile](https://github.com/containers/common/blob/main/docs/Containerfile.5.md)/[Dockerfile](https://docs.docker.com/engine/reference/builder/) | | [`language_cpp`](plugins/language_cpp.lua?raw=1) | Syntax for the [C++](https://isocpp.org/) programming language | |