aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorDelta-official <darkussdelta@gmail.com>2023-06-18 21:24:16 +0000
committerGitHub <noreply@github.com>2023-06-18 17:24:16 -0400
commit496c209ae55a3b7711b157aa846d1869bae42b2d (patch)
tree87228373cc1f659a9cb3de590e7788ce94407733 /manifest.json
parent50140eb7bbfe6eecc882e72aed0970bd639f02ca (diff)
downloadlite-xl-plugins-496c209ae55a3b7711b157aa846d1869bae42b2d.tar.gz
lite-xl-plugins-496c209ae55a3b7711b157aa846d1869bae42b2d.zip
Fix Rust lifetime highlighting (#213)
* Fix lifetime highlighting * Update language_rust.lua * bump commit version and further improve upon lifetime highlighting
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 8ac0784..9fcbb8d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -812,7 +812,7 @@
},
{
"description": "Syntax for the [Rust](https://rust-lang.org/) programming language",
- "version": "0.1",
+ "version": "0.2",
"path": "plugins/language_rust.lua",
"id": "language_rust",
"mod_version": "3"