diff options
author | Tamnac <49466795+Tamnac@users.noreply.github.com> | 2024-02-29 10:17:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 19:17:56 +0100 |
commit | b0d844e0b528b6d2cdf8cecc65f2b753bb59f339 (patch) | |
tree | ea85a6f2ef6e4beafdbd6c9fe7278f96e8f782d0 /manifest.json | |
parent | bf01ab4d07107e4f9b7330358b48fdb108fc09c8 (diff) | |
download | lite-xl-plugins-b0d844e0b528b6d2cdf8cecc65f2b753bb59f339.tar.gz lite-xl-plugins-b0d844e0b528b6d2cdf8cecc65f2b753bb59f339.zip |
Add language_djot (#372)
* Add language_djot
* fix remote
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* spelling error
* fix spacing
* change to latest commit
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 140e052..c535a52 100644 --- a/manifest.json +++ b/manifest.json @@ -720,6 +720,14 @@ "tags": ["language"] }, { + "description": "Syntax for the [Djot](https://djot.net/) markup language", + "version": "0.1", + "remote": "https://github.com/Tamnac/lite-xl-djot:e92ad996aba56c3363ef83a2dd8d1026be56c730", + "id": "language_djot", + "mod_version": "3", + "tags": ["language"] + }, + { "description": "Syntax for [FreeFEM++](http://freefem.org) programming language", "version": "0.1", "path": "plugins/language_edp.lua", |