diff options
author | PerilousBooklet <raffaele.orabona@protonmail.com> | 2024-04-20 19:22:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-20 19:22:59 +0200 |
commit | 92c0069ae603fa9cc8dc3493570aab55d1f753ee (patch) | |
tree | 317b17d1186bc7be12aacc551cea717b1a51be95 /manifest.json | |
parent | dd62881b68bff92e61f0358413932773097efa8c (diff) | |
download | lite-xl-plugins-92c0069ae603fa9cc8dc3493570aab55d1f753ee.tar.gz lite-xl-plugins-92c0069ae603fa9cc8dc3493570aab55d1f753ee.zip |
Add import pattern for Groovy. (#425)
* Added import pattern.
* Fixed spacing.
* Bumped version.
* Fix versions.
* Fixed meta_languages version.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 3b1b936..b4bb072 100644 --- a/manifest.json +++ b/manifest.json @@ -1038,7 +1038,7 @@ "tags": [ "language" ], - "version": "0.1" + "version": "0.2" }, { "description": "Syntax for the [Hare](https://harelang.org) programming language", |