diff options
author | Rohan Vashisht <81112205+RohanVashisht1234@users.noreply.github.com> | 2024-05-27 21:58:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 18:28:03 +0200 |
commit | d84b93dc69522d8103e6772da2cbefbd397163ab (patch) | |
tree | 54845ca58eea76e8759b0ba8f1d439783e6f1540 /manifest.json | |
parent | 8db08e2b5823a77f84f8f1598782bb5c249ef19b (diff) | |
download | lite-xl-plugins-d84b93dc69522d8103e6772da2cbefbd397163ab.tar.gz lite-xl-plugins-d84b93dc69522d8103e6772da2cbefbd397163ab.zip |
Add `language_bend` (#440)
* Create language_bend.lua
* Update manifest.json
* Update language_bend.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update manifest.json
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 29490ab..f5bf49a 100644 --- a/manifest.json +++ b/manifest.json @@ -66,6 +66,7 @@ "language_autohotkey_v1": {}, "language_batch": {}, "language_bazel": {}, + "language_bend": {}, "language_bib": {}, "language_blade": {}, "language_blueprint": {}, @@ -165,7 +166,7 @@ "id": "meta_languages", "mod_version": "3", "type": "meta", - "version": "0.1.15" + "version": "0.1.16" }, { "description": "Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))*", @@ -682,6 +683,16 @@ "version": "0.1" }, { + "description": "Syntax for [Bend](https://higherorderco.com/) programming language files.", + "id": "language_bend", + "mod_version": "3", + "path": "plugins/language_bend.lua", + "tags": [ + "language" + ], + "version": "0.1" + }, + { "description": "Syntax for [BibTex](https://en.wikipedia.org/wiki/BibTeX) files", "id": "language_bib", "mod_version": "3", |