diff options
author | programutox <39414086+programutox@users.noreply.github.com> | 2024-03-04 17:40:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 17:40:53 +0100 |
commit | 70cba367aafdb5eb41592b1929085642ca9b1923 (patch) | |
tree | 18dfe870204f0104a0b7dfd9c5cd43785b671b80 /manifest.json | |
parent | a789fc89b9bd1b3341c0ac500dcbf25faa98093a (diff) | |
download | lite-xl-plugins-70cba367aafdb5eb41592b1929085642ca9b1923.tar.gz lite-xl-plugins-70cba367aafdb5eb41592b1929085642ca9b1923.zip |
Added Vale syntax plugin (#377)
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 46fc310..1c7feeb 100644 --- a/manifest.json +++ b/manifest.json @@ -1298,6 +1298,14 @@ "tags": ["language"] }, { + "description": "Syntax for the [Vale](https://vale.dev) programming language", + "version": "0.1", + "remote": "https://github.com/programutox/lite-plugin-vale:faa75f67b093978ceebc31bb7db8aa297f3c3e52", + "mod_version": "3", + "id": "language_vale", + "tags": ["language"] + }, + { "description": "Syntax for the [Wren](http://wren.io/) programming language", "version": "0.1", "path": "plugins/language_wren.lua", |