diff options
author | Github Actions <> | 2024-04-08 09:21:30 +0000 |
---|---|---|
committer | Github Actions <> | 2024-04-08 09:21:30 +0000 |
commit | 5452497648776335ffc20e6081996ec1e63b9557 (patch) | |
tree | 052bac77e42ca482199e9b90dde61758f70c4bf6 | |
parent | 0d19b9db23e769e8e53ac081662c00b259f06f8a (diff) | |
download | lite-xl-plugins-5452497648776335ffc20e6081996ec1e63b9557.tar.gz lite-xl-plugins-5452497648776335ffc20e6081996ec1e63b9557.zip |
[CI] Updated README.md and manifest.json.
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | manifest.json | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -209,6 +209,7 @@ to follow with `extra.follow_branch`.* | [`language_c7`](plugins/language_c7.lua?raw=1) | Syntax for the modifications to [fe](https://github.com/rxi/fe/) used in [cel7](https://rxi.itch.io/cel7) | | [`language_caddyfile`](plugins/language_caddyfile.lua?raw=1) | Syntax for the Caddyfile used on the [Caddy](https://caddyserver.com/) web server | | [`language_carbon`](https://github.com/RohanVashisht1234/carbon_syntax_highlighter_lite-xl.git)\* | Syntax for the [Carbon programming language](https://github.com/carbon-language/carbon-lang). | +| [`language_clojure`](plugins/language_clojure.lua?raw=1) | Syntax for the [Clojure](https://clojure.org/) programming language | | [`language_cmake`](plugins/language_cmake.lua?raw=1) | Syntax for the CMake build system language | | [`language_containerfile`](https://github.com/FilBot3/lite-xl-language-containerfile)\* | Syntax for [Containerfile](https://github.com/containers/common/blob/main/docs/Containerfile.5.md)/[Dockerfile](https://docs.docker.com/engine/reference/builder/) | | [`language_crystal`](https://github.com/Tamnac/lite-plugin-crystal)\* | Syntax for the [Crystal](https://crystal-lang.org) programming language | diff --git a/manifest.json b/manifest.json index 75364bc..8d29c76 100644 --- a/manifest.json +++ b/manifest.json @@ -740,7 +740,7 @@ "description": "Syntax for the [Clojure](https://clojure.org/) programming language", "id": "language_clojure", "mod_version": "3", - "path":"plugins/language_clojure.lua", + "path": "plugins/language_clojure.lua", "tags": [ "language" ], |