diff options
author | Adam <adamdharrison@gmail.com> | 2023-07-12 11:00:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-12 11:00:44 -0400 |
commit | 303b162601172b48653af7ff01422489ed318e37 (patch) | |
tree | 2fcc7a488bffdf5ccbaa7343e0c565c0c967408f /manifest.json | |
parent | ce5a6b72f679afef230696e707efa0bbb9a031bc (diff) | |
download | lite-xl-plugins-303b162601172b48653af7ff01422489ed318e37.tar.gz lite-xl-plugins-303b162601172b48653af7ff01422489ed318e37.zip |
Updated perl to improve syntax highlighting. (#265)
* Updated perl to improve syntax highlighting.
* Added in more perl stuff.
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 63a62b5..c92c3db 100644 --- a/manifest.json +++ b/manifest.json @@ -727,7 +727,7 @@ }, { "description": "Syntax for the [Perl](https://perl.org) programming language", - "version": "0.1", + "version": "0.2", "path": "plugins/language_perl.lua", "id": "language_perl", "mod_version": "3" |