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 d14268f..350ad43 100644 --- a/manifest.json +++ b/manifest.json @@ -1020,11 +1020,13 @@ }, { "description": "Syntax for the [Groovy](https://en.wikipedia.org/wiki/Apache_Groovy", - "version": "0.1", - "path": "plugins/language_groovy.lua", "id": "language_groovy", "mod_version": "3", - "tags": ["language"] + "path": "plugins/language_groovy.lua", + "tags": [ + "language" + ], + "version": "0.1" }, { "description": "Syntax for the [Hare](https://harelang.org) programming language", |