diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 9c34cb7..d1e91af 100644 --- a/manifest.json +++ b/manifest.json @@ -127,6 +127,7 @@ "language_nix": {}, "language_objc": {}, "language_odin": {}, + "language_openscad": {}, "language_perl": {}, "language_php": {}, "language_pico8": {}, @@ -162,7 +163,7 @@ "id": "meta_languages", "mod_version": "3", "type": "meta", - "version": "0.1.13" + "version": "0.1.14" }, { "description": "Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))*", @@ -1310,6 +1311,14 @@ "version": "0.1" }, { + "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"] + }, + { "description": "Syntax for the [Perl](https://perl.org) programming language", "id": "language_perl", "mod_version": "3", |