diff options
author | Github Actions <> | 2023-01-04 18:49:48 +0000 |
---|---|---|
committer | Github Actions <> | 2023-01-04 18:49:48 +0000 |
commit | 05887e4071ca0bf65712bb95f6b3f61b8c85c868 (patch) | |
tree | c3fde7d179a1e9a9d3b149451f14404ddd75b29b | |
parent | b2320c423ba37e02a9867839c13d5eab4d5b4d33 (diff) | |
download | lite-xl-plugins-05887e4071ca0bf65712bb95f6b3f61b8c85c868.tar.gz lite-xl-plugins-05887e4071ca0bf65712bb95f6b3f61b8c85c868.zip |
[CI] Updated README.md.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -123,6 +123,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_nelua`](https://github.com/AKDev21/nelua-lite-xl)\* | Syntax for [Nelua](http://nelua.io/) programming | | [`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_nix`](plugins/language_nix.lua?raw=1) | Syntax for the [Nix](https://nixos.wiki/wiki/Overview_of_the_Nix_Language) expression 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 | | [`language_perl`](plugins/language_perl.lua?raw=1) | Syntax for the [Perl](https://perl.org) programming language | |