diff options
author | Merlin Volkmer <49447733+Meerschwein@users.noreply.github.com> | 2023-01-04 19:49:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-04 19:49:31 +0100 |
commit | b2320c423ba37e02a9867839c13d5eab4d5b4d33 (patch) | |
tree | 425dedb81aaefa2d0d9b64679828f4444392250e /manifest.json | |
parent | 350cbc7e50e30f00b479062e5295fbdd45cc843f (diff) | |
download | lite-xl-plugins-b2320c423ba37e02a9867839c13d5eab4d5b4d33.tar.gz lite-xl-plugins-b2320c423ba37e02a9867839c13d5eab4d5b4d33.zip |
add language_nix (#189)
* add language_nix
* formatting and a tweak to paths
* add string escaping
* add manifest entry
* fix search paths
* remove unnecessary string escaping
* remove entry in README
* simplify comments
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 98aecb8..71143d1 100644 --- a/manifest.json +++ b/manifest.json @@ -588,6 +588,13 @@ "mod_version": "3" }, { + "description": "Syntax for the [Nix](https://nixos.wiki/wiki/Overview_of_the_Nix_Language) expression language", + "version": "0.1", + "path": "plugins/language_nix.lua", + "id": "language_nix", + "mod_version": "3" + }, + { "description": "Syntax for the [Objective C](https://en.wikipedia.org/wiki/Objective-C) programming language", "version": "0.1", "path": "plugins/language_objc.lua", |