diff options
author | Takase <20792268+takase1121@users.noreply.github.com> | 2024-07-22 10:51:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 10:51:04 +0800 |
commit | 376185578b8608dbdcf0204f957e32d423f4315d (patch) | |
tree | f70fa70f75a3469281394ae58a2e2f14469889c0 /manifest.json | |
parent | 2e3282b88b2cce66d98c9cde19ce7a5697808f3c (diff) | |
parent | e4f37fd46e10fd15caac5fb2014d49dac7c69643 (diff) | |
download | lite-xl-plugins-376185578b8608dbdcf0204f957e32d423f4315d.tar.gz lite-xl-plugins-376185578b8608dbdcf0204f957e32d423f4315d.zip |
Merge pull request #462 from Guldoman/PR_fix_java_regex
fix: avoid `language_java` catastrophic backtracking
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 f8233b2..e6d7422 100644 --- a/manifest.json +++ b/manifest.json @@ -1138,7 +1138,7 @@ "tags": [ "language" ], - "version": "0.1.1" + "version": "0.1.2" }, { "description": "Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language", |