diff options
author | Rohan Vashisht <81112205+RohanVashisht1234@users.noreply.github.com> | 2024-04-01 20:55:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 17:25:44 +0200 |
commit | a8075b0cb52381a164647822568ac81d22f99bd3 (patch) | |
tree | c07e400980066dcb4f3843f3fa07405f3d5d5d12 /manifest.json | |
parent | ba257c505c2709cf6fd5a66d2d1515a6e5dab5e3 (diff) | |
download | lite-xl-plugins-a8075b0cb52381a164647822568ac81d22f99bd3.tar.gz lite-xl-plugins-a8075b0cb52381a164647822568ac81d22f99bd3.zip |
Add `language_buzz` (#404)
* Update manifest.json
* Update manifest.json
* ok
* ok
* ok
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index d685eb1..525c71f 100644 --- a/manifest.json +++ b/manifest.json @@ -68,6 +68,7 @@ "language_bib": {}, "language_blade": {}, "language_blueprint": {}, + "language_buzz": {}, "language_c7": {}, "language_caddyfile": {}, "language_cmake": {}, @@ -155,7 +156,7 @@ "id": "meta_languages", "mod_version": "3", "type": "meta", - "version": "0.1.6" + "version": "0.1.7" }, { "description": "Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))*", @@ -692,6 +693,13 @@ "version": "0.1" }, { + "description": "A syntax hilighter for buzz programming language in lite-xl.", + "id": "language_buzz", + "mod_version": "3", + "remote": "https://github.com/RohanVashisht1234/buzz_syntax_highlighter_lite-xl:dc680dfb7d528ad521fe0c7bdfbc88ef3f95528e", + "version": "0.1" + }, + { "description": "Syntax for the modifications to [fe](https://github.com/rxi/fe/) used in [cel7](https://rxi.itch.io/cel7)", "id": "language_c7", "mod_version": "3", |