aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGithub Actions <>2024-04-20 16:14:24 +0000
committerGithub Actions <>2024-04-20 16:14:24 +0000
commit8f7c25a3621ef59fd8e4be2451be8b1b09111124 (patch)
tree46ee3a3f8dd23074e2d55a13ba22b1b3128c6f52
parent01d460b616d9bfd6038e84fb1485bed16825d7ee (diff)
downloadlite-xl-plugins-8f7c25a3621ef59fd8e4be2451be8b1b09111124.tar.gz
lite-xl-plugins-8f7c25a3621ef59fd8e4be2451be8b1b09111124.zip
[CI] Updated README.md and manifest.json.
-rw-r--r--README.md1
-rw-r--r--manifest.json8
2 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 571b4fa..9e73c25 100644
--- a/README.md
+++ b/README.md
@@ -268,6 +268,7 @@ to follow with `extra.follow_branch`.*
| [`language_nix`](plugins/language_nix.lua?raw=1) | Syntax for the [Nix](https://nixos.wiki/wiki/Overview_of_the_Nix_Language) expression language |
| [`language_objc`](plugins/language_objc.lua?raw=1) | Syntax for the [Objective C](https://en.wikipedia.org/wiki/Objective-C) programming language |
| [`language_odin`](plugins/language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language |
+| [`language_openscad`](plugins/language_openscad.lua?raw=1) | Syntax for the [OpenSCAD](https://openscad.org/) programming language |
| [`language_perl`](plugins/language_perl.lua?raw=1) | Syntax for the [Perl](https://perl.org) programming language |
| [`language_php`](plugins/language_php.lua?raw=1) | Syntax for the [PHP](https://php.net) programming language |
| [`language_pico8`](plugins/language_pico8.lua?raw=1) | Syntax for [Pico-8](https://www.lexaloffle.com/pico-8.php) cartridge files |
diff --git a/manifest.json b/manifest.json
index d1e91af..dbb5be8 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1312,11 +1312,13 @@
},
{
"description": "Syntax for the [OpenSCAD](https://openscad.org/) programming language",
- "version": "0.1",
- "path": "plugins/language_openscad.lua",
"id": "language_openscad",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_openscad.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Perl](https://perl.org) programming language",