diff options
author | Rohan Vashisht <81112205+RohanVashisht1234@users.noreply.github.com> | 2024-04-08 15:00:49 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 11:30:49 +0200 |
commit | 7bbb5368e1778e4ea58b64d238b8d8fbb93a0cbc (patch) | |
tree | 2c169abecc489044c720a3f8629da74aed307aea /manifest.json | |
parent | 5452497648776335ffc20e6081996ec1e63b9557 (diff) | |
download | lite-xl-plugins-7bbb5368e1778e4ea58b64d238b8d8fbb93a0cbc.tar.gz lite-xl-plugins-7bbb5368e1778e4ea58b64d238b8d8fbb93a0cbc.zip |
Integrate `language_{buzz,carbon,fortran,swift}` remote plugins (#417)
* Update manifest.json
* Create language_carbon.lua
* Update language_carbon.lua
* Create language_fortran.lua
* Update language_carbon.lua
* Create language_swift.lua
* Create language_buzz.lua
* Update manifest.json
* Update manifest.json
* Update manifest.json
* Update manifest.json
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/manifest.json b/manifest.json index 8d29c76..dd960eb 100644 --- a/manifest.json +++ b/manifest.json @@ -697,14 +697,14 @@ "version": "0.1" }, { - "description": "A syntax hilighter for buzz programming language in lite-xl.", + "description": "A syntax highlighter for the [Buzz programming language](https://buzz-lang.dev/) in lite-xl.", "id": "language_buzz", "mod_version": "3", - "remote": "https://github.com/RohanVashisht1234/buzz_syntax_highlighter_lite-xl:dc680dfb7d528ad521fe0c7bdfbc88ef3f95528e", + "path":"plugins/language_buzz.lua", "tags": [ "language" ], - "version": "0.1" + "version": "0.2" }, { "description": "Syntax for the modifications to [fe](https://github.com/rxi/fe/) used in [cel7](https://rxi.itch.io/cel7)", @@ -730,11 +730,11 @@ "description": "Syntax for the [Carbon programming language](https://github.com/carbon-language/carbon-lang).", "id": "language_carbon", "mod_version": "3", - "remote": "https://github.com/RohanVashisht1234/carbon_syntax_highlighter_lite-xl.git:997c0d099145afe47001703df829a3a9af955297", + "path":"plugins/language_carbon.lua", "tags": [ "language" ], - "version": "0.2" + "version": "0.3" }, { "description": "Syntax for the [Clojure](https://clojure.org/) programming language", @@ -920,11 +920,11 @@ "description": "Syntax for the [fortran](https://fortran-lang.org/) programming language", "id": "language_fortran", "mod_version": "3", - "remote": "https://github.com/RohanVashisht1234/fortran_syntax_highlighter_lite-xl:2bf91dd7a50f1ba7c8847532084448a9d2d88456", + "path":"plugins/language_fortran.lua", "tags": [ "language" ], - "version": "0.1" + "version": "0.2" }, { "description": "Syntax for the [fstab](https://en.wikipedia.org/wiki/Fstab) config files", @@ -1442,11 +1442,11 @@ "description": "Syntax for the [Swift](https://developer.apple.com/swift/) programming language", "id": "language_swift", "mod_version": "3", - "remote": "https://github.com/RohanVashisht1234/swift_syntax_highlighting_lite-xl:4211079ced99ed693b5c8acad61f3a27a511919d", + "path":"plugins/language_swift.lua", "tags": [ "language" ], - "version": "0.1" + "version": "0.2" }, { "description": "Syntax for shell scripting language", |