diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2024-10-27 16:20:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-27 16:20:44 +0100 |
commit | 5e2292c6226920a659ff3fe798936d614138e236 (patch) | |
tree | 64b8a28c603001a074da0a32ce7d8683b6091cbd /manifest.json | |
parent | 03c8b329a291021fe393c25e9d3fd2f58965b537 (diff) | |
download | lite-xl-plugins-5e2292c6226920a659ff3fe798936d614138e236.tar.gz lite-xl-plugins-5e2292c6226920a659ff3fe798936d614138e236.zip |
refactor: cleaner solution to avoid `language_java` catastrophic backtracking (#463)
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 730ab3b..900e567 100644 --- a/manifest.json +++ b/manifest.json @@ -1150,7 +1150,7 @@ "tags": [ "language" ], - "version": "0.1.2" + "version": "0.1.3" }, { "description": "Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language", |