Skip to content

Commit

Permalink
[CI] Updated README.md and manifest.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Oct 20, 2024
1 parent 9da40d6 commit 03c8b32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ to follow with `extra.follow_branch`.*
| [`primary_selection`](plugins/primary_selection.lua?raw=1) | Adds middle mouse click copy/paste (primary selection). To use this plugin, `xclip` must be installed. |
| [`profiler`](plugins/profiler) | Adds the ability to profile lite-xl with the [lua-profiler](https://github.com/charlesmallah/lua-profiler) |
| [`projectsearch`](https://github.com/jgmdev/lite-xl-threads)* | Threaded project search with 5-10x better performance. |
| [`ptm`](https://github.com/PerilousBooklet/lite-xl-ptm)* | A project template manager for Lite XL. |
| [`quetta`](https://github.com/adamharrison/quetta.git)* | Turns Lite XL into a terminal based editor. |
| [`rainbowparen`](plugins/rainbowparen.lua?raw=1) | Show nesting of parentheses with rainbow colours |
| [`regexreplacepreview`](plugins/regexreplacepreview.lua?raw=1) | Allows for you to write a regex and its replacement in one go, and live preview the results. |
Expand Down
12 changes: 6 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2013,12 +2013,12 @@
"version": "1.2"
},
{
"description": "A project template manager for Lite XL.",
"id": "ptm",
"mod_version": "3",
"name": "Project Template Manager",
"remote": "https://github.com/PerilousBooklet/lite-xl-ptm:f6695fa842af9d23769fdf25ad7fa9ebcfcb6e8d",
"version": "0.1.0"
"description": "A project template manager for Lite XL.",
"id": "ptm",
"mod_version": "3",
"name": "Project Template Manager",
"remote": "https://github.com/PerilousBooklet/lite-xl-ptm:f6695fa842af9d23769fdf25ad7fa9ebcfcb6e8d",
"version": "0.1.0"
},
{
"description": "Turns Lite XL into a terminal based editor.",
Expand Down

0 comments on commit 03c8b32

Please sign in to comment.