diff options
author | Francesco <francesco.bbt@gmail.com> | 2021-10-08 20:11:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 20:11:43 +0200 |
commit | 959f30770853c39a666b9fc125bbdff5464be9a2 (patch) | |
tree | e33e0ee827983d8064fabe91d3fb3643bea77acd /README.md | |
parent | b53c5eb773b9fd3bd0ea277fe60e2129778cfdb5 (diff) | |
parent | 21a11ec160366a6071e0a3a91d486351f9161635 (diff) | |
download | lite-xl-plugins-959f30770853c39a666b9fc125bbdff5464be9a2.tar.gz lite-xl-plugins-959f30770853c39a666b9fc125bbdff5464be9a2.zip |
Merge pull request #75 from dflock/patch-4
Add syntax highlighting for nginx config files.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ Plugin | Description [`language_make`](plugins/language_make.lua?raw=1) | Syntax for the Make build system language [`language_meson`](plugins/language_meson.lua?raw=1) | Syntax for the [Meson](https://mesonbuild.com) build system language [`language_moon`](plugins/language_moon.lua?raw=1) | Syntax for the [MoonScript](https://moonscript.org) scripting language +[`language_nginx`](plugins/language_nginx.lua?raw=1) | Syntax for [Nginx](https://www.nginx.com/) config files [`language_nim`](plugins/language_nim.lua?raw=1) | Syntax for the [Nim](https://nim-lang.org) programming language [`language_objc`](plugins/language_objc.lua?raw=1) | Syntax for the [Objective C](https://en.wikipedia.org/wiki/Objective-C) programming language [`language_odin`](plugins/language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language |