aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorRohan Vashisht <81112205+RohanVashisht1234@users.noreply.github.com>2024-04-08 14:48:15 +0530
committerGitHub <noreply@github.com>2024-04-08 11:18:15 +0200
commit6358c0fce4ff6f9fa119acb0ed336fe03cd25bd4 (patch)
tree0c97c6f95736a92f5c9265a8042f53a15685d74e /manifest.json
parent1541d29e0f885923b612ec2e33635314604841eb (diff)
downloadlite-xl-plugins-6358c0fce4ff6f9fa119acb0ed336fe03cd25bd4.tar.gz
lite-xl-plugins-6358c0fce4ff6f9fa119acb0ed336fe03cd25bd4.zip
Added support for Clojure programming language (#414)
* Update manifest.json * Update manifest.json * Create language_clojure.lua * Update language_clojure.lua * Update manifest.json * Update plugins/language_clojure.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update manifest.json Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update language_clojure.lua --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index a7c27e9..3b9700b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -72,6 +72,7 @@
"language_c7": {},
"language_caddyfile": {},
"language_carbon": {},
+ "language_clojure": {},
"language_cmake": {},
"language_containerfile": {},
"language_crystal": {},
@@ -159,7 +160,7 @@
"id": "meta_languages",
"mod_version": "3",
"type": "meta",
- "version": "0.1.10"
+ "version": "0.1.11"
},
{
"description": "Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))*",
@@ -736,6 +737,16 @@
"version": "0.2"
},
{
+ "description": "Syntax for the [Clojure](https://clojure.org/) programming language",
+ "id": "language_clojure",
+ "mod_version": "3",
+ "path":"plugins/language_clojure.lua"
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
+ },
+ {
"description": "Syntax for the CMake build system language",
"id": "language_cmake",
"mod_version": "3",