diff options
author | Jose Mendoza <56417208+StunxFS@users.noreply.github.com> | 2023-11-08 14:48:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-08 19:48:10 +0100 |
commit | fe3130df42c8daa6b1e03317d7bc84df14fff314 (patch) | |
tree | 4e308ca579a060b75399cbf6fd73215a572ed477 /manifest.json | |
parent | 2b675f545867bc7d3a760017d82cd7750f2035e1 (diff) | |
download | lite-xl-plugins-fe3130df42c8daa6b1e03317d7bc84df14fff314.tar.gz lite-xl-plugins-fe3130df42c8daa6b1e03317d7bc84df14fff314.zip |
fix(language_rivet): fix attribute highlighting (#333)
* Update manifest.json
* update manifest.json
* update language_rivet.lua
* fix manifest.json
* update manifest.json
* fix manifest.json
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 7e8ed5b..5418f88 100644 --- a/manifest.json +++ b/manifest.json @@ -1092,7 +1092,7 @@ }, { "description": "Syntax for the [Rivet](https://github.com/rivet-lang/rivet) programming language", - "version": "0.4.1", + "version": "0.4.2", "path": "plugins/language_rivet.lua", "id": "language_rivet", "mod_version": "3", |