diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 8 |
1 files changed, 5 insertions, 3 deletions
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", |