From b1eb39caa13df1f225fc6acedcfb6ab60524344e Mon Sep 17 00:00:00 2001 From: StunxFS <56417208+StunxFS@users.noreply.github.com> Date: Sat, 31 Dec 2022 20:52:28 -0400 Subject: update `language_rivet.lua` (#185) * Update language_rivet.lua * Update language_rivet.lua --- plugins/language_rivet.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/language_rivet.lua b/plugins/language_rivet.lua index 0416850..aceb5a1 100644 --- a/plugins/language_rivet.lua +++ b/plugins/language_rivet.lua @@ -28,11 +28,11 @@ syntax.add { type = "number" }, {pattern = "[A-Z][%w_]*", type = "keyword2"}, -- types + {pattern = "%@%s?[%a_][%w_]*", type = "literal"}, -- builtin func/var {pattern = "[%a_][%w_]*%f[(]", type = "function"}, - {pattern = "[%a_][%w_]*!%f[(]", type = "keyword2"}, -- builtin function {pattern = "[%a_][%w_]*", type = "symbol"}, {pattern = {"#%[", "%]"}, type = "literal"}, - {pattern = "#%s?[%a_][%w_]*", type = "comment"} -- #if/#elif/#else/#endif + {pattern = "#%s?[%a_][%w_]*", type = "comment"} -- if/elif/else/endif }, symbols = { ["and"] = "keyword", @@ -49,9 +49,11 @@ syntax.add { ["errdefer"] = "keyword", ["extend"] = "keyword", ["extern"] = "keyword", + ["export"] = "keyword", ["false"] = "literal", ["fn"] = "keyword", ["for"] = "keyword", + ["from"] = "keyword", ["if"] = "keyword", ["import"] = "keyword", ["in"] = "keyword", -- cgit v1.2.3 From e04deca46f387f2a4d26078aa0627798c9baa363 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 2 Jan 2023 13:46:06 -0500 Subject: Added in manifest. --- manifest.json | 1148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1148 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..b54df8a --- /dev/null +++ b/manifest.json @@ -0,0 +1,1148 @@ +{ + "plugins": [ + { + "description": "Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))*", + "version": "0.1", + "path": "plugins/align_carets.lua", + "name": "align_carets", + "mod_version": "3" + }, + { + "description": "Automatically inserts closing brackets and quotes. Also allows selected text to be wrapped with brackets or quotes.", + "version": "0.1", + "path": "plugins/autoinsert.lua", + "name": "autoinsert", + "mod_version": "3" + }, + { + "description": "Automatically saves files when they are changed", + "version": "0.1", + "path": "plugins/autosave.lua", + "name": "autosave", + "mod_version": "3" + }, + { + "description": "Automatically saves files that were changed when the main window loses focus by switching to another application", + "version": "0.1", + "path": "plugins/autosaveonfocuslost.lua", + "name": "autosaveonfocuslost", + "mod_version": "3" + }, + { + "description": "Automatically hardwraps lines when typing", + "version": "0.1", + "path": "plugins/autowrap.lua", + "name": "autowrap", + "mod_version": "3" + }, + { + "description": "Shows the current time and date in a view with large text *([screenshot](https://user-images.githubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))*", + "version": "0.1", + "path": "plugins/bigclock.lua", + "name": "bigclock", + "mod_version": "3" + }, + { + "description": "Integrates the [black](https://github.com/psf/black) Python formatter with lite", + "version": "0.1", + "remote": "https://git.sr.ht/~tmpod/black-lite:2a1ab1b703f954edb39efb73e72b44c0d18b30a2", + "mod_version": 3, + "name": "black" + }, + { + "description": "Underlines matching pair for bracket under the caret *([screenshot](https://user-images.githubusercontent.com/3920290/80132745-0c863f00-8594-11ea-8875-c455c6fd7eae.png))*", + "version": "0.1", + "path": "plugins/bracketmatch.lua", + "name": "bracketmatch", + "mod_version": "3" + }, + { + "description": "Centers document's content on the screen and adds zen mode support *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))*", + "version": "0.1", + "path": "plugins/centerdoc.lua", + "name": "centerdoc", + "mod_version": "3" + }, + { + "description": "Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))*", + "version": "0.1", + "path": "plugins/colorpreview.lua", + "name": "colorpreview", + "mod_version": "3" + }, + { + "description": "A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))*", + "version": "0.1", + "remote": "https://github.com/franko/console:08c3f5e1483627c3ae688ce5a99008e823357f2c", + "mod_version": 3, + "name": "console" + }, + { + "description": "Simple context menu *([screenshot](https://github.com/takase1121/lite-contextmenu/blob/master/assets/screenshot.jpg?raw=true))*", + "version": "0.1", + "remote": "https://github.com/takase1121/lite-contextmenu:5af041bf27319c6c26316c7fc8b7a60494be7d32", + "mod_version": 3, + "name": "contextmenu" + }, + { + "description": "Copy file location to clipboard", + "version": "0.1", + "path": "plugins/copyfilelocation.lua", + "name": "copyfilelocation", + "mod_version": "3" + }, + { + "description": "Customize the caret in the editor", + "version": "0.1", + "path": "plugins/custom_caret.lua", + "name": "custom_caret", + "mod_version": "3" + }, + { + "description": "Insert date-, time- and date-time-stamps", + "version": "0.1", + "path": "plugins/datetimestamps.lua", + "name": "datetimestamps", + "mod_version": "3" + }, + { + "description": "Adds the current workspace and file to your Discord Rich Presence", + "version": "0.1", + "remote": "https://github.com/vincens2005/lite-xl-discord:93ac3abb7381fe6d5c9734e40c008cd26713f1a8", + "mod_version": 3, + "name": "discord" + }, + { + "description": "Provides basic drag and drop of selected text (in same document)", + "version": "0.1", + "path": "plugins/dragdropselected.lua", + "name": "dragdropselected", + "mod_version": "3" + }, + { + "description": "[EditorConfig](https://editorconfig.org/) implementation for Lite XL", + "version": "0.1", + "path": "plugins/editorconfig", + "name": "editorconfig", + "mod_version": 3 + }, + { + "checksum": "e3607f5107f4e42fd99006289b8214a473824c6973b8e9c637b4657eba763650", + "description": "Make sure the file ends with one blank line.", + "version": "0.1", + "name": "eofnewline", + "mod_version": 3, + "url": "https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline-xl.lua?raw=1" + }, + { + "description": "Preview tabs. Opening a doc will replace the contents of the preview tab. Marks tabs as non-preview on any change or tab double clicking.", + "version": "0.1", + "path": "plugins/ephemeral_tabs.lua", + "name": "ephemeral_tabs", + "mod_version": "3" + }, + { + "description": "Graphs y=x equations.", + "version": "0.1", + "remote": "https://github.com/ThaCuber/equationgrapher?raw=1:bd7056b5d4a6f6b98365e1a5e3e78e29ed843d13", + "mod_version": 3, + "name": "equationgrapher" + }, + { + "description": "Replaces selected Lua code with its evaluated result", + "version": "0.1", + "path": "plugins/eval.lua", + "name": "eval", + "mod_version": "3" + }, + { + "description": "Adds Treesitter syntax highlighting support", + "version": "0.1", + "remote": "https://github.com/TorchedSammy/Evergreen.lxl:c4058bfdedd27aee3b23319905b5df7b4ca52ef8", + "mod_version": 3, + "name": "evergreen" + }, + { + "description": "Runs selected text through shell command and replaces with result", + "version": "0.1", + "path": "plugins/exec.lua", + "name": "exec", + "mod_version": "3" + }, + { + "description": "When a selection crosses multiple lines, it is drawn to the end of the screen *([screenshot](https://user-images.githubusercontent.com/2798487/140995616-89a20b55-5917-4df8-8a7c-d7c53732fa8b.png))*", + "version": "0.1", + "path": "plugins/extend_selection_line.lua", + "name": "extend_selection_line", + "mod_version": "3" + }, + { + "description": "Allows to open an external console in current project directory", + "version": "0.1", + "remote": "https://github.com/ShadiestGoat/lite-xl-exterm:aca8827fc1af831890cffd3dd122debac72429c6", + "mod_version": 3, + "name": "exterm" + }, + { + "description": "Adds support for fallback fonts *([gif](https://raw.githubusercontent.com/takase1121/lite-fallback-fonts/master/assets/Iw18fI57J0.gif))*", + "version": "0.1", + "remote": "https://github.com/takase1121/lite-fallback-fonts:281cafc014f7931f041046f76496797695678bb4", + "mod_version": 3, + "name": "fallbackfonts" + }, + { + "description": "Allows users to load fonts with [fontconfig](https://www.freedesktop.org/software/fontconfig/fontconfig-user.html).", + "version": "0.1", + "path": "plugins/fontconfig.lua", + "name": "fontconfig", + "mod_version": "3" + }, + { + "description": "Change the syntax used for a file.", + "version": "0.1", + "path": "plugins/force_syntax.lua", + "name": "force_syntax", + "mod_version": "3" + }, + { + "description": "formatters for various languages", + "version": "0.1", + "remote": "https://github.com/vincens2005/lite-formatters:7e017080a967c01d437e484247a90c1ff52e8ef8", + "mod_version": 3, + "name": "formatter" + }, + { + "description": "Opens a preview of the current markdown file in a browser window *([screenshot](https://user-images.githubusercontent.com/3920290/82754898-f7394600-9dc7-11ea-8278-2305363ed372.png))*", + "version": "0.1", + "path": "plugins/ghmarkdown.lua", + "name": "ghmarkdown", + "mod_version": "3" + }, + { + "description": "Shows \"git blame\" information of a line *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-gitblame/main/screenshot_1.png))*", + "version": "0.1", + "remote": "https://github.com/juliardi/lite-xl-gitblame:6de7a97bb2b635ac667750f49087afd9980f2e06", + "mod_version": 3, + "name": "gitblame" + }, + { + "description": "highlight changed lines from git *([screenshot](https://raw.githubusercontent.com/vincens2005/lite-xl-gitdiff-highlight/master/screenshot.png))*", + "version": "0.1", + "remote": "https://github.com/vincens2005/lite-xl-gitdiff-highlight:12ddfa619054dfdd1ed86426d60b569dc536c43e", + "mod_version": 3, + "name": "gitdiff_highlight" + }, + { + "description": "Displays git branch and insert/delete count in status bar *([screenshot](https://user-images.githubusercontent.com/3920290/81107223-bcea3080-8f0e-11ea-8fc7-d03173f42e33.png))*", + "version": "0.1", + "path": "plugins/gitstatus.lua", + "name": "gitstatus", + "mod_version": "3" + }, + { + "description": "Auto-formats the current go file, adds the missing imports and the missing return cases", + "version": "0.1", + "path": "plugins/gofmt.lua", + "name": "gofmt", + "mod_version": "3" + }, + { + "description": "Dark (or even Mica!) title bar for Lite XL", + "version": "0.1", + "remote": "https://github.com/takase1121/lite-xl-immersive-title:cf3a8029ac7154ea53ac819a95d44a6ff102f051", + "mod_version": 3, + "name": "immersive" + }, + { + "description": "Convert between tabs and spaces indentation", + "version": "0.1", + "path": "plugins/indent_convert.lua", + "name": "indent_convert", + "mod_version": "3" + }, + { + "description": "Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))*", + "version": "0.1", + "path": "plugins/indentguide.lua", + "name": "indentguide", + "mod_version": "3" + }, + { + "description": "Adds inter-process communication support", + "version": "0.1", + "path": "plugins/ipc.lua", + "name": "ipc", + "mod_version": "3" + }, + { + "description": "Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console))", + "version": "0.1", + "remote": "https://github.com/Kode-Community/kinc_plugin:309fe4193a09cf739ed0a058b1a6966a463a1dbd", + "mod_version": 3, + "name": "Kinc" + }, + { + "description": "Syntax for the [Angelscript](https://www.angelcode.com/angelscript/) programming language", + "version": "0.1", + "path": "plugins/language_angelscript.lua", + "name": "language_angelscript", + "mod_version": "3" + }, + { + "description": "Syntax for Intel x86 assembly", + "version": "0.1", + "path": "plugins/language_assembly_x86.lua", + "name": "language_assembly_x86", + "mod_version": "3" + }, + { + "description": "Syntax for the [AutoHotkey](https://www.autohotkey.com) programming language", + "version": "0.1", + "remote": "https://github.com/devPnal/lite-plugin-autohotkey:e1597623163ab9e1d99ec1e8ee75cbe95b3e5d91", + "mod_version": 3, + "name": "language_autohotkey" + }, + { + "description": "Syntax for Windows [Batch Files](https://en.wikipedia.org/wiki/Batch_file)", + "version": "0.1", + "path": "plugins/language_batch.lua", + "name": "language_batch", + "mod_version": "3" + }, + { + "description": "Syntax for [BibTex](https://en.wikipedia.org/wiki/BibTeX) files", + "version": "0.1", + "path": "plugins/language_bib.lua", + "name": "language_bib", + "mod_version": "3" + }, + { + "description": "Syntax for the Caddyfile used on the [Caddy](https://caddyserver.com/) web server", + "version": "0.1", + "path": "plugins/language_caddyfile.lua", + "name": "language_caddyfile", + "mod_version": "3" + }, + { + "description": "Syntax for the CMake build system language", + "version": "0.1", + "path": "plugins/language_cmake.lua", + "name": "language_cmake", + "mod_version": "3" + }, + { + "description": "Syntax for [Containerfile](https://github.com/containers/common/blob/main/docs/Containerfile.5.md)/[Dockerfile](https://docs.docker.com/engine/reference/builder/)", + "version": "0.1", + "remote": "https://github.com/FilBot3/lite-xl-language-containerfile:2d5e46b1051c48d74f9b63f9844913c630d19b87", + "mod_version": 3, + "name": "language_containerfile" + }, + { + "description": "Syntax for the [Crystal](https://crystal-lang.org) programming language", + "version": "0.1", + "remote": "https://github.com/Tamnac/lite-plugin-crystal:1913a6dd23a7640b507943230291a15aecc3235d", + "mod_version": 3, + "name": "language_crystal" + }, + { + "description": "Syntax for the [C#](http://csharp.net) programming language", + "version": "0.1", + "path": "plugins/language_csharp.lua", + "name": "language_csharp", + "mod_version": "3" + }, + { + "description": "Syntax for the [D](https://dlang.org/) programming language", + "version": "0.1", + "path": "plugins/language_d.lua", + "name": "language_d", + "mod_version": "3" + }, + { + "description": "Syntax for the [Dart](https://dart.dev/) programming languiage", + "version": "0.1", + "path": "plugins/language_dart.lua", + "name": "language_dart", + "mod_version": "3" + }, + { + "description": "Syntax for diff and patch files", + "version": "0.1", + "path": "plugins/language_diff.lua", + "name": "language_diff", + "mod_version": "3" + }, + { + "description": "Syntax for the [Elixir](https://elixir-lang.org) programming language", + "version": "0.1", + "path": "plugins/language_elixir.lua", + "name": "language_elixir", + "mod_version": "3" + }, + { + "description": "Syntax for the [Elm](https://elm-lang.org) programming language", + "version": "0.1", + "path": "plugins/language_elm.lua", + "name": "language_elm", + "mod_version": "3" + }, + { + "description": "Syntax for the [env](https://hexdocs.pm/dotenvy/dotenv-file-format.html) (dotenv) files", + "version": "0.1", + "remote": "https://github.com/anthonyaxenov/lite-xl-env-syntax:89a4274af6a786963930d7a8fb542dfe61daa801", + "mod_version": 3, + "name": "language_env" + }, + { + "description": "Syntax for the [ERB](https://github.com/ruby/erb) programming language. Also known as eRuby or Embedded Ruby.", + "version": "0.1", + "path": "plugins/language_erb.lua", + "name": "language_erb", + "mod_version": "3" + }, + { + "description": "Syntax for the [fe](https://github.com/rxi/fe) programming language", + "version": "0.1", + "path": "plugins/language_fe.lua", + "name": "language_fe", + "mod_version": "3" + }, + { + "description": "Syntax for the [fennel](https://fennel-lang.org) programming language", + "version": "0.1", + "path": "plugins/language_fennel.lua", + "name": "language_fennel", + "mod_version": "3" + }, + { + "description": "Syntax for the [fstab](https://en.wikipedia.org/wiki/Fstab) config files", + "version": "0.1", + "path": "plugins/language_fstab.lua", + "name": "language_fstab", + "mod_version": "3" + }, + { + "description": "Syntax for the [Godot Engine](https://godotengine.org/)'s GDScript scripting language", + "version": "0.1", + "path": "plugins/language_gdscript.lua", + "name": "language_gdscript", + "mod_version": "3" + }, + { + "description": "Syntax for the [GLSL](https://www.khronos.org/registry/OpenGL/specs/gl/) programming language", + "version": "0.1", + "path": "plugins/language_glsl.lua", + "name": "language_glsl", + "mod_version": "3" + }, + { + "description": "Syntax for the [Gemtext](https://gemini.circumlunar.space/docs/gemtext.gmi) markup language", + "version": "0.1", + "path": "plugins/language_gmi.lua", + "name": "language_gmi", + "mod_version": "3" + }, + { + "description": "Syntax for the [Go](https://golang.org/) programming language", + "version": "0.1", + "path": "plugins/language_go.lua", + "name": "language_go", + "mod_version": "3" + }, + { + "description": "Syntax for the [HLSL](https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl) programming language", + "version": "0.1", + "path": "plugins/language_hlsl.lua", + "name": "language_hlsl", + "mod_version": "3" + }, + { + "description": "Syntax for the [Haskell](https://www.haskell.org/) programming language", + "version": "0.1", + "path": "plugins/language_hs.lua", + "name": "language_hs", + "mod_version": "3" + }, + { + "version": "0.1", + "path": "/plugins/language_htaccess.lua", + "name": "language_htaccess", + "mod_version": "3" + }, + { + "description": "Syntax for [.gitignore](https://git-scm.com/docs/gitignore), [.dockerignore](https://docs.docker.com/engine/reference/builder/#dockerignore-file) and some other `.*ignore` files", + "version": "0.1", + "remote": "https://github.com/anthonyaxenov/lite-xl-ignore-syntax:3a9a5e0ae03b82358473da5d1c6012944d65ea95", + "mod_version": 3, + "name": "language_ignore" + }, + { + "description": "Syntax for [ini](https://en.wikipedia.org/wiki/INI_file) files", + "version": "0.1", + "path": "plugins/language_ini.lua", + "name": "language_ini", + "mod_version": "3" + }, + { + "description": "Syntax for the [Java](https://en.wikipedia.org/wiki/Java_\\(programming_language\\)) programming language", + "version": "0.1", + "path": "plugins/language_java.lua", + "name": "language_java", + "mod_version": "3" + }, + { + "description": "Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language", + "version": "0.1", + "path": "plugins/language_jiyu.lua", + "name": "language_jiyu", + "mod_version": "3" + }, + { + "description": "Syntax for the [JSX](https://reactjs.org/docs/introducing-jsx.html) language for the React framework in JavaScript", + "version": "0.1", + "path": "plugins/language_jsx.lua", + "name": "language_jsx", + "mod_version": "3" + }, + { + "description": "Syntax for the [Julia](https://julialang.org/) programming language", + "version": "0.1", + "path": "plugins/language_julia.lua", + "name": "language_julia", + "mod_version": "3" + }, + { + "checksum": "08a9f8635b09a98cec9dfca8bb65f24fd7b6585c7e8308773e7ddff9a3e5a60f", + "description": "Syntax for [Kaitai](http://kaitai.io/) struct files", + "version": "0.1", + "name": "language_ksy", + "mod_version": 3, + "url": "https://raw.githubusercontent.com/whiteh0le/lite-plugins/main/plugins/language_ksy.lua?raw=1" + }, + { + "description": "Syntax for [Liquid](https://shopify.github.io/liquid/) templating language", + "version": "0.1", + "path": "plugins/language_liquid.lua", + "name": "language_liquid", + "mod_version": "3" + }, + { + "description": "Syntax for [Lobster](https://strlen.com/lobster/) programming language", + "version": "0.1", + "path": "plugins/language_lobster.lua", + "name": "language_lobster", + "mod_version": "3" + }, + { + "description": "Syntax for the Make build system language", + "version": "0.1", + "path": "plugins/language_make.lua", + "name": "language_make", + "mod_version": "3" + }, + { + "description": "Syntax for the [Meson](https://mesonbuild.com) build system language", + "version": "0.1", + "path": "plugins/language_meson.lua", + "name": "language_meson", + "mod_version": "3" + }, + { + "description": "Syntax for the [MiniScript](https://miniscript.org) programming language", + "version": "0.1", + "path": "plugins/language_miniscript.lua", + "name": "language_miniscript", + "mod_version": "3" + }, + { + "description": "Syntax for the [MoonScript](https://moonscript.org) scripting language", + "version": "0.1", + "path": "plugins/language_moon.lua", + "name": "language_moon", + "mod_version": "3" + }, + { + "description": "Syntax for [Nelua](http://nelua.io/) programming", + "version": "0.1", + "remote": "https://github.com/AKDev21/nelua-lite-xl:8bf0ec5e7bf2b8dc9d39e6ebaaa5344fc5969319", + "mod_version": 3, + "name": "language_nelua" + }, + { + "description": "Syntax for [Nginx](https://www.nginx.com/) config files", + "version": "0.1", + "path": "plugins/language_nginx.lua", + "name": "language_nginx", + "mod_version": "3" + }, + { + "description": "Syntax for the [Nim](https://nim-lang.org) programming language", + "version": "0.1", + "path": "plugins/language_nim.lua", + "name": "language_nim", + "mod_version": "3" + }, + { + "description": "Syntax for the [Objective C](https://en.wikipedia.org/wiki/Objective-C) programming language", + "version": "0.1", + "path": "plugins/language_objc.lua", + "name": "language_objc", + "mod_version": "3" + }, + { + "description": "Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language", + "version": "0.1", + "path": "plugins/language_odin.lua", + "name": "language_odin", + "mod_version": "3" + }, + { + "description": "Syntax for the [Perl](https://perl.org) programming language", + "version": "0.1", + "path": "plugins/language_perl.lua", + "name": "language_perl", + "mod_version": "3" + }, + { + "description": "Syntax for the [PHP](https://php.net) programming language", + "version": "0.1", + "path": "plugins/language_php.lua", + "name": "language_php", + "mod_version": "3" + }, + { + "description": "Syntax for [Pico-8](https://www.lexaloffle.com/pico-8.php) cartridge files", + "version": "0.1", + "path": "plugins/language_pico8.lua", + "name": "language_pico8", + "mod_version": "3" + }, + { + "description": "Syntax for [PKGBUILD](https://wiki.archlinux.org/title/PKGBUILD) package description files", + "version": "0.1", + "path": "plugins/language_pkgbuild.lua", + "name": "language_pkgbuild", + "mod_version": "3" + }, + { + "description": "Syntax for [PO](https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html) translation files", + "version": "0.1", + "path": "plugins/language_po.lua", + "name": "language_po", + "mod_version": "3" + }, + { + "description": "Syntax for [Pony](https://www.ponylang.io/) programming language", + "version": "0.1", + "remote": "https://github.com/MrAnyx/lite-plugin-pony:34d9ec673eaa6c409bcef0febaa0a36cc3acdf4e", + "mod_version": 3, + "name": "language_pony" + }, + { + "description": "Syntax for [PowerShell](https://docs.microsoft.com/en-us/powershell) scripting language", + "version": "0.1", + "path": "plugins/language_powershell.lua", + "name": "language_powershell", + "mod_version": "3" + }, + { + "description": "Syntax for the postgresql database access language", + "version": "0.1", + "path": "plugins/language_psql.lua", + "name": "language_psql", + "mod_version": "3" + }, + { + "description": "Syntax for [R](https://www.r-project.org/) scripting language", + "version": "0.1", + "path": "plugins/language_R.lua", + "name": "language_r", + "mod_version": 3 + }, + { + "version": "0.1", + "path": "/plugins/language_R.lua", + "name": "language_R", + "mod_version": "3" + }, + { + "description": "Syntax for the [ReScript](https://rescript-lang.org/) programming language", + "version": "0.1", + "path": "plugins/language_rescript.lua", + "name": "language_rescript", + "mod_version": "3" + }, + { + "description": "Syntax for the [Rivet](https://github.com/rivet-lang/rivet) programming language", + "version": "0.1", + "path": "plugins/language_rivet.lua", + "name": "language_rivet", + "mod_version": "3" + }, + { + "description": "Syntax for the [Ruby](https://www.ruby-lang.org/) programming language", + "version": "0.1", + "path": "plugins/language_ruby.lua", + "name": "language_ruby", + "mod_version": "3" + }, + { + "description": "Syntax for the [Rust](https://rust-lang.org/) programming language", + "version": "0.1", + "path": "plugins/language_rust.lua", + "name": "language_rust", + "mod_version": "3" + }, + { + "description": "Syntax for the [Sass](https://sass-lang.com/) CSS preprocessor", + "version": "0.1", + "path": "plugins/language_sass.lua", + "name": "language_sass", + "mod_version": "3" + }, + { + "description": "Syntax for the [Scala](https://scala-lang.org/) programming language", + "version": "0.1", + "path": "plugins/language_scala.lua", + "name": "language_scala", + "mod_version": "3" + }, + { + "description": "Syntax for shell scripting language", + "version": "0.1", + "path": "plugins/language_sh.lua", + "name": "language_sh", + "mod_version": "3" + }, + { + "description": "Syntax for ssh & sshd config files", + "version": "0.1", + "path": "plugins/language_ssh_config.lua", + "name": "language_ssh_config", + "mod_version": "3" + }, + { + "description": "Syntax for the [Tcl](https://www.tcl.tk/) programming language", + "version": "0.1", + "path": "plugins/language_tcl.lua", + "name": "language_tcl", + "mod_version": "3" + }, + { + "description": "Syntax for the [Teal](https://github.com/teal-language/tl) programming language, a typed dialect of Lua.", + "version": "0.1", + "path": "plugins/language_teal.lua", + "name": "language_teal", + "mod_version": "3" + }, + { + "description": "Syntax for the [LaTeX](https://www.latex-project.org/) typesetting language", + "version": "0.1", + "path": "plugins/language_tex.lua", + "name": "language_tex", + "mod_version": "3" + }, + { + "description": "Syntax for the [TOML](https://toml.io/en/) configuration language", + "version": "0.1", + "path": "plugins/language_toml.lua", + "name": "language_toml", + "mod_version": "3" + }, + { + "description": "Syntax for the [TypeScript](https://www.typescriptlang.org/) programming language, a typed dialect of JavaScript.", + "version": "0.1", + "path": "plugins/language_ts.lua", + "name": "language_ts", + "mod_version": "3" + }, + { + "description": "Syntax for [TSX](https://www.typescriptlang.org/docs/handbook/jsx.html) language", + "version": "0.1", + "path": "plugins/language_tsx.lua", + "name": "language_tsx", + "mod_version": "3" + }, + { + "description": "Syntax for the [V](https://vlang.io/) programming language", + "version": "0.1", + "path": "plugins/language_v.lua", + "name": "language_v", + "mod_version": "3" + }, + { + "description": "Syntax for the [Wren](http://wren.io/) programming language", + "version": "0.1", + "path": "plugins/language_wren.lua", + "name": "language_wren", + "mod_version": "3" + }, + { + "description": "Syntax for [YAML](https://yaml.org/) serialization language", + "version": "0.1", + "path": "plugins/language_yaml.lua", + "name": "language_yaml", + "mod_version": "3" + }, + { + "description": "Syntax for the [Zig](https://ziglang.org/) programming language", + "version": "0.1", + "path": "plugins/language_zig.lua", + "name": "language_zig", + "mod_version": "3" + }, + { + "description": "Automatically inserts indentation and closing bracket/text after newline", + "version": "0.1", + "path": "plugins/lfautoinsert.lua", + "name": "lfautoinsert", + "mod_version": "3" + }, + { + "description": "The ability to change the display of the line number *([screenshot](https://user-images.githubusercontent.com/5556081/129493788-6a4cbd7a-9074-4133-bab7-110ed55f18f7.png))*", + "version": "0.1", + "path": "plugins/linenumbers.lua", + "name": "linenumbers", + "mod_version": "3" + }, + { + "description": "Advanced linter with ErrorLens-like error reporting. Compatible with linters made for `linter` *([screenshot](https://raw.githubusercontent.com/liquid600pgm/lintplus/master/screenshots/1.png))*", + "version": "0.1", + "remote": "https://github.com/liquid600pgm/lintplus:3268641818069070b270486a88966b2a8bfef97e", + "mod_version": 3, + "name": "lint" + }, + { + "description": "Linters for multiple languages", + "version": "0.1", + "remote": "https://github.com/drmargarido/linters:eb1611eaade6e5328df5172bd3f759d853c33a31", + "mod_version": 3, + "name": "linter" + }, + { + "description": "Discord rich presence for Lite XL (display file editing in Discord)", + "version": "0.1", + "remote": "https://github.com/TorchedSammy/Litepresence:1985e8a59feaaea5085a5add2521293a11f6d376", + "mod_version": 3, + "name": "litepresence" + }, + { + "description": "Generates Lorem Ipsum placeholder dummy text", + "version": "0.1", + "remote": "https://github.com/sheetcoder/lorem:b2da386519850d6f91ef67097e50141b3b11a90e", + "mod_version": 3, + "name": "lorem" + }, + { + "description": "Provides code completion (also known as IntelliSense) using the Language Server Protocol", + "version": "0.1", + "remote": "https://github.com/lite-xl/lite-xl-lsp:a6a8f70d6304bd77c7588e0a652945002df7fbad", + "mod_version": 3, + "name": "lsp" + }, + { + "description": "Completion menu kind/type icons for Lite XL LSP", + "version": "0.1", + "remote": "https://github.com/TorchedSammy/lite-xl-lspkind:272ebd0010cd3e205cfb486b1bae889080fec437", + "mod_version": 3, + "name": "lspkind" + }, + { + "description": "Remaps mac modkeys `command/option` to `ctrl/alt`", + "version": "0.1", + "path": "plugins/macmodkeys.lua", + "name": "macmodkeys", + "mod_version": "3" + }, + { + "description": "Add markers to docs and jump between them quickly *([screenshot](https://user-images.githubusercontent.com/3920290/82252149-5faaa200-9946-11ea-9199-bea2efb7ee23.png))*", + "version": "0.1", + "path": "plugins/markers.lua", + "name": "markers", + "mod_version": "3" + }, + { + "description": "Show memory usage in the status view", + "version": "0.1", + "path": "plugins/memoryusage.lua", + "name": "memoryusage", + "mod_version": "3" + }, + { + "description": "Shows a minimap on the right-hand side of the docview. Taken from [@andsve](https://github.com/andsve/lite-plugins/tree/minimap-plugin), and improved upon.", + "version": "0.1", + "path": "plugins/minimap.lua", + "name": "minimap", + "mod_version": "3" + }, + { + "description": "Adds a motion-trail to the caret *([gif](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))*", + "version": "0.1", + "path": "plugins/motiontrail.lua", + "name": "motiontrail", + "mod_version": "3" + }, + { + "description": "Allows moving back and forward between document positions, reducing the amount of scrolling", + "version": "0.1", + "path": "plugins/navigate.lua", + "name": "navigate", + "mod_version": "3" + }, + { + "description": "File icons set for TreeView. Download [font](https://github.com/yamatsum/nonicons/raw/6a2faf4fbdfbe353c5ae6a496740ac4bfb6d0e74/dist/nonicons.ttf) to your config/fonts folder", + "version": "0.1", + "path": "plugins/nonicons.lua", + "name": "nonicons", + "mod_version": "3" + }, + { + "description": "Change the opaqueness/transparency of `lite-xl` using shift+mousewheel or a command.", + "version": "0.1", + "path": "plugins/opacity.lua", + "name": "opacity", + "mod_version": "3" + }, + { + "description": "Automatically prompts you if you tried to open a binary file in the editor", + "version": "0.1", + "path": "plugins/open_ext.lua", + "name": "open_ext", + "mod_version": "3" + }, + { + "description": "Opens the parent directory of the current file in the file manager", + "version": "0.1", + "path": "plugins/openfilelocation.lua", + "name": "openfilelocation", + "mod_version": "3" + }, + { + "description": "Opens the selected filename or url", + "version": "0.1", + "path": "plugins/openselected.lua", + "name": "openselected", + "mod_version": "3" + }, + { + "description": "PDF preview for TeX files", + "version": "0.1", + "path": "plugins/pdfview.lua", + "name": "pdfview", + "mod_version": "3" + }, + { + "description": "Adds middle mouse click copy/paste (primary selection). To use this plugin, `xclip` must be installed.", + "version": "0.1", + "path": "plugins/primary_selection.lua", + "name": "primary_selection", + "mod_version": "3" + }, + { + "description": "Adds the ability to profile lite-xl with the [lua-profiler](https://github.com/charlesmallah/lua-profiler)", + "version": "0.1", + "path": "plugins/profiler", + "name": "profiler", + "mod_version": 3 + }, + { + "description": "Show nesting of parentheses with rainbow colours", + "version": "0.1", + "path": "plugins/rainbowparen.lua", + "name": "rainbowparen", + "mod_version": "3" + }, + { + "description": "Allows for you to write a regex and its replacement in one go, and live preview the results.", + "version": "0.1", + "path": "plugins/regexreplacepreview.lua", + "name": "regexreplacepreview", + "mod_version": "3" + }, + { + "description": "Keep a list of recently closed tabs, and restore the tab in order on ctrl+shift+t.", + "version": "0.1", + "path": "plugins/restoretabs.lua", + "name": "restoretabs", + "mod_version": "3" + }, + { + "description": "Displays current scale (zoom) in status view (depends on scale plugin)", + "version": "0.1", + "path": "plugins/scalestatus.lua", + "name": "scalestatus", + "mod_version": "3" + }, + { + "description": "Select a color theme, like VScode, Sublime Text.(plugin saves changes)", + "version": "0.1", + "path": "plugins/select_colorscheme.lua", + "name": "select_colorscheme", + "mod_version": "3" + }, + { + "description": "Highlights regions of code that match the current selection *([screenshot](https://user-images.githubusercontent.com/3920290/80710883-5f597c80-8ae7-11ea-97f0-76dfacc08439.png))*", + "version": "0.1", + "path": "plugins/selectionhighlight.lua", + "name": "selectionhighlight", + "mod_version": "3" + }, + { + "description": "Provides a GUI to manage core and plugin settings, bindings and select color theme *([video](https://user-images.githubusercontent.com/1702572/169743674-ececae24-f6b7-4ff2-bfa2-c4762cd327d9.mp4))*. (depends on [`widget`](https://github.com/lite-xl/lite-xl-widgets))", + "version": "0.1", + "path": "plugins/settings.lua", + "name": "settings", + "mod_version": "3" + }, + { + "description": "Displays the current time in the corner of the status view", + "version": "0.1", + "path": "plugins/smallclock.lua", + "name": "smallclock", + "mod_version": "3" + }, + { + "description": "Smooth caret animation *([gif](https://user-images.githubusercontent.com/20792268/139006049-a0ba6559-88cb-49a7-8077-4822445b4a1f.gif))*", + "version": "0.1", + "path": "plugins/smoothcaret.lua", + "name": "smoothcaret", + "mod_version": "3" + }, + { + "description": "Sorts selected lines alphabetically", + "version": "0.1", + "path": "plugins/sort.lua", + "name": "sort", + "mod_version": "3" + }, + { + "description": "Underlines misspelt words *([screenshot](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png))* *-- note: on Windows a [`words.txt`](https://github.com/dwyl/english-words/blob/master/words.txt) dictionary file must be placed beside the exe*", + "version": "0.1", + "path": "plugins/spellcheck.lua", + "name": "spellcheck", + "mod_version": "3" + }, + { + "description": "Displays the current date and time in the corner of the status view", + "version": "0.1", + "path": "plugins/statusclock.lua", + "name": "statusclock", + "mod_version": "3" + }, + { + "description": "Switch between open tabs by searching by name", + "version": "0.1", + "path": "plugins/tab_switcher.lua", + "name": "tab_switcher", + "mod_version": "3" + }, + { + "description": "Displays tab numbers from 1–9 next to their names \\*([screenshot](https://user-images.githubusercontent.com/16415678/101285362-007a8500-37e5-11eb-869b-c10eb9d9d902.png))", + "version": "0.1", + "path": "plugins/tabnumbers.lua", + "name": "tabnumbers", + "mod_version": "3" + }, + { + "description": "Compile Tex files into PDF", + "version": "0.1", + "path": "plugins/texcompile.lua", + "name": "texcompile", + "mod_version": "3", + "dependencies": { + "console": {} + } + }, + { + "description": "Theme manager with base16 themes", + "version": "0.1", + "remote": "https://github.com/monolifed/theme16:c39b33cb318d4baa2b4b9cc6e6370cb3ede3ef22", + "mod_version": 3, + "name": "theme16" + }, + { + "description": "Select a theme based on filename of active document", + "version": "0.1", + "path": "plugins/themeselect.lua", + "name": "themeselect", + "mod_version": "3" + }, + { + "description": "Titleizes selected string (`hello world` => `Hello World`)", + "version": "0.1", + "path": "plugins/titleize.lua", + "name": "titleize", + "mod_version": "3" + }, + { + "description": "Todo tree viewer for annotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT`", + "version": "0.1", + "remote": "https://github.com/drmargarido/TodoTreeView:a9371045ead3bc820224d3be55db6066398a11c5", + "mod_version": 3, + "name": "todotreeview" + }, + { + "description": "Toggles symbols between `snake_case` and `camelCase`", + "version": "0.1", + "path": "plugins/togglesnakecamel.lua", + "name": "togglesnakecamel", + "mod_version": "3" + }, + { + "description": "Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-menu-extender/main/screenshot.png))*", + "version": "0.1", + "remote": "https://github.com/juliardi/lite-xl-treeview-menu-extender:bd9063e453b4024dcd0bf6a4f775ded32ca24d1f", + "mod_version": 3, + "name": "treeview" + }, + { + "description": "Displays your current typing speed in characters and words per minute in the status bar", + "version": "0.1", + "path": "plugins/typingspeed.lua", + "name": "typingspeed", + "mod_version": "3" + }, + { + "description": "Allows scrolling outside the bounds of a document", + "version": "0.1", + "path": "plugins/unboundedscroll.lua", + "name": "unboundedscroll", + "mod_version": "3" + }, + { + "description": "Automatically checks for updates and notifies you", + "version": "0.1", + "remote": "https://github.com/vincens2005/lite-xl-updatechecker:3478abd43618da857d4315bcc8fddf08c27e1150", + "mod_version": 3, + "name": "updatechecker" + }, + { + "description": "VI(vim?) bindings with a hint of DOOM Emacs, for lite-xl", + "version": "0.1", + "remote": "https://github.com/eugenpt/lite-xl-vibe:651c4fc55a285eeacbf5992b355d9c80f4fc78cb", + "mod_version": 3, + "name": "vibe" + }, + { + "description": "Audio visualizer for Lite XL", + "version": "0.1", + "remote": "https://github.com/TorchedSammy/Visu:782c7b1ebde38dad2c3c6a1c1dee6761230dea16", + "mod_version": 3, + "name": "visu" + }, + { + "description": "Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins", + "version": "0.1", + "remote": "https://github.com/lite-xl/lite-xl-widgets:a632bfdf7c66bacc272fe2c962621cd9860058e1", + "mod_version": 3, + "name": "widget" + }, + { + "description": "Adds in a word count to the statusview.", + "version": "0.1", + "path": "plugins/wordcount.lua", + "name": "wordcount", + "mod_version": "3" + } + ] +} -- cgit v1.2.3 From c97f91c2c64b1ed3f49ab30f2aa88fe7e4525faf Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 2 Jan 2023 16:37:36 -0500 Subject: Added in workflow to generate table. --- .github/workflows/workflow.yml | 13 +- README.md | 44 +- scripts/index.mjs | 74 -- scripts/package-lock.json | 1921 ---------------------------------------- scripts/package.json | 18 - 5 files changed, 33 insertions(+), 2037 deletions(-) delete mode 100644 scripts/index.mjs delete mode 100644 scripts/package-lock.json delete mode 100644 scripts/package.json diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b97ca8b..ae9680e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -9,14 +9,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 16 - - name: Run the script + - name: Generate table with `lpm` run: | - cd scripts - npm install - npm run main -- "https://github.com/${{ github.repository }}/blob/${GITHUB_REF##*/}/" ../README.md ../README.md + wget https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.93/lpm.x86_64-linux -O lpm + chmod +x lpm + ./lpm table manifest.json README.md - name: Set environment variables run: | set +e # need to disable this @@ -32,7 +29,7 @@ jobs: delete-branch: false title: '[CI] Reorganize README.md' body: | - This is a CI that makes sure entries are in alphabetical order and no links are invalid. + This is a CI that makes sure entries match the specified manifest. Please check the [CI run][1] for logs. [1]: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} diff --git a/README.md b/README.md index 4c4fc56..f4dc3f7 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,24 @@ To install a plugin: * MacOS `~/.config/lite-xl/plugins/` * Windows `C:\Users\(username)\.config\lite-xl\plugins\` -*Note: if you make a pull request, the table should be updated and kept in -alphabetical order. If your plugin is large (or you'd otherwise prefer it to -have its own repo), the table can simply be updated to add a link to the -repo; otherwise the plugin file itself can be submitted. If a plugin's link -resolves to something other than a raw file it should be marked with an -asterisk.* +Or, if you have a lite-xl plugin manager, such as [`lpm`](https://github.com/adamharrison/lite-xl-plugin-manager), +you may install plugins by doing -*** +``` + lpm install plugin_name +``` + +*Note: if you make a pull request, the manifest.json file should be updated to match the +include any new plugins added, as specified in the [lite-xl plugin manifest specification] +(https://github.com/adamharrison/lite-xl-plugin-manager/blob/master/SPEC.md). + +Please note, that in this official repository, any plugins that specify a `remote` must also +pin the remote to a specific commit hash. Any plugin that is hosted not in a repository, +but only with a `url` must provide a `checksum` that matches the existing plugin. + +Any non-conforming PRs will not be accepted. The table below will be updated automatically. + +Any entries marked with an asterisk are hosted on external repositories.* | Plugin | Description | | :------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | @@ -34,7 +44,7 @@ asterisk.* | [`autosaveonfocuslost`](plugins/autosaveonfocuslost.lua?raw=1) | Automatically saves files that were changed when the main window loses focus by switching to another application | | [`autowrap`](plugins/autowrap.lua?raw=1) | Automatically hardwraps lines when typing | | [`bigclock`](plugins/bigclock.lua?raw=1) | Shows the current time and date in a view with large text *([screenshot](https://user-images.githubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))* | -| [`black`](https://git.sr.ht/\~tmpod/black-lite)\* | Integrates the [black](https://github.com/psf/black) Python formatter with lite | +| [`black`](https://git.sr.ht/~tmpod/black-lite)\* | Integrates the [black](https://github.com/psf/black) Python formatter with lite | | [`bracketmatch`](plugins/bracketmatch.lua?raw=1) | Underlines matching pair for bracket under the caret *([screenshot](https://user-images.githubusercontent.com/3920290/80132745-0c863f00-8594-11ea-8875-c455c6fd7eae.png))* | | [`centerdoc`](plugins/centerdoc.lua?raw=1) | Centers document's content on the screen and adds zen mode support *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))* | | [`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))* | @@ -43,9 +53,9 @@ asterisk.* | [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard | | [`custom_caret`](plugins/custom_caret.lua?raw=1) | Customize the caret in the editor | | [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps | -| [`discord-presence`](https://github.com/vincens2005/lite-xl-discord)\* | Adds the current workspace and file to your Discord Rich Presence | +| [`discord`](https://github.com/vincens2005/lite-xl-discord)\* | Adds the current workspace and file to your Discord Rich Presence | | [`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document) | -| [`editorconfig`](plugins/editorconfig) | [EditorConfig](https://editorconfig.org/) implementation for Lite XL | +| [`editorconfig`](plugins/editorconfig?raw=1) | [EditorConfig](https://editorconfig.org/) implementation for Lite XL | | [`eofnewline`](https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline-xl.lua?raw=1) | Make sure the file ends with one blank line. | | [`ephemeral_tabs`](plugins/ephemeral_tabs.lua?raw=1) | Preview tabs. Opening a doc will replace the contents of the preview tab. Marks tabs as non-preview on any change or tab double clicking. | | [`equationgrapher`](https://github.com/ThaCuber/equationgrapher?raw=1)\* | Graphs y=x equations. | @@ -63,11 +73,11 @@ asterisk.* | [`gitdiff_highlight`](https://github.com/vincens2005/lite-xl-gitdiff-highlight)\* | highlight changed lines from git *([screenshot](https://raw.githubusercontent.com/vincens2005/lite-xl-gitdiff-highlight/master/screenshot.png))* | | [`gitstatus`](plugins/gitstatus.lua?raw=1) | Displays git branch and insert/delete count in status bar *([screenshot](https://user-images.githubusercontent.com/3920290/81107223-bcea3080-8f0e-11ea-8fc7-d03173f42e33.png))* | | [`gofmt`](plugins/gofmt.lua?raw=1) | Auto-formats the current go file, adds the missing imports and the missing return cases | -| [`immersive-title`](https://github.com/takase1121/lite-xl-immersive-title)\* | Dark (or even Mica!) title bar for Lite XL | +| [`immersive`](https://github.com/takase1121/lite-xl-immersive-title)\* | Dark (or even Mica!) title bar for Lite XL | | [`indent_convert`](plugins/indent_convert.lua?raw=1) | Convert between tabs and spaces indentation | | [`indentguide`](plugins/indentguide.lua?raw=1) | Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))* | | [`ipc`](plugins/ipc.lua?raw=1) | Adds inter-process communication support | -| [`Kinc Projects`](https://github.com/Kode-Community/kinc_plugin)\* | Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console)) | +| [`Kinc`](https://github.com/Kode-Community/kinc_plugin)\* | Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console)) | | [`language_angelscript`](plugins/language_angelscript.lua?raw=1) | Syntax for the [Angelscript](https://www.angelcode.com/angelscript/) programming language | | [`language_assembly_x86`](plugins/language_assembly_x86.lua?raw=1) | Syntax for Intel x86 assembly | | [`language_autohotkey`](https://github.com/devPnal/lite-plugin-autohotkey)\* | Syntax for the [AutoHotkey](https://www.autohotkey.com) programming language | @@ -94,6 +104,7 @@ asterisk.* | [`language_go`](plugins/language_go.lua?raw=1) | Syntax for the [Go](https://golang.org/) programming language | | [`language_hlsl`](plugins/language_hlsl.lua?raw=1) | Syntax for the [HLSL](https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl) programming language | | [`language_hs`](plugins/language_hs.lua?raw=1) | Syntax for the [Haskell](https://www.haskell.org/) programming language | +| [`language_htaccess`](/plugins/language_htaccess.lua?raw=1) | | | [`language_ignore`](https://github.com/anthonyaxenov/lite-xl-ignore-syntax)\* | Syntax for [.gitignore](https://git-scm.com/docs/gitignore), [.dockerignore](https://docs.docker.com/engine/reference/builder/#dockerignore-file) and some other `.*ignore` files | | [`language_ini`](plugins/language_ini.lua?raw=1) | Syntax for [ini](https://en.wikipedia.org/wiki/INI_file) files | | [`language_java`](plugins/language_java.lua?raw=1) | Syntax for the [Java](https://en.wikipedia.org/wiki/Java_\(programming_language\)) programming language | @@ -120,6 +131,7 @@ asterisk.* | [`language_pony`](https://github.com/MrAnyx/lite-plugin-pony)\* | Syntax for [Pony](https://www.ponylang.io/) programming language | | [`language_powershell`](plugins/language_powershell.lua?raw=1) | Syntax for [PowerShell](https://docs.microsoft.com/en-us/powershell) scripting language | | [`language_psql`](plugins/language_psql.lua?raw=1) | Syntax for the postgresql database access language | +| [`language_R`](/plugins/language_R.lua?raw=1) | | | [`language_r`](plugins/language_R.lua?raw=1) | Syntax for [R](https://www.r-project.org/) scripting language | | [`language_rescript`](plugins/language_rescript.lua?raw=1) | Syntax for the [ReScript](https://rescript-lang.org/) programming language | | [`language_rivet`](plugins/language_rivet.lua?raw=1) | Syntax for the [Rivet](https://github.com/rivet-lang/rivet) programming language | @@ -141,7 +153,7 @@ asterisk.* | [`language_zig`](plugins/language_zig.lua?raw=1) | Syntax for the [Zig](https://ziglang.org/) programming language | | [`lfautoinsert`](plugins/lfautoinsert.lua?raw=1) | Automatically inserts indentation and closing bracket/text after newline | | [`linenumbers`](plugins/linenumbers.lua?raw=1) | The ability to change the display of the line number *([screenshot](https://user-images.githubusercontent.com/5556081/129493788-6a4cbd7a-9074-4133-bab7-110ed55f18f7.png))* | -| [`lint+`](https://github.com/liquid600pgm/lintplus)\* | Advanced linter with ErrorLens-like error reporting. Compatible with linters made for `linter` *([screenshot](https://raw.githubusercontent.com/liquid600pgm/lintplus/master/screenshots/1.png))* | +| [`lint`](https://github.com/liquid600pgm/lintplus)\* | Advanced linter with ErrorLens-like error reporting. Compatible with linters made for `linter` *([screenshot](https://raw.githubusercontent.com/liquid600pgm/lintplus/master/screenshots/1.png))* | | [`linter`](https://github.com/drmargarido/linters)\* | Linters for multiple languages | | [`litepresence`](https://github.com/TorchedSammy/Litepresence)\* | Discord rich presence for Lite XL (display file editing in Discord) | | [`lorem`](https://github.com/sheetcoder/lorem)\* | Generates Lorem Ipsum placeholder dummy text | @@ -160,7 +172,7 @@ asterisk.* | [`openselected`](plugins/openselected.lua?raw=1) | Opens the selected filename or url | | [`pdfview`](plugins/pdfview.lua?raw=1) | PDF preview for TeX files | | [`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) | +| [`profiler`](plugins/profiler?raw=1) | Adds the ability to profile lite-xl with the [lua-profiler](https://github.com/charlesmallah/lua-profiler) | | [`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. | | [`restoretabs`](plugins/restoretabs.lua?raw=1) | Keep a list of recently closed tabs, and restore the tab in order on ctrl+shift+t. | @@ -174,14 +186,14 @@ asterisk.* | [`spellcheck`](plugins/spellcheck.lua?raw=1) | Underlines misspelt words *([screenshot](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png))* *-- note: on Windows a [`words.txt`](https://github.com/dwyl/english-words/blob/master/words.txt) dictionary file must be placed beside the exe* | | [`statusclock`](plugins/statusclock.lua?raw=1) | Displays the current date and time in the corner of the status view | | [`tab_switcher`](plugins/tab_switcher.lua?raw=1) | Switch between open tabs by searching by name | -| [`tabnumbers`](plugins/tabnumbers.lua?raw=1) | Displays tab numbers from 1–9 next to their names \*([screenshot](https://user-images.githubusercontent.com/16415678/101285362-007a8500-37e5-11eb-869b-c10eb9d9d902.png)) | +| [`tabnumbers`](plugins/tabnumbers.lua?raw=1) | Displays tab numbers from 1–9 next to their names \*([screenshot](https://user-images.githubusercontent.com/16415678/101285362-007a8500-37e5-11eb-869b-c10eb9d9d902.png)) | | [`texcompile`](plugins/texcompile.lua?raw=1) | Compile Tex files into PDF | | [`theme16`](https://github.com/monolifed/theme16)\* | Theme manager with base16 themes | | [`themeselect`](plugins/themeselect.lua?raw=1) | Select a theme based on filename of active document | | [`titleize`](plugins/titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`) | | [`todotreeview`](https://github.com/drmargarido/TodoTreeView)\* | Todo tree viewer for annotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT` | | [`togglesnakecamel`](plugins/togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase` | -| [`treeview-menu-extender`](https://github.com/juliardi/lite-xl-treeview-menu-extender)\* | Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-menu-extender/main/screenshot.png))* | +| [`treeview`](https://github.com/juliardi/lite-xl-treeview-menu-extender)\* | Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-menu-extender/main/screenshot.png))* | | [`typingspeed`](plugins/typingspeed.lua?raw=1) | Displays your current typing speed in characters and words per minute in the status bar | | [`unboundedscroll`](plugins/unboundedscroll.lua?raw=1) | Allows scrolling outside the bounds of a document | | [`updatechecker`](https://github.com/vincens2005/lite-xl-updatechecker)\* | Automatically checks for updates and notifies you | diff --git a/scripts/index.mjs b/scripts/index.mjs deleted file mode 100644 index 576cfb8..0000000 --- a/scripts/index.mjs +++ /dev/null @@ -1,74 +0,0 @@ -import { readFile, writeFile } from 'fs/promises' - -import centra from 'centra' -import pLimit from 'p-limit' -import { remark } from 'remark' -import remarkGfm from 'remark-gfm' -import { select, selectAll } from 'unist-util-select' - -const baseurl = process.argv[2] -const inputFile = process.argv[3] -const outputFile = process.argv[4] - -const selector = 'tableCell:first-child inlineCode' -const sortEntries = async tree => { - const rows = select('table', tree) - const header = rows.children.shift() - - rows.children.sort((first, second) => - select(selector, first).value - .localeCompare(select(selector, second).value)) - - rows.children.unshift(header) - return tree -} - -const makeUrl = link => link.url.startsWith('http') ? link.url : baseurl + link.url - -const get404s = async tree => { - const rows = select('table', tree) - const links = selectAll('tableCell:first-child link', rows) - .map(makeUrl) - - - const limit = pLimit(5) - const reqs = links - .map(url => - limit(() => centra(url, 'HEAD') - .send() - .then(res => [url, res.statusCode]) - .catch(() => [url, undefined]))) - - const status = await Promise.all(reqs) - const good = new Set(status.filter(([_, s]) => typeof s === 'number' && s < 400).map(([url]) => url)) - - if (good.size !== status.length) { - console.log(`Found ${status.length - good.size} broken URLs`) - status - .filter(([url]) => !good.has(url)) - .forEach(([url, status]) => console.log(`${url} : ${typeof status === 'number' ? status : 'failed'}`)) - } - - // filter the table - rows.children = rows.children - .filter(row => { - const link = select('tableCell:first-child link', row) - return link ? good.has(makeUrl(link)) : true - }) - - - return tree -} - -const main = async () => { - const file = await readFile(inputFile, { encoding: 'utf-8' }) - const output = await remark() - .use(remarkGfm) - .use(() => get404s) - .use(() => sortEntries) - .process(file) - - await writeFile(outputFile, String(output)) -} - -main() diff --git a/scripts/package-lock.json b/scripts/package-lock.json deleted file mode 100644 index b35496e..0000000 --- a/scripts/package-lock.json +++ /dev/null @@ -1,1921 +0,0 @@ -{ - "name": "scripts", - "version": "1.0.0", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "scripts", - "version": "1.0.0", - "license": "ISC", - "dependencies": { - "centra": "^2.5.0", - "p-limit": "^4.0.0", - "remark": "^14.0.2", - "remark-gfm": "^3.0.1", - "unist-util-filter": "^4.0.0", - "unist-util-select": "^4.0.1" - } - }, - "node_modules/@types/debug": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz", - "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==", - "dependencies": { - "@types/ms": "*" - } - }, - "node_modules/@types/mdast": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", - "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", - "dependencies": { - "@types/unist": "*" - } - }, - "node_modules/@types/ms": { - "version": "0.7.31", - "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz", - "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" - }, - "node_modules/@types/unist": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", - "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==" - }, - "node_modules/bail": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", - "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" - }, - "node_modules/ccount": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", - "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/centra": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/centra/-/centra-2.5.0.tgz", - "integrity": "sha512-CnSF1HD8vOOgNbE4P2fZEhdhfAohvpcF3DSdSvEcSHDAZvr+Xfw73isT8SXJJc3VMBqSwjXhr29/ikHUgFcypg==" - }, - "node_modules/character-entities": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.1.tgz", - "integrity": "sha512-OzmutCf2Kmc+6DrFrrPS8/tDh2+DpnrfzdICHWhcVC9eOd0N1PXmQEE1a8iM4IziIAG+8tmTq3K+oo0ubH6RRQ==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/css-selector-parser": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-1.4.1.tgz", - "integrity": "sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==" - }, - "node_modules/debug": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", - "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decode-named-character-reference": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.1.tgz", - "integrity": "sha512-YV/0HQHreRwKb7uBopyIkLG17jG6Sv2qUchk9qSoVJ2f+flwRsPNBO0hAnjt6mTNYUT+vw9Gy2ihXg4sUWPi2w==", - "dependencies": { - "character-entities": "^2.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/dequal": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.2.tgz", - "integrity": "sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==", - "engines": { - "node": ">=6" - } - }, - "node_modules/diff": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", - "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", - "engines": { - "node": ">=0.3.1" - } - }, - "node_modules/escape-string-regexp": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - }, - "node_modules/is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "engines": { - "node": ">=4" - } - }, - "node_modules/is-plain-obj": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.0.0.tgz", - "integrity": "sha512-NXRbBtUdBioI73y/HmOhogw/U5msYPC9DAtGkJXeFcFWSFZw0mCUsPxk/snTuJHzNKA8kLBK4rH97RMB1BfCXw==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/kleur": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.4.tgz", - "integrity": "sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/longest-streak": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.0.1.tgz", - "integrity": "sha512-cHlYSUpL2s7Fb3394mYxwTYj8niTaNHUCLr0qdiCXQfSjfuA7CKofpX2uSwEfFDQ0EB7JcnMnm+GjbqqoinYYg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/markdown-table": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.2.tgz", - "integrity": "sha512-y8j3a5/DkJCmS5x4dMCQL+OR0+2EAq3DOtio1COSHsmW2BGXnNCK3v12hJt1LrUz5iZH5g0LmuYOjDdI+czghA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/mdast-util-find-and-replace": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.1.0.tgz", - "integrity": "sha512-1w1jbqAd13oU78QPBf5223+xB+37ecNtQ1JElq2feWols5oEYAl+SgNDnOZipe7NfLemoEt362yUS15/wip4mw==", - "dependencies": { - "escape-string-regexp": "^5.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-find-and-replace/node_modules/unist-util-visit-parents": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-4.1.1.tgz", - "integrity": "sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-from-markdown": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.2.0.tgz", - "integrity": "sha512-iZJyyvKD1+K7QX1b5jXdE7Sc5dtoTry1vzV28UZZe8Z1xVnB/czKntJ7ZAkG0tANqRnBF6p3p7GpU1y19DTf2Q==", - "dependencies": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "decode-named-character-reference": "^1.0.0", - "mdast-util-to-string": "^3.1.0", - "micromark": "^3.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-decode-string": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "unist-util-stringify-position": "^3.0.0", - "uvu": "^0.5.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-2.0.0.tgz", - "integrity": "sha512-wMwejlTN3EQADPFuvxe8lmGsay3+f6gSJKdAHR6KBJzpcxvsjJSILB9K6u6G7eQLC7iOTyVIHYGui9uBc9r1Tg==", - "dependencies": { - "mdast-util-gfm-autolink-literal": "^1.0.0", - "mdast-util-gfm-footnote": "^1.0.0", - "mdast-util-gfm-strikethrough": "^1.0.0", - "mdast-util-gfm-table": "^1.0.0", - "mdast-util-gfm-task-list-item": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-autolink-literal": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.2.tgz", - "integrity": "sha512-FzopkOd4xTTBeGXhXSBU0OCDDh5lUj2rd+HQqG92Ld+jL4lpUfgX2AT2OHAVP9aEeDKp7G92fuooSZcYJA3cRg==", - "dependencies": { - "@types/mdast": "^3.0.0", - "ccount": "^2.0.0", - "mdast-util-find-and-replace": "^2.0.0", - "micromark-util-character": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-footnote": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.0.tgz", - "integrity": "sha512-qeg9YoS2YYP6OBmMyUFxKXb6BLwAsbGidIxgwDAXHIMYZQhIwe52L9BSJs+zP29Jp5nSERPkmG3tSwAN23/ZbQ==", - "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-to-markdown": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "unist-util-visit": "^4.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-strikethrough": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.0.tgz", - "integrity": "sha512-gM9ipBUdRxYa6Yq1Hd8Otg6jEn/dRxFZ1F9ZX4QHosHOexLGqNZO2dh0A+YFbUEd10RcKjnjb4jOfJJzoXXUew==", - "dependencies": { - "@types/mdast": "^3.0.3", - "mdast-util-to-markdown": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-table": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.2.tgz", - "integrity": "sha512-pPekvCTChFBF8uCq8bVyQwar8NBU/TaXIy44jj/UzmjMgPBHIa1B1ge8a0JVgzhqgXQAMvGT+PgiKlicdLGfDQ==", - "dependencies": { - "markdown-table": "^3.0.0", - "mdast-util-to-markdown": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-gfm-task-list-item": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.0.tgz", - "integrity": "sha512-dwkzOTjQe8JCCHVE3Cb0pLHTYLudf7t9WCAnb20jI8/dW+VHjgWhjtIUVA3oigNkssgjEwX+i+3XesUdCnXGyA==", - "dependencies": { - "@types/mdast": "^3.0.3", - "mdast-util-to-markdown": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-markdown": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.2.6.tgz", - "integrity": "sha512-doJZmTEGagHypWvJ8ltinmwUsT9ZaNgNIQW6Gl7jNdsI1QZkTHTimYW561Niy2s8AEPAqEgV0dIh2UOVlSXUJA==", - "dependencies": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "longest-streak": "^3.0.0", - "mdast-util-to-string": "^3.0.0", - "micromark-util-decode-string": "^1.0.0", - "unist-util-visit": "^4.0.0", - "zwitch": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/mdast-util-to-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz", - "integrity": "sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.0.10.tgz", - "integrity": "sha512-ryTDy6UUunOXy2HPjelppgJ2sNfcPz1pLlMdA6Rz9jPzhLikWXv/irpWV/I2jd68Uhmny7hHxAlAhk4+vWggpg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "@types/debug": "^4.0.0", - "debug": "^4.0.0", - "decode-named-character-reference": "^1.0.0", - "micromark-core-commonmark": "^1.0.1", - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-chunked": "^1.0.0", - "micromark-util-combine-extensions": "^1.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-encode": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-sanitize-uri": "^1.0.0", - "micromark-util-subtokenize": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.1", - "uvu": "^0.5.0" - } - }, - "node_modules/micromark-core-commonmark": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.0.6.tgz", - "integrity": "sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "decode-named-character-reference": "^1.0.0", - "micromark-factory-destination": "^1.0.0", - "micromark-factory-label": "^1.0.0", - "micromark-factory-space": "^1.0.0", - "micromark-factory-title": "^1.0.0", - "micromark-factory-whitespace": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-chunked": "^1.0.0", - "micromark-util-classify-character": "^1.0.0", - "micromark-util-html-tag-name": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-subtokenize": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.1", - "uvu": "^0.5.0" - } - }, - "node_modules/micromark-extension-gfm": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-2.0.1.tgz", - "integrity": "sha512-p2sGjajLa0iYiGQdT0oelahRYtMWvLjy8J9LOCxzIQsllMCGLbsLW+Nc+N4vi02jcRJvedVJ68cjelKIO6bpDA==", - "dependencies": { - "micromark-extension-gfm-autolink-literal": "^1.0.0", - "micromark-extension-gfm-footnote": "^1.0.0", - "micromark-extension-gfm-strikethrough": "^1.0.0", - "micromark-extension-gfm-table": "^1.0.0", - "micromark-extension-gfm-tagfilter": "^1.0.0", - "micromark-extension-gfm-task-list-item": "^1.0.0", - "micromark-util-combine-extensions": "^1.0.0", - "micromark-util-types": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-autolink-literal": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.3.tgz", - "integrity": "sha512-i3dmvU0htawfWED8aHMMAzAVp/F0Z+0bPh3YrbTPPL1v4YAlCZpy5rBO5p0LPYiZo0zFVkoYh7vDU7yQSiCMjg==", - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-sanitize-uri": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-footnote": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.0.3.tgz", - "integrity": "sha512-bn62pC5y39rIo2g1RqZk1NhF7T7cJLuJlbevunQz41U0iPVCdVOFASe5/L1kke+DFKSgfCRhv24+o42cZ1+ADw==", - "dependencies": { - "micromark-core-commonmark": "^1.0.0", - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-sanitize-uri": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "uvu": "^0.5.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-strikethrough": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.4.tgz", - "integrity": "sha512-/vjHU/lalmjZCT5xt7CcHVJGq8sYRm80z24qAKXzaHzem/xsDYb2yLL+NNVbYvmpLx3O7SYPuGL5pzusL9CLIQ==", - "dependencies": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-classify-character": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-table": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.5.tgz", - "integrity": "sha512-xAZ8J1X9W9K3JTJTUL7G6wSKhp2ZYHrFk5qJgY/4B33scJzE2kpfRL6oiw/veJTbt7jiM/1rngLlOKPWr1G+vg==", - "dependencies": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-tagfilter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.1.tgz", - "integrity": "sha512-Ty6psLAcAjboRa/UKUbbUcwjVAv5plxmpUTy2XC/3nJFL37eHej8jrHrRzkqcpipJliuBH30DTs7+3wqNcQUVA==", - "dependencies": { - "micromark-util-types": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-extension-gfm-task-list-item": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.3.tgz", - "integrity": "sha512-PpysK2S1Q/5VXi72IIapbi/jliaiOFzv7THH4amwXeYXLq3l1uo8/2Be0Ac1rEwK20MQEsGH2ltAZLNY2KI/0Q==", - "dependencies": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/micromark-factory-destination": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.0.0.tgz", - "integrity": "sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-factory-label": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.0.2.tgz", - "integrity": "sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "node_modules/micromark-factory-space": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.0.0.tgz", - "integrity": "sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-factory-title": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.0.2.tgz", - "integrity": "sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "node_modules/micromark-factory-whitespace": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.0.0.tgz", - "integrity": "sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-character": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.1.0.tgz", - "integrity": "sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-chunked": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.0.0.tgz", - "integrity": "sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-classify-character": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.0.0.tgz", - "integrity": "sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-combine-extensions": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.0.0.tgz", - "integrity": "sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-decode-numeric-character-reference": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.0.0.tgz", - "integrity": "sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-decode-string": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.0.2.tgz", - "integrity": "sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "decode-named-character-reference": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-encode": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.0.0.tgz", - "integrity": "sha512-cJpFVM768h6zkd8qJ1LNRrITfY4gwFt+tziPcIf71Ui8yFzY9wG3snZQqiWVq93PG4Sw6YOtcNiKJfVIs9qfGg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-html-tag-name": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.0.0.tgz", - "integrity": "sha512-NenEKIshW2ZI/ERv9HtFNsrn3llSPZtY337LID/24WeLqMzeZhBEE6BQ0vS2ZBjshm5n40chKtJ3qjAbVV8S0g==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-normalize-identifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.0.0.tgz", - "integrity": "sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-resolve-all": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.0.0.tgz", - "integrity": "sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-types": "^1.0.0" - } - }, - "node_modules/micromark-util-sanitize-uri": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.0.0.tgz", - "integrity": "sha512-cCxvBKlmac4rxCGx6ejlIviRaMKZc0fWm5HdCHEeDWRSkn44l6NdYVRyU+0nT1XC72EQJMZV8IPHF+jTr56lAg==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-character": "^1.0.0", - "micromark-util-encode": "^1.0.0", - "micromark-util-symbol": "^1.0.0" - } - }, - "node_modules/micromark-util-subtokenize": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.0.2.tgz", - "integrity": "sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ], - "dependencies": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "node_modules/micromark-util-symbol": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.0.1.tgz", - "integrity": "sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/micromark-util-types": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.0.2.tgz", - "integrity": "sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==", - "funding": [ - { - "type": "GitHub Sponsors", - "url": "https://github.com/sponsors/unifiedjs" - }, - { - "type": "OpenCollective", - "url": "https://opencollective.com/unified" - } - ] - }, - "node_modules/mri": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", - "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/nth-check": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", - "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", - "dependencies": { - "boolbase": "^1.0.0" - }, - "funding": { - "url": "https://github.com/fb55/nth-check?sponsor=1" - } - }, - "node_modules/p-limit": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", - "dependencies": { - "yocto-queue": "^1.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/remark": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/remark/-/remark-14.0.2.tgz", - "integrity": "sha512-A3ARm2V4BgiRXaUo5K0dRvJ1lbogrbXnhkJRmD0yw092/Yl0kOCZt1k9ZeElEwkZsWGsMumz6qL5MfNJH9nOBA==", - "dependencies": { - "@types/mdast": "^3.0.0", - "remark-parse": "^10.0.0", - "remark-stringify": "^10.0.0", - "unified": "^10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-gfm": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz", - "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==", - "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-gfm": "^2.0.0", - "micromark-extension-gfm": "^2.0.0", - "unified": "^10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-parse": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.1.tgz", - "integrity": "sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==", - "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-from-markdown": "^1.0.0", - "unified": "^10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/remark-stringify": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.2.tgz", - "integrity": "sha512-6wV3pvbPvHkbNnWB0wdDvVFHOe1hBRAx1Q/5g/EpH4RppAII6J8Gnwe7VbHuXaoKIF6LAg6ExTel/+kNqSQ7lw==", - "dependencies": { - "@types/mdast": "^3.0.0", - "mdast-util-to-markdown": "^1.0.0", - "unified": "^10.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/sade": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/sade/-/sade-1.7.4.tgz", - "integrity": "sha512-y5yauMD93rX840MwUJr7C1ysLFBgMspsdTo4UVrDg3fXDvtwOyIqykhVAAm6fk/3au77773itJStObgK+LKaiA==", - "dependencies": { - "mri": "^1.1.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/totalist": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-2.0.0.tgz", - "integrity": "sha512-+Y17F0YzxfACxTyjfhnJQEe7afPA0GSpYlFkl2VFMxYP7jshQf9gXV7cH47EfToBumFThfKBvfAcoUn6fdNeRQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/trough": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/trough/-/trough-2.0.2.tgz", - "integrity": "sha512-FnHq5sTMxC0sk957wHDzRnemFnNBvt/gSY99HzK8F7UP5WAbvP70yX5bd7CjEQkN+TjdxwI7g7lJ6podqrG2/w==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/unified": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.1.tgz", - "integrity": "sha512-v4ky1+6BN9X3pQrOdkFIPWAaeDsHPE1svRDxq7YpTc2plkIqFMwukfqM+l0ewpP9EfwARlt9pPFAeWYhHm8X9w==", - "dependencies": { - "@types/unist": "^2.0.0", - "bail": "^2.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-filter": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/unist-util-filter/-/unist-util-filter-4.0.0.tgz", - "integrity": "sha512-H4iTOv2p+n83xjhx7eGFA3zSx7Xcv3Iv9lNQRpXiR8dmm9LtslhyjVlQrZLbkk4jwUrJgc8PPGkOOrfhb76s4Q==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.0.0" - } - }, - "node_modules/unist-util-is": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz", - "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-select": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/unist-util-select/-/unist-util-select-4.0.1.tgz", - "integrity": "sha512-zPozyEo5vr1csbHf1TqlQrnuLVJ0tNMo63og3HrnINh2+OIDAgQpqHVr+0BMw1DIVHJV8ft/e6BZqtvD1Y5enw==", - "dependencies": { - "@types/unist": "^2.0.0", - "css-selector-parser": "^1.0.0", - "nth-check": "^2.0.0", - "unist-util-is": "^5.0.0", - "zwitch": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-stringify-position": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.0.tgz", - "integrity": "sha512-SdfAl8fsDclywZpfMDTVDxA2V7LjtRDTOFd44wUJamgl6OlVngsqWjxvermMYf60elWHbxhuRCZml7AnuXCaSA==", - "dependencies": { - "@types/unist": "^2.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-visit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.0.tgz", - "integrity": "sha512-n7lyhFKJfVZ9MnKtqbsqkQEk5P1KShj0+//V7mAcoI6bpbUjh3C/OG8HVD+pBihfh6Ovl01m8dkcv9HNqYajmQ==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/unist-util-visit-parents": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.0.tgz", - "integrity": "sha512-y+QVLcY5eR/YVpqDsLf/xh9R3Q2Y4HxkZTp7ViLDU6WtJCEcPmRzW1gpdWDCDIqIlhuPDXOgttqPlykrHYDekg==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/uvu": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.2.tgz", - "integrity": "sha512-m2hLe7I2eROhh+tm3WE5cTo/Cv3WQA7Oc9f7JB6uWv+/zVKvfAm53bMyOoGOSZeQ7Ov2Fu9pLhFr7p07bnT20w==", - "dependencies": { - "dequal": "^2.0.0", - "diff": "^5.0.0", - "kleur": "^4.0.3", - "sade": "^1.7.3", - "totalist": "^2.0.0" - }, - "bin": { - "uvu": "bin.js" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/vfile": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.2.0.tgz", - "integrity": "sha512-ftCpb6pU8Jrzcqku8zE6N3Gi4/RkDhRwEXSWudzZzA2eEOn/cBpsfk9aulCUR+j1raRSAykYQap9u6j6rhUaCA==", - "dependencies": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^3.0.0", - "vfile-message": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/vfile-message": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.0.2.tgz", - "integrity": "sha512-UUjZYIOg9lDRwwiBAuezLIsu9KlXntdxwG+nXnjuQAHvBpcX3x0eN8h+I7TkY5nkCXj+cWVp4ZqebtGBvok8ww==", - "dependencies": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^3.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/yocto-queue": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", - "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/zwitch": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.2.tgz", - "integrity": "sha512-JZxotl7SxAJH0j7dN4pxsTV6ZLXoLdGME+PsjkL/DaBrVryK9kTGq06GfKrwcSOqypP+fdXGoCHE36b99fWVoA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - } - }, - "dependencies": { - "@types/debug": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz", - "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==", - "requires": { - "@types/ms": "*" - } - }, - "@types/mdast": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", - "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", - "requires": { - "@types/unist": "*" - } - }, - "@types/ms": { - "version": "0.7.31", - "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz", - "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" - }, - "@types/unist": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", - "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==" - }, - "bail": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", - "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==" - }, - "boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" - }, - "ccount": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", - "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==" - }, - "centra": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/centra/-/centra-2.5.0.tgz", - "integrity": "sha512-CnSF1HD8vOOgNbE4P2fZEhdhfAohvpcF3DSdSvEcSHDAZvr+Xfw73isT8SXJJc3VMBqSwjXhr29/ikHUgFcypg==" - }, - "character-entities": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.1.tgz", - "integrity": "sha512-OzmutCf2Kmc+6DrFrrPS8/tDh2+DpnrfzdICHWhcVC9eOd0N1PXmQEE1a8iM4IziIAG+8tmTq3K+oo0ubH6RRQ==" - }, - "css-selector-parser": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-1.4.1.tgz", - "integrity": "sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==" - }, - "debug": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", - "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", - "requires": { - "ms": "2.1.2" - } - }, - "decode-named-character-reference": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.1.tgz", - "integrity": "sha512-YV/0HQHreRwKb7uBopyIkLG17jG6Sv2qUchk9qSoVJ2f+flwRsPNBO0hAnjt6mTNYUT+vw9Gy2ihXg4sUWPi2w==", - "requires": { - "character-entities": "^2.0.0" - } - }, - "dequal": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.2.tgz", - "integrity": "sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==" - }, - "diff": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", - "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==" - }, - "escape-string-regexp": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", - "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==" - }, - "extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" - }, - "is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==" - }, - "is-plain-obj": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.0.0.tgz", - "integrity": "sha512-NXRbBtUdBioI73y/HmOhogw/U5msYPC9DAtGkJXeFcFWSFZw0mCUsPxk/snTuJHzNKA8kLBK4rH97RMB1BfCXw==" - }, - "kleur": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.4.tgz", - "integrity": "sha512-8QADVssbrFjivHWQU7KkMgptGTl6WAcSdlbBPY4uNF+mWr6DGcKrvY2w4FQJoXch7+fKMjj0dRrL75vk3k23OA==" - }, - "longest-streak": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-3.0.1.tgz", - "integrity": "sha512-cHlYSUpL2s7Fb3394mYxwTYj8niTaNHUCLr0qdiCXQfSjfuA7CKofpX2uSwEfFDQ0EB7JcnMnm+GjbqqoinYYg==" - }, - "markdown-table": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.2.tgz", - "integrity": "sha512-y8j3a5/DkJCmS5x4dMCQL+OR0+2EAq3DOtio1COSHsmW2BGXnNCK3v12hJt1LrUz5iZH5g0LmuYOjDdI+czghA==" - }, - "mdast-util-find-and-replace": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-2.1.0.tgz", - "integrity": "sha512-1w1jbqAd13oU78QPBf5223+xB+37ecNtQ1JElq2feWols5oEYAl+SgNDnOZipe7NfLemoEt362yUS15/wip4mw==", - "requires": { - "escape-string-regexp": "^5.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^4.0.0" - }, - "dependencies": { - "unist-util-visit-parents": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-4.1.1.tgz", - "integrity": "sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0" - } - } - } - }, - "mdast-util-from-markdown": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-1.2.0.tgz", - "integrity": "sha512-iZJyyvKD1+K7QX1b5jXdE7Sc5dtoTry1vzV28UZZe8Z1xVnB/czKntJ7ZAkG0tANqRnBF6p3p7GpU1y19DTf2Q==", - "requires": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "decode-named-character-reference": "^1.0.0", - "mdast-util-to-string": "^3.1.0", - "micromark": "^3.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-decode-string": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "unist-util-stringify-position": "^3.0.0", - "uvu": "^0.5.0" - } - }, - "mdast-util-gfm": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm/-/mdast-util-gfm-2.0.0.tgz", - "integrity": "sha512-wMwejlTN3EQADPFuvxe8lmGsay3+f6gSJKdAHR6KBJzpcxvsjJSILB9K6u6G7eQLC7iOTyVIHYGui9uBc9r1Tg==", - "requires": { - "mdast-util-gfm-autolink-literal": "^1.0.0", - "mdast-util-gfm-footnote": "^1.0.0", - "mdast-util-gfm-strikethrough": "^1.0.0", - "mdast-util-gfm-table": "^1.0.0", - "mdast-util-gfm-task-list-item": "^1.0.0" - } - }, - "mdast-util-gfm-autolink-literal": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-1.0.2.tgz", - "integrity": "sha512-FzopkOd4xTTBeGXhXSBU0OCDDh5lUj2rd+HQqG92Ld+jL4lpUfgX2AT2OHAVP9aEeDKp7G92fuooSZcYJA3cRg==", - "requires": { - "@types/mdast": "^3.0.0", - "ccount": "^2.0.0", - "mdast-util-find-and-replace": "^2.0.0", - "micromark-util-character": "^1.0.0" - } - }, - "mdast-util-gfm-footnote": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-1.0.0.tgz", - "integrity": "sha512-qeg9YoS2YYP6OBmMyUFxKXb6BLwAsbGidIxgwDAXHIMYZQhIwe52L9BSJs+zP29Jp5nSERPkmG3tSwAN23/ZbQ==", - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-to-markdown": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "unist-util-visit": "^4.0.0" - } - }, - "mdast-util-gfm-strikethrough": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.0.tgz", - "integrity": "sha512-gM9ipBUdRxYa6Yq1Hd8Otg6jEn/dRxFZ1F9ZX4QHosHOexLGqNZO2dh0A+YFbUEd10RcKjnjb4jOfJJzoXXUew==", - "requires": { - "@types/mdast": "^3.0.3", - "mdast-util-to-markdown": "^1.0.0" - } - }, - "mdast-util-gfm-table": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-table/-/mdast-util-gfm-table-1.0.2.tgz", - "integrity": "sha512-pPekvCTChFBF8uCq8bVyQwar8NBU/TaXIy44jj/UzmjMgPBHIa1B1ge8a0JVgzhqgXQAMvGT+PgiKlicdLGfDQ==", - "requires": { - "markdown-table": "^3.0.0", - "mdast-util-to-markdown": "^1.0.0" - } - }, - "mdast-util-gfm-task-list-item": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-1.0.0.tgz", - "integrity": "sha512-dwkzOTjQe8JCCHVE3Cb0pLHTYLudf7t9WCAnb20jI8/dW+VHjgWhjtIUVA3oigNkssgjEwX+i+3XesUdCnXGyA==", - "requires": { - "@types/mdast": "^3.0.3", - "mdast-util-to-markdown": "^1.0.0" - } - }, - "mdast-util-to-markdown": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-1.2.6.tgz", - "integrity": "sha512-doJZmTEGagHypWvJ8ltinmwUsT9ZaNgNIQW6Gl7jNdsI1QZkTHTimYW561Niy2s8AEPAqEgV0dIh2UOVlSXUJA==", - "requires": { - "@types/mdast": "^3.0.0", - "@types/unist": "^2.0.0", - "longest-streak": "^3.0.0", - "mdast-util-to-string": "^3.0.0", - "micromark-util-decode-string": "^1.0.0", - "unist-util-visit": "^4.0.0", - "zwitch": "^2.0.0" - } - }, - "mdast-util-to-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-3.1.0.tgz", - "integrity": "sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==" - }, - "micromark": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/micromark/-/micromark-3.0.10.tgz", - "integrity": "sha512-ryTDy6UUunOXy2HPjelppgJ2sNfcPz1pLlMdA6Rz9jPzhLikWXv/irpWV/I2jd68Uhmny7hHxAlAhk4+vWggpg==", - "requires": { - "@types/debug": "^4.0.0", - "debug": "^4.0.0", - "decode-named-character-reference": "^1.0.0", - "micromark-core-commonmark": "^1.0.1", - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-chunked": "^1.0.0", - "micromark-util-combine-extensions": "^1.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-encode": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-sanitize-uri": "^1.0.0", - "micromark-util-subtokenize": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.1", - "uvu": "^0.5.0" - } - }, - "micromark-core-commonmark": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-1.0.6.tgz", - "integrity": "sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==", - "requires": { - "decode-named-character-reference": "^1.0.0", - "micromark-factory-destination": "^1.0.0", - "micromark-factory-label": "^1.0.0", - "micromark-factory-space": "^1.0.0", - "micromark-factory-title": "^1.0.0", - "micromark-factory-whitespace": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-chunked": "^1.0.0", - "micromark-util-classify-character": "^1.0.0", - "micromark-util-html-tag-name": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-subtokenize": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.1", - "uvu": "^0.5.0" - } - }, - "micromark-extension-gfm": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm/-/micromark-extension-gfm-2.0.1.tgz", - "integrity": "sha512-p2sGjajLa0iYiGQdT0oelahRYtMWvLjy8J9LOCxzIQsllMCGLbsLW+Nc+N4vi02jcRJvedVJ68cjelKIO6bpDA==", - "requires": { - "micromark-extension-gfm-autolink-literal": "^1.0.0", - "micromark-extension-gfm-footnote": "^1.0.0", - "micromark-extension-gfm-strikethrough": "^1.0.0", - "micromark-extension-gfm-table": "^1.0.0", - "micromark-extension-gfm-tagfilter": "^1.0.0", - "micromark-extension-gfm-task-list-item": "^1.0.0", - "micromark-util-combine-extensions": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "micromark-extension-gfm-autolink-literal": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-1.0.3.tgz", - "integrity": "sha512-i3dmvU0htawfWED8aHMMAzAVp/F0Z+0bPh3YrbTPPL1v4YAlCZpy5rBO5p0LPYiZo0zFVkoYh7vDU7yQSiCMjg==", - "requires": { - "micromark-util-character": "^1.0.0", - "micromark-util-sanitize-uri": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "micromark-extension-gfm-footnote": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-1.0.3.tgz", - "integrity": "sha512-bn62pC5y39rIo2g1RqZk1NhF7T7cJLuJlbevunQz41U0iPVCdVOFASe5/L1kke+DFKSgfCRhv24+o42cZ1+ADw==", - "requires": { - "micromark-core-commonmark": "^1.0.0", - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-normalize-identifier": "^1.0.0", - "micromark-util-sanitize-uri": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "micromark-extension-gfm-strikethrough": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-1.0.4.tgz", - "integrity": "sha512-/vjHU/lalmjZCT5xt7CcHVJGq8sYRm80z24qAKXzaHzem/xsDYb2yLL+NNVbYvmpLx3O7SYPuGL5pzusL9CLIQ==", - "requires": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-classify-character": "^1.0.0", - "micromark-util-resolve-all": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "micromark-extension-gfm-table": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-1.0.5.tgz", - "integrity": "sha512-xAZ8J1X9W9K3JTJTUL7G6wSKhp2ZYHrFk5qJgY/4B33scJzE2kpfRL6oiw/veJTbt7jiM/1rngLlOKPWr1G+vg==", - "requires": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "micromark-extension-gfm-tagfilter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-1.0.1.tgz", - "integrity": "sha512-Ty6psLAcAjboRa/UKUbbUcwjVAv5plxmpUTy2XC/3nJFL37eHej8jrHrRzkqcpipJliuBH30DTs7+3wqNcQUVA==", - "requires": { - "micromark-util-types": "^1.0.0" - } - }, - "micromark-extension-gfm-task-list-item": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-1.0.3.tgz", - "integrity": "sha512-PpysK2S1Q/5VXi72IIapbi/jliaiOFzv7THH4amwXeYXLq3l1uo8/2Be0Ac1rEwK20MQEsGH2ltAZLNY2KI/0Q==", - "requires": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "micromark-factory-destination": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-1.0.0.tgz", - "integrity": "sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==", - "requires": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "micromark-factory-label": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-1.0.2.tgz", - "integrity": "sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==", - "requires": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "micromark-factory-space": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-1.0.0.tgz", - "integrity": "sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==", - "requires": { - "micromark-util-character": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "micromark-factory-title": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-1.0.2.tgz", - "integrity": "sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==", - "requires": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "micromark-factory-whitespace": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-1.0.0.tgz", - "integrity": "sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==", - "requires": { - "micromark-factory-space": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "micromark-util-character": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-1.1.0.tgz", - "integrity": "sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==", - "requires": { - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "micromark-util-chunked": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-1.0.0.tgz", - "integrity": "sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==", - "requires": { - "micromark-util-symbol": "^1.0.0" - } - }, - "micromark-util-classify-character": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-1.0.0.tgz", - "integrity": "sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==", - "requires": { - "micromark-util-character": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "micromark-util-combine-extensions": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-1.0.0.tgz", - "integrity": "sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==", - "requires": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-types": "^1.0.0" - } - }, - "micromark-util-decode-numeric-character-reference": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-1.0.0.tgz", - "integrity": "sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==", - "requires": { - "micromark-util-symbol": "^1.0.0" - } - }, - "micromark-util-decode-string": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/micromark-util-decode-string/-/micromark-util-decode-string-1.0.2.tgz", - "integrity": "sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==", - "requires": { - "decode-named-character-reference": "^1.0.0", - "micromark-util-character": "^1.0.0", - "micromark-util-decode-numeric-character-reference": "^1.0.0", - "micromark-util-symbol": "^1.0.0" - } - }, - "micromark-util-encode": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-1.0.0.tgz", - "integrity": "sha512-cJpFVM768h6zkd8qJ1LNRrITfY4gwFt+tziPcIf71Ui8yFzY9wG3snZQqiWVq93PG4Sw6YOtcNiKJfVIs9qfGg==" - }, - "micromark-util-html-tag-name": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-1.0.0.tgz", - "integrity": "sha512-NenEKIshW2ZI/ERv9HtFNsrn3llSPZtY337LID/24WeLqMzeZhBEE6BQ0vS2ZBjshm5n40chKtJ3qjAbVV8S0g==" - }, - "micromark-util-normalize-identifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-1.0.0.tgz", - "integrity": "sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==", - "requires": { - "micromark-util-symbol": "^1.0.0" - } - }, - "micromark-util-resolve-all": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-1.0.0.tgz", - "integrity": "sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==", - "requires": { - "micromark-util-types": "^1.0.0" - } - }, - "micromark-util-sanitize-uri": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-1.0.0.tgz", - "integrity": "sha512-cCxvBKlmac4rxCGx6ejlIviRaMKZc0fWm5HdCHEeDWRSkn44l6NdYVRyU+0nT1XC72EQJMZV8IPHF+jTr56lAg==", - "requires": { - "micromark-util-character": "^1.0.0", - "micromark-util-encode": "^1.0.0", - "micromark-util-symbol": "^1.0.0" - } - }, - "micromark-util-subtokenize": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-1.0.2.tgz", - "integrity": "sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==", - "requires": { - "micromark-util-chunked": "^1.0.0", - "micromark-util-symbol": "^1.0.0", - "micromark-util-types": "^1.0.0", - "uvu": "^0.5.0" - } - }, - "micromark-util-symbol": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-1.0.1.tgz", - "integrity": "sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ==" - }, - "micromark-util-types": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-1.0.2.tgz", - "integrity": "sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==" - }, - "mri": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", - "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==" - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "nth-check": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", - "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", - "requires": { - "boolbase": "^1.0.0" - } - }, - "p-limit": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", - "requires": { - "yocto-queue": "^1.0.0" - } - }, - "remark": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/remark/-/remark-14.0.2.tgz", - "integrity": "sha512-A3ARm2V4BgiRXaUo5K0dRvJ1lbogrbXnhkJRmD0yw092/Yl0kOCZt1k9ZeElEwkZsWGsMumz6qL5MfNJH9nOBA==", - "requires": { - "@types/mdast": "^3.0.0", - "remark-parse": "^10.0.0", - "remark-stringify": "^10.0.0", - "unified": "^10.0.0" - } - }, - "remark-gfm": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/remark-gfm/-/remark-gfm-3.0.1.tgz", - "integrity": "sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==", - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-gfm": "^2.0.0", - "micromark-extension-gfm": "^2.0.0", - "unified": "^10.0.0" - } - }, - "remark-parse": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-10.0.1.tgz", - "integrity": "sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==", - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-from-markdown": "^1.0.0", - "unified": "^10.0.0" - } - }, - "remark-stringify": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-10.0.2.tgz", - "integrity": "sha512-6wV3pvbPvHkbNnWB0wdDvVFHOe1hBRAx1Q/5g/EpH4RppAII6J8Gnwe7VbHuXaoKIF6LAg6ExTel/+kNqSQ7lw==", - "requires": { - "@types/mdast": "^3.0.0", - "mdast-util-to-markdown": "^1.0.0", - "unified": "^10.0.0" - } - }, - "sade": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/sade/-/sade-1.7.4.tgz", - "integrity": "sha512-y5yauMD93rX840MwUJr7C1ysLFBgMspsdTo4UVrDg3fXDvtwOyIqykhVAAm6fk/3au77773itJStObgK+LKaiA==", - "requires": { - "mri": "^1.1.0" - } - }, - "totalist": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/totalist/-/totalist-2.0.0.tgz", - "integrity": "sha512-+Y17F0YzxfACxTyjfhnJQEe7afPA0GSpYlFkl2VFMxYP7jshQf9gXV7cH47EfToBumFThfKBvfAcoUn6fdNeRQ==" - }, - "trough": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/trough/-/trough-2.0.2.tgz", - "integrity": "sha512-FnHq5sTMxC0sk957wHDzRnemFnNBvt/gSY99HzK8F7UP5WAbvP70yX5bd7CjEQkN+TjdxwI7g7lJ6podqrG2/w==" - }, - "unified": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/unified/-/unified-10.1.1.tgz", - "integrity": "sha512-v4ky1+6BN9X3pQrOdkFIPWAaeDsHPE1svRDxq7YpTc2plkIqFMwukfqM+l0ewpP9EfwARlt9pPFAeWYhHm8X9w==", - "requires": { - "@types/unist": "^2.0.0", - "bail": "^2.0.0", - "extend": "^3.0.0", - "is-buffer": "^2.0.0", - "is-plain-obj": "^4.0.0", - "trough": "^2.0.0", - "vfile": "^5.0.0" - } - }, - "unist-util-filter": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/unist-util-filter/-/unist-util-filter-4.0.0.tgz", - "integrity": "sha512-H4iTOv2p+n83xjhx7eGFA3zSx7Xcv3Iv9lNQRpXiR8dmm9LtslhyjVlQrZLbkk4jwUrJgc8PPGkOOrfhb76s4Q==", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.0.0" - } - }, - "unist-util-is": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.1.1.tgz", - "integrity": "sha512-F5CZ68eYzuSvJjGhCLPL3cYx45IxkqXSetCcRgUXtbcm50X2L9oOWQlfUfDdAf+6Pd27YDblBfdtmsThXmwpbQ==" - }, - "unist-util-select": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/unist-util-select/-/unist-util-select-4.0.1.tgz", - "integrity": "sha512-zPozyEo5vr1csbHf1TqlQrnuLVJ0tNMo63og3HrnINh2+OIDAgQpqHVr+0BMw1DIVHJV8ft/e6BZqtvD1Y5enw==", - "requires": { - "@types/unist": "^2.0.0", - "css-selector-parser": "^1.0.0", - "nth-check": "^2.0.0", - "unist-util-is": "^5.0.0", - "zwitch": "^2.0.0" - } - }, - "unist-util-stringify-position": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-3.0.0.tgz", - "integrity": "sha512-SdfAl8fsDclywZpfMDTVDxA2V7LjtRDTOFd44wUJamgl6OlVngsqWjxvermMYf60elWHbxhuRCZml7AnuXCaSA==", - "requires": { - "@types/unist": "^2.0.0" - } - }, - "unist-util-visit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.0.tgz", - "integrity": "sha512-n7lyhFKJfVZ9MnKtqbsqkQEk5P1KShj0+//V7mAcoI6bpbUjh3C/OG8HVD+pBihfh6Ovl01m8dkcv9HNqYajmQ==", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0", - "unist-util-visit-parents": "^5.0.0" - } - }, - "unist-util-visit-parents": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.0.tgz", - "integrity": "sha512-y+QVLcY5eR/YVpqDsLf/xh9R3Q2Y4HxkZTp7ViLDU6WtJCEcPmRzW1gpdWDCDIqIlhuPDXOgttqPlykrHYDekg==", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-is": "^5.0.0" - } - }, - "uvu": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.2.tgz", - "integrity": "sha512-m2hLe7I2eROhh+tm3WE5cTo/Cv3WQA7Oc9f7JB6uWv+/zVKvfAm53bMyOoGOSZeQ7Ov2Fu9pLhFr7p07bnT20w==", - "requires": { - "dequal": "^2.0.0", - "diff": "^5.0.0", - "kleur": "^4.0.3", - "sade": "^1.7.3", - "totalist": "^2.0.0" - } - }, - "vfile": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/vfile/-/vfile-5.2.0.tgz", - "integrity": "sha512-ftCpb6pU8Jrzcqku8zE6N3Gi4/RkDhRwEXSWudzZzA2eEOn/cBpsfk9aulCUR+j1raRSAykYQap9u6j6rhUaCA==", - "requires": { - "@types/unist": "^2.0.0", - "is-buffer": "^2.0.0", - "unist-util-stringify-position": "^3.0.0", - "vfile-message": "^3.0.0" - } - }, - "vfile-message": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-3.0.2.tgz", - "integrity": "sha512-UUjZYIOg9lDRwwiBAuezLIsu9KlXntdxwG+nXnjuQAHvBpcX3x0eN8h+I7TkY5nkCXj+cWVp4ZqebtGBvok8ww==", - "requires": { - "@types/unist": "^2.0.0", - "unist-util-stringify-position": "^3.0.0" - } - }, - "yocto-queue": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", - "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==" - }, - "zwitch": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.2.tgz", - "integrity": "sha512-JZxotl7SxAJH0j7dN4pxsTV6ZLXoLdGME+PsjkL/DaBrVryK9kTGq06GfKrwcSOqypP+fdXGoCHE36b99fWVoA==" - } - } -} diff --git a/scripts/package.json b/scripts/package.json deleted file mode 100644 index 033f022..0000000 --- a/scripts/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "scripts", - "version": "1.0.0", - "description": "", - "main": "index.mjs", - "scripts": { - "main": "node index.mjs" - }, - "author": "", - "license": "ISC", - "dependencies": { - "centra": "^2.5.0", - "p-limit": "^4.0.0", - "remark": "^14.0.2", - "remark-gfm": "^3.0.1", - "unist-util-select": "^4.0.1" - } -} -- cgit v1.2.3 From 2104bb2978dab0a307076f16ad600ba116472464 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 2 Jan 2023 16:40:58 -0500 Subject: Preserved README structure. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f4dc3f7..2752db4 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,17 @@ you may install plugins by doing *Note: if you make a pull request, the manifest.json file should be updated to match the include any new plugins added, as specified in the [lite-xl plugin manifest specification] -(https://github.com/adamharrison/lite-xl-plugin-manager/blob/master/SPEC.md). +(https://github.com/adamharrison/lite-xl-plugin-manager/blob/master/SPEC.md).* -Please note, that in this official repository, any plugins that specify a `remote` must also +*Please note, that in this official repository, any plugins that specify a `remote` must also pin the remote to a specific commit hash. Any plugin that is hosted not in a repository, -but only with a `url` must provide a `checksum` that matches the existing plugin. +but only with a `url` must provide a `checksum` that matches the existing plugin.* -Any non-conforming PRs will not be accepted. The table below will be updated automatically. +*Any non-conforming PRs will not be accepted. The table below will be updated automatically.* -Any entries marked with an asterisk are hosted on external repositories.* +*Any entries marked with an asterisk are hosted on external repositories.* + +*** | Plugin | Description | | :------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -- cgit v1.2.3 From 718f69f824591da3624854911d6500bcf02106c1 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 2 Jan 2023 18:27:27 -0500 Subject: Updated manifest. --- manifest.json | 335 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 167 insertions(+), 168 deletions(-) diff --git a/manifest.json b/manifest.json index b54df8a..dd2ab17 100644 --- a/manifest.json +++ b/manifest.json @@ -4,42 +4,42 @@ "description": "Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))*", "version": "0.1", "path": "plugins/align_carets.lua", - "name": "align_carets", + "id": "align_carets", "mod_version": "3" }, { "description": "Automatically inserts closing brackets and quotes. Also allows selected text to be wrapped with brackets or quotes.", "version": "0.1", "path": "plugins/autoinsert.lua", - "name": "autoinsert", + "id": "autoinsert", "mod_version": "3" }, { "description": "Automatically saves files when they are changed", "version": "0.1", "path": "plugins/autosave.lua", - "name": "autosave", + "id": "autosave", "mod_version": "3" }, { "description": "Automatically saves files that were changed when the main window loses focus by switching to another application", "version": "0.1", "path": "plugins/autosaveonfocuslost.lua", - "name": "autosaveonfocuslost", + "id": "autosaveonfocuslost", "mod_version": "3" }, { "description": "Automatically hardwraps lines when typing", "version": "0.1", "path": "plugins/autowrap.lua", - "name": "autowrap", + "id": "autowrap", "mod_version": "3" }, { "description": "Shows the current time and date in a view with large text *([screenshot](https://user-images.githubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))*", "version": "0.1", "path": "plugins/bigclock.lua", - "name": "bigclock", + "id": "bigclock", "mod_version": "3" }, { @@ -47,27 +47,27 @@ "version": "0.1", "remote": "https://git.sr.ht/~tmpod/black-lite:2a1ab1b703f954edb39efb73e72b44c0d18b30a2", "mod_version": 3, - "name": "black" + "id": "black" }, { "description": "Underlines matching pair for bracket under the caret *([screenshot](https://user-images.githubusercontent.com/3920290/80132745-0c863f00-8594-11ea-8875-c455c6fd7eae.png))*", "version": "0.1", "path": "plugins/bracketmatch.lua", - "name": "bracketmatch", + "id": "bracketmatch", "mod_version": "3" }, { "description": "Centers document's content on the screen and adds zen mode support *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))*", "version": "0.1", "path": "plugins/centerdoc.lua", - "name": "centerdoc", + "id": "centerdoc", "mod_version": "3" }, { "description": "Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))*", "version": "0.1", "path": "plugins/colorpreview.lua", - "name": "colorpreview", + "id": "colorpreview", "mod_version": "3" }, { @@ -75,34 +75,34 @@ "version": "0.1", "remote": "https://github.com/franko/console:08c3f5e1483627c3ae688ce5a99008e823357f2c", "mod_version": 3, - "name": "console" + "id": "console" }, { "description": "Simple context menu *([screenshot](https://github.com/takase1121/lite-contextmenu/blob/master/assets/screenshot.jpg?raw=true))*", "version": "0.1", "remote": "https://github.com/takase1121/lite-contextmenu:5af041bf27319c6c26316c7fc8b7a60494be7d32", "mod_version": 3, - "name": "contextmenu" + "id": "contextmenu" }, { "description": "Copy file location to clipboard", "version": "0.1", "path": "plugins/copyfilelocation.lua", - "name": "copyfilelocation", + "id": "copyfilelocation", "mod_version": "3" }, { "description": "Customize the caret in the editor", "version": "0.1", "path": "plugins/custom_caret.lua", - "name": "custom_caret", + "id": "custom_caret", "mod_version": "3" }, { "description": "Insert date-, time- and date-time-stamps", "version": "0.1", "path": "plugins/datetimestamps.lua", - "name": "datetimestamps", + "id": "datetimestamps", "mod_version": "3" }, { @@ -110,27 +110,27 @@ "version": "0.1", "remote": "https://github.com/vincens2005/lite-xl-discord:93ac3abb7381fe6d5c9734e40c008cd26713f1a8", "mod_version": 3, - "name": "discord" + "id": "discord-presence" }, { "description": "Provides basic drag and drop of selected text (in same document)", "version": "0.1", "path": "plugins/dragdropselected.lua", - "name": "dragdropselected", + "id": "dragdropselected", "mod_version": "3" }, { "description": "[EditorConfig](https://editorconfig.org/) implementation for Lite XL", "version": "0.1", "path": "plugins/editorconfig", - "name": "editorconfig", + "id": "editorconfig", "mod_version": 3 }, { "checksum": "e3607f5107f4e42fd99006289b8214a473824c6973b8e9c637b4657eba763650", "description": "Make sure the file ends with one blank line.", "version": "0.1", - "name": "eofnewline", + "id": "eofnewline", "mod_version": 3, "url": "https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline-xl.lua?raw=1" }, @@ -138,7 +138,7 @@ "description": "Preview tabs. Opening a doc will replace the contents of the preview tab. Marks tabs as non-preview on any change or tab double clicking.", "version": "0.1", "path": "plugins/ephemeral_tabs.lua", - "name": "ephemeral_tabs", + "id": "ephemeral_tabs", "mod_version": "3" }, { @@ -146,13 +146,13 @@ "version": "0.1", "remote": "https://github.com/ThaCuber/equationgrapher?raw=1:bd7056b5d4a6f6b98365e1a5e3e78e29ed843d13", "mod_version": 3, - "name": "equationgrapher" + "id": "equationgrapher" }, { "description": "Replaces selected Lua code with its evaluated result", "version": "0.1", "path": "plugins/eval.lua", - "name": "eval", + "id": "eval", "mod_version": "3" }, { @@ -160,20 +160,20 @@ "version": "0.1", "remote": "https://github.com/TorchedSammy/Evergreen.lxl:c4058bfdedd27aee3b23319905b5df7b4ca52ef8", "mod_version": 3, - "name": "evergreen" + "id": "evergreen" }, { "description": "Runs selected text through shell command and replaces with result", "version": "0.1", "path": "plugins/exec.lua", - "name": "exec", + "id": "exec", "mod_version": "3" }, { "description": "When a selection crosses multiple lines, it is drawn to the end of the screen *([screenshot](https://user-images.githubusercontent.com/2798487/140995616-89a20b55-5917-4df8-8a7c-d7c53732fa8b.png))*", "version": "0.1", "path": "plugins/extend_selection_line.lua", - "name": "extend_selection_line", + "id": "extend_selection_line", "mod_version": "3" }, { @@ -181,27 +181,27 @@ "version": "0.1", "remote": "https://github.com/ShadiestGoat/lite-xl-exterm:aca8827fc1af831890cffd3dd122debac72429c6", "mod_version": 3, - "name": "exterm" + "id": "exterm" }, { "description": "Adds support for fallback fonts *([gif](https://raw.githubusercontent.com/takase1121/lite-fallback-fonts/master/assets/Iw18fI57J0.gif))*", "version": "0.1", "remote": "https://github.com/takase1121/lite-fallback-fonts:281cafc014f7931f041046f76496797695678bb4", "mod_version": 3, - "name": "fallbackfonts" + "id": "fallbackfonts" }, { "description": "Allows users to load fonts with [fontconfig](https://www.freedesktop.org/software/fontconfig/fontconfig-user.html).", "version": "0.1", "path": "plugins/fontconfig.lua", - "name": "fontconfig", + "id": "fontconfig", "mod_version": "3" }, { "description": "Change the syntax used for a file.", "version": "0.1", "path": "plugins/force_syntax.lua", - "name": "force_syntax", + "id": "force_syntax", "mod_version": "3" }, { @@ -209,13 +209,13 @@ "version": "0.1", "remote": "https://github.com/vincens2005/lite-formatters:7e017080a967c01d437e484247a90c1ff52e8ef8", "mod_version": 3, - "name": "formatter" + "id": "formatter" }, { "description": "Opens a preview of the current markdown file in a browser window *([screenshot](https://user-images.githubusercontent.com/3920290/82754898-f7394600-9dc7-11ea-8278-2305363ed372.png))*", "version": "0.1", "path": "plugins/ghmarkdown.lua", - "name": "ghmarkdown", + "id": "ghmarkdown", "mod_version": "3" }, { @@ -223,27 +223,27 @@ "version": "0.1", "remote": "https://github.com/juliardi/lite-xl-gitblame:6de7a97bb2b635ac667750f49087afd9980f2e06", "mod_version": 3, - "name": "gitblame" + "id": "gitblame" }, { "description": "highlight changed lines from git *([screenshot](https://raw.githubusercontent.com/vincens2005/lite-xl-gitdiff-highlight/master/screenshot.png))*", "version": "0.1", "remote": "https://github.com/vincens2005/lite-xl-gitdiff-highlight:12ddfa619054dfdd1ed86426d60b569dc536c43e", "mod_version": 3, - "name": "gitdiff_highlight" + "id": "gitdiff_highlight" }, { "description": "Displays git branch and insert/delete count in status bar *([screenshot](https://user-images.githubusercontent.com/3920290/81107223-bcea3080-8f0e-11ea-8fc7-d03173f42e33.png))*", "version": "0.1", "path": "plugins/gitstatus.lua", - "name": "gitstatus", + "id": "gitstatus", "mod_version": "3" }, { "description": "Auto-formats the current go file, adds the missing imports and the missing return cases", "version": "0.1", "path": "plugins/gofmt.lua", - "name": "gofmt", + "id": "gofmt", "mod_version": "3" }, { @@ -251,27 +251,27 @@ "version": "0.1", "remote": "https://github.com/takase1121/lite-xl-immersive-title:cf3a8029ac7154ea53ac819a95d44a6ff102f051", "mod_version": 3, - "name": "immersive" + "id": "immersive" }, { "description": "Convert between tabs and spaces indentation", "version": "0.1", "path": "plugins/indent_convert.lua", - "name": "indent_convert", + "id": "indent_convert", "mod_version": "3" }, { "description": "Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))*", "version": "0.1", "path": "plugins/indentguide.lua", - "name": "indentguide", + "id": "indentguide", "mod_version": "3" }, { "description": "Adds inter-process communication support", "version": "0.1", "path": "plugins/ipc.lua", - "name": "ipc", + "id": "ipc", "mod_version": "3" }, { @@ -279,20 +279,24 @@ "version": "0.1", "remote": "https://github.com/Kode-Community/kinc_plugin:309fe4193a09cf739ed0a058b1a6966a463a1dbd", "mod_version": 3, - "name": "Kinc" + "name": "Kinc Projects", + "id": "kinc-projects", + "dependencies": { + "console": {} + } }, { "description": "Syntax for the [Angelscript](https://www.angelcode.com/angelscript/) programming language", "version": "0.1", "path": "plugins/language_angelscript.lua", - "name": "language_angelscript", + "id": "language_angelscript", "mod_version": "3" }, { "description": "Syntax for Intel x86 assembly", "version": "0.1", "path": "plugins/language_assembly_x86.lua", - "name": "language_assembly_x86", + "id": "language_assembly_x86", "mod_version": "3" }, { @@ -300,34 +304,34 @@ "version": "0.1", "remote": "https://github.com/devPnal/lite-plugin-autohotkey:e1597623163ab9e1d99ec1e8ee75cbe95b3e5d91", "mod_version": 3, - "name": "language_autohotkey" + "id": "language_autohotkey" }, { "description": "Syntax for Windows [Batch Files](https://en.wikipedia.org/wiki/Batch_file)", "version": "0.1", "path": "plugins/language_batch.lua", - "name": "language_batch", + "id": "language_batch", "mod_version": "3" }, { "description": "Syntax for [BibTex](https://en.wikipedia.org/wiki/BibTeX) files", "version": "0.1", "path": "plugins/language_bib.lua", - "name": "language_bib", + "id": "language_bib", "mod_version": "3" }, { "description": "Syntax for the Caddyfile used on the [Caddy](https://caddyserver.com/) web server", "version": "0.1", "path": "plugins/language_caddyfile.lua", - "name": "language_caddyfile", + "id": "language_caddyfile", "mod_version": "3" }, { "description": "Syntax for the CMake build system language", "version": "0.1", "path": "plugins/language_cmake.lua", - "name": "language_cmake", + "id": "language_cmake", "mod_version": "3" }, { @@ -335,55 +339,55 @@ "version": "0.1", "remote": "https://github.com/FilBot3/lite-xl-language-containerfile:2d5e46b1051c48d74f9b63f9844913c630d19b87", "mod_version": 3, - "name": "language_containerfile" + "id": "language_containerfile" }, { "description": "Syntax for the [Crystal](https://crystal-lang.org) programming language", "version": "0.1", "remote": "https://github.com/Tamnac/lite-plugin-crystal:1913a6dd23a7640b507943230291a15aecc3235d", "mod_version": 3, - "name": "language_crystal" + "id": "language_crystal" }, { "description": "Syntax for the [C#](http://csharp.net) programming language", "version": "0.1", "path": "plugins/language_csharp.lua", - "name": "language_csharp", + "id": "language_csharp", "mod_version": "3" }, { "description": "Syntax for the [D](https://dlang.org/) programming language", "version": "0.1", "path": "plugins/language_d.lua", - "name": "language_d", + "id": "language_d", "mod_version": "3" }, { "description": "Syntax for the [Dart](https://dart.dev/) programming languiage", "version": "0.1", "path": "plugins/language_dart.lua", - "name": "language_dart", + "id": "language_dart", "mod_version": "3" }, { "description": "Syntax for diff and patch files", "version": "0.1", "path": "plugins/language_diff.lua", - "name": "language_diff", + "id": "language_diff", "mod_version": "3" }, { "description": "Syntax for the [Elixir](https://elixir-lang.org) programming language", "version": "0.1", "path": "plugins/language_elixir.lua", - "name": "language_elixir", + "id": "language_elixir", "mod_version": "3" }, { "description": "Syntax for the [Elm](https://elm-lang.org) programming language", "version": "0.1", "path": "plugins/language_elm.lua", - "name": "language_elm", + "id": "language_elm", "mod_version": "3" }, { @@ -391,82 +395,82 @@ "version": "0.1", "remote": "https://github.com/anthonyaxenov/lite-xl-env-syntax:89a4274af6a786963930d7a8fb542dfe61daa801", "mod_version": 3, - "name": "language_env" + "id": "language_env" }, { "description": "Syntax for the [ERB](https://github.com/ruby/erb) programming language. Also known as eRuby or Embedded Ruby.", "version": "0.1", "path": "plugins/language_erb.lua", - "name": "language_erb", + "id": "language_erb", "mod_version": "3" }, { "description": "Syntax for the [fe](https://github.com/rxi/fe) programming language", "version": "0.1", "path": "plugins/language_fe.lua", - "name": "language_fe", + "id": "language_fe", "mod_version": "3" }, { "description": "Syntax for the [fennel](https://fennel-lang.org) programming language", "version": "0.1", "path": "plugins/language_fennel.lua", - "name": "language_fennel", + "id": "language_fennel", "mod_version": "3" }, { "description": "Syntax for the [fstab](https://en.wikipedia.org/wiki/Fstab) config files", "version": "0.1", "path": "plugins/language_fstab.lua", - "name": "language_fstab", + "id": "language_fstab", "mod_version": "3" }, { "description": "Syntax for the [Godot Engine](https://godotengine.org/)'s GDScript scripting language", "version": "0.1", "path": "plugins/language_gdscript.lua", - "name": "language_gdscript", + "id": "language_gdscript", "mod_version": "3" }, { "description": "Syntax for the [GLSL](https://www.khronos.org/registry/OpenGL/specs/gl/) programming language", "version": "0.1", "path": "plugins/language_glsl.lua", - "name": "language_glsl", + "id": "language_glsl", "mod_version": "3" }, { "description": "Syntax for the [Gemtext](https://gemini.circumlunar.space/docs/gemtext.gmi) markup language", "version": "0.1", "path": "plugins/language_gmi.lua", - "name": "language_gmi", + "id": "language_gmi", "mod_version": "3" }, { "description": "Syntax for the [Go](https://golang.org/) programming language", "version": "0.1", "path": "plugins/language_go.lua", - "name": "language_go", + "id": "language_go", "mod_version": "3" }, { "description": "Syntax for the [HLSL](https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl) programming language", "version": "0.1", "path": "plugins/language_hlsl.lua", - "name": "language_hlsl", + "id": "language_hlsl", "mod_version": "3" }, { "description": "Syntax for the [Haskell](https://www.haskell.org/) programming language", "version": "0.1", "path": "plugins/language_hs.lua", - "name": "language_hs", + "id": "language_hs", "mod_version": "3" }, { "version": "0.1", "path": "/plugins/language_htaccess.lua", - "name": "language_htaccess", + "id": "language_htaccess", "mod_version": "3" }, { @@ -474,48 +478,48 @@ "version": "0.1", "remote": "https://github.com/anthonyaxenov/lite-xl-ignore-syntax:3a9a5e0ae03b82358473da5d1c6012944d65ea95", "mod_version": 3, - "name": "language_ignore" + "id": "language_ignore" }, { "description": "Syntax for [ini](https://en.wikipedia.org/wiki/INI_file) files", "version": "0.1", "path": "plugins/language_ini.lua", - "name": "language_ini", + "id": "language_ini", "mod_version": "3" }, { "description": "Syntax for the [Java](https://en.wikipedia.org/wiki/Java_\\(programming_language\\)) programming language", "version": "0.1", "path": "plugins/language_java.lua", - "name": "language_java", + "id": "language_java", "mod_version": "3" }, { "description": "Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language", "version": "0.1", "path": "plugins/language_jiyu.lua", - "name": "language_jiyu", + "id": "language_jiyu", "mod_version": "3" }, { "description": "Syntax for the [JSX](https://reactjs.org/docs/introducing-jsx.html) language for the React framework in JavaScript", "version": "0.1", "path": "plugins/language_jsx.lua", - "name": "language_jsx", + "id": "language_jsx", "mod_version": "3" }, { "description": "Syntax for the [Julia](https://julialang.org/) programming language", "version": "0.1", "path": "plugins/language_julia.lua", - "name": "language_julia", + "id": "language_julia", "mod_version": "3" }, { "checksum": "08a9f8635b09a98cec9dfca8bb65f24fd7b6585c7e8308773e7ddff9a3e5a60f", "description": "Syntax for [Kaitai](http://kaitai.io/) struct files", "version": "0.1", - "name": "language_ksy", + "id": "language_ksy", "mod_version": 3, "url": "https://raw.githubusercontent.com/whiteh0le/lite-plugins/main/plugins/language_ksy.lua?raw=1" }, @@ -523,42 +527,42 @@ "description": "Syntax for [Liquid](https://shopify.github.io/liquid/) templating language", "version": "0.1", "path": "plugins/language_liquid.lua", - "name": "language_liquid", + "id": "language_liquid", "mod_version": "3" }, { "description": "Syntax for [Lobster](https://strlen.com/lobster/) programming language", "version": "0.1", "path": "plugins/language_lobster.lua", - "name": "language_lobster", + "id": "language_lobster", "mod_version": "3" }, { "description": "Syntax for the Make build system language", "version": "0.1", "path": "plugins/language_make.lua", - "name": "language_make", + "id": "language_make", "mod_version": "3" }, { "description": "Syntax for the [Meson](https://mesonbuild.com) build system language", "version": "0.1", "path": "plugins/language_meson.lua", - "name": "language_meson", + "id": "language_meson", "mod_version": "3" }, { "description": "Syntax for the [MiniScript](https://miniscript.org) programming language", "version": "0.1", "path": "plugins/language_miniscript.lua", - "name": "language_miniscript", + "id": "language_miniscript", "mod_version": "3" }, { "description": "Syntax for the [MoonScript](https://moonscript.org) scripting language", "version": "0.1", "path": "plugins/language_moon.lua", - "name": "language_moon", + "id": "language_moon", "mod_version": "3" }, { @@ -566,69 +570,69 @@ "version": "0.1", "remote": "https://github.com/AKDev21/nelua-lite-xl:8bf0ec5e7bf2b8dc9d39e6ebaaa5344fc5969319", "mod_version": 3, - "name": "language_nelua" + "id": "language_nelua" }, { "description": "Syntax for [Nginx](https://www.nginx.com/) config files", "version": "0.1", "path": "plugins/language_nginx.lua", - "name": "language_nginx", + "id": "language_nginx", "mod_version": "3" }, { "description": "Syntax for the [Nim](https://nim-lang.org) programming language", "version": "0.1", "path": "plugins/language_nim.lua", - "name": "language_nim", + "id": "language_nim", "mod_version": "3" }, { "description": "Syntax for the [Objective C](https://en.wikipedia.org/wiki/Objective-C) programming language", "version": "0.1", "path": "plugins/language_objc.lua", - "name": "language_objc", + "id": "language_objc", "mod_version": "3" }, { "description": "Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language", "version": "0.1", "path": "plugins/language_odin.lua", - "name": "language_odin", + "id": "language_odin", "mod_version": "3" }, { "description": "Syntax for the [Perl](https://perl.org) programming language", "version": "0.1", "path": "plugins/language_perl.lua", - "name": "language_perl", + "id": "language_perl", "mod_version": "3" }, { "description": "Syntax for the [PHP](https://php.net) programming language", "version": "0.1", "path": "plugins/language_php.lua", - "name": "language_php", + "id": "language_php", "mod_version": "3" }, { "description": "Syntax for [Pico-8](https://www.lexaloffle.com/pico-8.php) cartridge files", "version": "0.1", "path": "plugins/language_pico8.lua", - "name": "language_pico8", + "id": "language_pico8", "mod_version": "3" }, { "description": "Syntax for [PKGBUILD](https://wiki.archlinux.org/title/PKGBUILD) package description files", "version": "0.1", "path": "plugins/language_pkgbuild.lua", - "name": "language_pkgbuild", + "id": "language_pkgbuild", "mod_version": "3" }, { "description": "Syntax for [PO](https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html) translation files", "version": "0.1", "path": "plugins/language_po.lua", - "name": "language_po", + "id": "language_po", "mod_version": "3" }, { @@ -636,173 +640,168 @@ "version": "0.1", "remote": "https://github.com/MrAnyx/lite-plugin-pony:34d9ec673eaa6c409bcef0febaa0a36cc3acdf4e", "mod_version": 3, - "name": "language_pony" + "id": "language_pony" }, { "description": "Syntax for [PowerShell](https://docs.microsoft.com/en-us/powershell) scripting language", "version": "0.1", "path": "plugins/language_powershell.lua", - "name": "language_powershell", + "id": "language_powershell", "mod_version": "3" }, { "description": "Syntax for the postgresql database access language", "version": "0.1", "path": "plugins/language_psql.lua", - "name": "language_psql", + "id": "language_psql", "mod_version": "3" }, { "description": "Syntax for [R](https://www.r-project.org/) scripting language", "version": "0.1", "path": "plugins/language_R.lua", - "name": "language_r", - "mod_version": 3 - }, - { - "version": "0.1", - "path": "/plugins/language_R.lua", + "id": "language_r", "name": "language_R", - "mod_version": "3" + "mod_version": 3 }, { "description": "Syntax for the [ReScript](https://rescript-lang.org/) programming language", "version": "0.1", "path": "plugins/language_rescript.lua", - "name": "language_rescript", + "id": "language_rescript", "mod_version": "3" }, { "description": "Syntax for the [Rivet](https://github.com/rivet-lang/rivet) programming language", "version": "0.1", "path": "plugins/language_rivet.lua", - "name": "language_rivet", + "id": "language_rivet", "mod_version": "3" }, { "description": "Syntax for the [Ruby](https://www.ruby-lang.org/) programming language", "version": "0.1", "path": "plugins/language_ruby.lua", - "name": "language_ruby", + "id": "language_ruby", "mod_version": "3" }, { "description": "Syntax for the [Rust](https://rust-lang.org/) programming language", "version": "0.1", "path": "plugins/language_rust.lua", - "name": "language_rust", + "id": "language_rust", "mod_version": "3" }, { "description": "Syntax for the [Sass](https://sass-lang.com/) CSS preprocessor", "version": "0.1", "path": "plugins/language_sass.lua", - "name": "language_sass", + "id": "language_sass", "mod_version": "3" }, { "description": "Syntax for the [Scala](https://scala-lang.org/) programming language", "version": "0.1", "path": "plugins/language_scala.lua", - "name": "language_scala", + "id": "language_scala", "mod_version": "3" }, { "description": "Syntax for shell scripting language", "version": "0.1", "path": "plugins/language_sh.lua", - "name": "language_sh", + "id": "language_sh", "mod_version": "3" }, { "description": "Syntax for ssh & sshd config files", "version": "0.1", "path": "plugins/language_ssh_config.lua", - "name": "language_ssh_config", + "id": "language_ssh_config", "mod_version": "3" }, { "description": "Syntax for the [Tcl](https://www.tcl.tk/) programming language", "version": "0.1", "path": "plugins/language_tcl.lua", - "name": "language_tcl", + "id": "language_tcl", "mod_version": "3" }, { "description": "Syntax for the [Teal](https://github.com/teal-language/tl) programming language, a typed dialect of Lua.", "version": "0.1", "path": "plugins/language_teal.lua", - "name": "language_teal", + "id": "language_teal", "mod_version": "3" }, { "description": "Syntax for the [LaTeX](https://www.latex-project.org/) typesetting language", "version": "0.1", "path": "plugins/language_tex.lua", - "name": "language_tex", + "id": "language_tex", "mod_version": "3" }, { "description": "Syntax for the [TOML](https://toml.io/en/) configuration language", "version": "0.1", "path": "plugins/language_toml.lua", - "name": "language_toml", + "id": "language_toml", "mod_version": "3" }, { "description": "Syntax for the [TypeScript](https://www.typescriptlang.org/) programming language, a typed dialect of JavaScript.", "version": "0.1", "path": "plugins/language_ts.lua", - "name": "language_ts", + "id": "language_ts", "mod_version": "3" }, { "description": "Syntax for [TSX](https://www.typescriptlang.org/docs/handbook/jsx.html) language", "version": "0.1", "path": "plugins/language_tsx.lua", - "name": "language_tsx", + "id": "language_tsx", "mod_version": "3" }, { "description": "Syntax for the [V](https://vlang.io/) programming language", "version": "0.1", "path": "plugins/language_v.lua", - "name": "language_v", + "id": "language_v", "mod_version": "3" }, { "description": "Syntax for the [Wren](http://wren.io/) programming language", "version": "0.1", "path": "plugins/language_wren.lua", - "name": "language_wren", + "id": "language_wren", "mod_version": "3" }, { "description": "Syntax for [YAML](https://yaml.org/) serialization language", "version": "0.1", "path": "plugins/language_yaml.lua", - "name": "language_yaml", + "id": "language_yaml", "mod_version": "3" }, { "description": "Syntax for the [Zig](https://ziglang.org/) programming language", "version": "0.1", "path": "plugins/language_zig.lua", - "name": "language_zig", + "id": "language_zig", "mod_version": "3" }, { "description": "Automatically inserts indentation and closing bracket/text after newline", "version": "0.1", "path": "plugins/lfautoinsert.lua", - "name": "lfautoinsert", + "id": "lfautoinsert", "mod_version": "3" }, { "description": "The ability to change the display of the line number *([screenshot](https://user-images.githubusercontent.com/5556081/129493788-6a4cbd7a-9074-4133-bab7-110ed55f18f7.png))*", "version": "0.1", "path": "plugins/linenumbers.lua", - "name": "linenumbers", + "id": "linenumbers", "mod_version": "3" }, { @@ -810,244 +809,244 @@ "version": "0.1", "remote": "https://github.com/liquid600pgm/lintplus:3268641818069070b270486a88966b2a8bfef97e", "mod_version": 3, - "name": "lint" + "id": "lint" }, { "description": "Linters for multiple languages", "version": "0.1", "remote": "https://github.com/drmargarido/linters:eb1611eaade6e5328df5172bd3f759d853c33a31", "mod_version": 3, - "name": "linter" + "id": "linter" }, { "description": "Discord rich presence for Lite XL (display file editing in Discord)", "version": "0.1", "remote": "https://github.com/TorchedSammy/Litepresence:1985e8a59feaaea5085a5add2521293a11f6d376", "mod_version": 3, - "name": "litepresence" + "id": "litepresence" }, { "description": "Generates Lorem Ipsum placeholder dummy text", "version": "0.1", "remote": "https://github.com/sheetcoder/lorem:b2da386519850d6f91ef67097e50141b3b11a90e", "mod_version": 3, - "name": "lorem" + "id": "lorem" }, { "description": "Provides code completion (also known as IntelliSense) using the Language Server Protocol", "version": "0.1", "remote": "https://github.com/lite-xl/lite-xl-lsp:a6a8f70d6304bd77c7588e0a652945002df7fbad", "mod_version": 3, - "name": "lsp" + "id": "lsp" }, { "description": "Completion menu kind/type icons for Lite XL LSP", "version": "0.1", "remote": "https://github.com/TorchedSammy/lite-xl-lspkind:272ebd0010cd3e205cfb486b1bae889080fec437", "mod_version": 3, - "name": "lspkind" + "id": "lspkind" }, { "description": "Remaps mac modkeys `command/option` to `ctrl/alt`", "version": "0.1", "path": "plugins/macmodkeys.lua", - "name": "macmodkeys", + "id": "macmodkeys", "mod_version": "3" }, { "description": "Add markers to docs and jump between them quickly *([screenshot](https://user-images.githubusercontent.com/3920290/82252149-5faaa200-9946-11ea-9199-bea2efb7ee23.png))*", "version": "0.1", "path": "plugins/markers.lua", - "name": "markers", + "id": "markers", "mod_version": "3" }, { "description": "Show memory usage in the status view", "version": "0.1", "path": "plugins/memoryusage.lua", - "name": "memoryusage", + "id": "memoryusage", "mod_version": "3" }, { "description": "Shows a minimap on the right-hand side of the docview. Taken from [@andsve](https://github.com/andsve/lite-plugins/tree/minimap-plugin), and improved upon.", "version": "0.1", "path": "plugins/minimap.lua", - "name": "minimap", + "id": "minimap", "mod_version": "3" }, { "description": "Adds a motion-trail to the caret *([gif](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))*", "version": "0.1", "path": "plugins/motiontrail.lua", - "name": "motiontrail", + "id": "motiontrail", "mod_version": "3" }, { "description": "Allows moving back and forward between document positions, reducing the amount of scrolling", "version": "0.1", "path": "plugins/navigate.lua", - "name": "navigate", + "id": "navigate", "mod_version": "3" }, { "description": "File icons set for TreeView. Download [font](https://github.com/yamatsum/nonicons/raw/6a2faf4fbdfbe353c5ae6a496740ac4bfb6d0e74/dist/nonicons.ttf) to your config/fonts folder", "version": "0.1", "path": "plugins/nonicons.lua", - "name": "nonicons", + "id": "nonicons", "mod_version": "3" }, { "description": "Change the opaqueness/transparency of `lite-xl` using shift+mousewheel or a command.", "version": "0.1", "path": "plugins/opacity.lua", - "name": "opacity", + "id": "opacity", "mod_version": "3" }, { "description": "Automatically prompts you if you tried to open a binary file in the editor", "version": "0.1", "path": "plugins/open_ext.lua", - "name": "open_ext", + "id": "open_ext", "mod_version": "3" }, { "description": "Opens the parent directory of the current file in the file manager", "version": "0.1", "path": "plugins/openfilelocation.lua", - "name": "openfilelocation", + "id": "openfilelocation", "mod_version": "3" }, { "description": "Opens the selected filename or url", "version": "0.1", "path": "plugins/openselected.lua", - "name": "openselected", + "id": "openselected", "mod_version": "3" }, { "description": "PDF preview for TeX files", "version": "0.1", "path": "plugins/pdfview.lua", - "name": "pdfview", + "id": "pdfview", "mod_version": "3" }, { "description": "Adds middle mouse click copy/paste (primary selection). To use this plugin, `xclip` must be installed.", "version": "0.1", "path": "plugins/primary_selection.lua", - "name": "primary_selection", + "id": "primary_selection", "mod_version": "3" }, { "description": "Adds the ability to profile lite-xl with the [lua-profiler](https://github.com/charlesmallah/lua-profiler)", "version": "0.1", "path": "plugins/profiler", - "name": "profiler", + "id": "profiler", "mod_version": 3 }, { "description": "Show nesting of parentheses with rainbow colours", "version": "0.1", "path": "plugins/rainbowparen.lua", - "name": "rainbowparen", + "id": "rainbowparen", "mod_version": "3" }, { "description": "Allows for you to write a regex and its replacement in one go, and live preview the results.", "version": "0.1", "path": "plugins/regexreplacepreview.lua", - "name": "regexreplacepreview", + "id": "regexreplacepreview", "mod_version": "3" }, { "description": "Keep a list of recently closed tabs, and restore the tab in order on ctrl+shift+t.", "version": "0.1", "path": "plugins/restoretabs.lua", - "name": "restoretabs", + "id": "restoretabs", "mod_version": "3" }, { "description": "Displays current scale (zoom) in status view (depends on scale plugin)", "version": "0.1", "path": "plugins/scalestatus.lua", - "name": "scalestatus", + "id": "scalestatus", "mod_version": "3" }, { "description": "Select a color theme, like VScode, Sublime Text.(plugin saves changes)", "version": "0.1", "path": "plugins/select_colorscheme.lua", - "name": "select_colorscheme", + "id": "select_colorscheme", "mod_version": "3" }, { "description": "Highlights regions of code that match the current selection *([screenshot](https://user-images.githubusercontent.com/3920290/80710883-5f597c80-8ae7-11ea-97f0-76dfacc08439.png))*", "version": "0.1", "path": "plugins/selectionhighlight.lua", - "name": "selectionhighlight", + "id": "selectionhighlight", "mod_version": "3" }, { "description": "Provides a GUI to manage core and plugin settings, bindings and select color theme *([video](https://user-images.githubusercontent.com/1702572/169743674-ececae24-f6b7-4ff2-bfa2-c4762cd327d9.mp4))*. (depends on [`widget`](https://github.com/lite-xl/lite-xl-widgets))", "version": "0.1", "path": "plugins/settings.lua", - "name": "settings", + "id": "settings", "mod_version": "3" }, { "description": "Displays the current time in the corner of the status view", "version": "0.1", "path": "plugins/smallclock.lua", - "name": "smallclock", + "id": "smallclock", "mod_version": "3" }, { "description": "Smooth caret animation *([gif](https://user-images.githubusercontent.com/20792268/139006049-a0ba6559-88cb-49a7-8077-4822445b4a1f.gif))*", "version": "0.1", "path": "plugins/smoothcaret.lua", - "name": "smoothcaret", + "id": "smoothcaret", "mod_version": "3" }, { "description": "Sorts selected lines alphabetically", "version": "0.1", "path": "plugins/sort.lua", - "name": "sort", + "id": "sort", "mod_version": "3" }, { "description": "Underlines misspelt words *([screenshot](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png))* *-- note: on Windows a [`words.txt`](https://github.com/dwyl/english-words/blob/master/words.txt) dictionary file must be placed beside the exe*", "version": "0.1", "path": "plugins/spellcheck.lua", - "name": "spellcheck", + "id": "spellcheck", "mod_version": "3" }, { "description": "Displays the current date and time in the corner of the status view", "version": "0.1", "path": "plugins/statusclock.lua", - "name": "statusclock", + "id": "statusclock", "mod_version": "3" }, { "description": "Switch between open tabs by searching by name", "version": "0.1", "path": "plugins/tab_switcher.lua", - "name": "tab_switcher", + "id": "tab_switcher", "mod_version": "3" }, { "description": "Displays tab numbers from 1–9 next to their names \\*([screenshot](https://user-images.githubusercontent.com/16415678/101285362-007a8500-37e5-11eb-869b-c10eb9d9d902.png))", "version": "0.1", "path": "plugins/tabnumbers.lua", - "name": "tabnumbers", + "id": "tabnumbers", "mod_version": "3" }, { "description": "Compile Tex files into PDF", "version": "0.1", "path": "plugins/texcompile.lua", - "name": "texcompile", + "id": "texcompile", "mod_version": "3", "dependencies": { "console": {} @@ -1058,20 +1057,20 @@ "version": "0.1", "remote": "https://github.com/monolifed/theme16:c39b33cb318d4baa2b4b9cc6e6370cb3ede3ef22", "mod_version": 3, - "name": "theme16" + "id": "theme16" }, { "description": "Select a theme based on filename of active document", "version": "0.1", "path": "plugins/themeselect.lua", - "name": "themeselect", + "id": "themeselect", "mod_version": "3" }, { "description": "Titleizes selected string (`hello world` => `Hello World`)", "version": "0.1", "path": "plugins/titleize.lua", - "name": "titleize", + "id": "titleize", "mod_version": "3" }, { @@ -1079,13 +1078,13 @@ "version": "0.1", "remote": "https://github.com/drmargarido/TodoTreeView:a9371045ead3bc820224d3be55db6066398a11c5", "mod_version": 3, - "name": "todotreeview" + "id": "todotreeview" }, { "description": "Toggles symbols between `snake_case` and `camelCase`", "version": "0.1", "path": "plugins/togglesnakecamel.lua", - "name": "togglesnakecamel", + "id": "togglesnakecamel", "mod_version": "3" }, { @@ -1093,20 +1092,20 @@ "version": "0.1", "remote": "https://github.com/juliardi/lite-xl-treeview-menu-extender:bd9063e453b4024dcd0bf6a4f775ded32ca24d1f", "mod_version": 3, - "name": "treeview" + "id": "treeview" }, { "description": "Displays your current typing speed in characters and words per minute in the status bar", "version": "0.1", "path": "plugins/typingspeed.lua", - "name": "typingspeed", + "id": "typingspeed", "mod_version": "3" }, { "description": "Allows scrolling outside the bounds of a document", "version": "0.1", "path": "plugins/unboundedscroll.lua", - "name": "unboundedscroll", + "id": "unboundedscroll", "mod_version": "3" }, { @@ -1114,34 +1113,34 @@ "version": "0.1", "remote": "https://github.com/vincens2005/lite-xl-updatechecker:3478abd43618da857d4315bcc8fddf08c27e1150", "mod_version": 3, - "name": "updatechecker" + "id": "updatechecker" }, { "description": "VI(vim?) bindings with a hint of DOOM Emacs, for lite-xl", "version": "0.1", "remote": "https://github.com/eugenpt/lite-xl-vibe:651c4fc55a285eeacbf5992b355d9c80f4fc78cb", "mod_version": 3, - "name": "vibe" + "id": "vibe" }, { "description": "Audio visualizer for Lite XL", "version": "0.1", "remote": "https://github.com/TorchedSammy/Visu:782c7b1ebde38dad2c3c6a1c1dee6761230dea16", "mod_version": 3, - "name": "visu" + "id": "visu" }, { "description": "Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins", "version": "0.1", "remote": "https://github.com/lite-xl/lite-xl-widgets:a632bfdf7c66bacc272fe2c962621cd9860058e1", "mod_version": 3, - "name": "widget" + "id": "widget" }, { "description": "Adds in a word count to the statusview.", "version": "0.1", "path": "plugins/wordcount.lua", - "name": "wordcount", + "id": "wordcount", "mod_version": "3" } ] -- cgit v1.2.3 From ef363262b122f3164b8afeceab0827eed680eb61 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 2 Jan 2023 18:35:11 -0500 Subject: Updated manifest and READMe. --- README.md | 15 +++++++-------- manifest.json | 5 +++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2752db4..e09bb28 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard | | [`custom_caret`](plugins/custom_caret.lua?raw=1) | Customize the caret in the editor | | [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps | -| [`discord`](https://github.com/vincens2005/lite-xl-discord)\* | Adds the current workspace and file to your Discord Rich Presence | +| [`discord-presence`](https://github.com/vincens2005/lite-xl-discord)\* | Adds the current workspace and file to your Discord Rich Presence | | [`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document) | -| [`editorconfig`](plugins/editorconfig?raw=1) | [EditorConfig](https://editorconfig.org/) implementation for Lite XL | +| [`editorconfig`](plugins/editorconfig) | [EditorConfig](https://editorconfig.org/) implementation for Lite XL | | [`eofnewline`](https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline-xl.lua?raw=1) | Make sure the file ends with one blank line. | | [`ephemeral_tabs`](plugins/ephemeral_tabs.lua?raw=1) | Preview tabs. Opening a doc will replace the contents of the preview tab. Marks tabs as non-preview on any change or tab double clicking. | | [`equationgrapher`](https://github.com/ThaCuber/equationgrapher?raw=1)\* | Graphs y=x equations. | @@ -79,7 +79,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`indent_convert`](plugins/indent_convert.lua?raw=1) | Convert between tabs and spaces indentation | | [`indentguide`](plugins/indentguide.lua?raw=1) | Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))* | | [`ipc`](plugins/ipc.lua?raw=1) | Adds inter-process communication support | -| [`Kinc`](https://github.com/Kode-Community/kinc_plugin)\* | Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console)) | +| [`Kinc Projects`](https://github.com/Kode-Community/kinc_plugin)\* | Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console)) | | [`language_angelscript`](plugins/language_angelscript.lua?raw=1) | Syntax for the [Angelscript](https://www.angelcode.com/angelscript/) programming language | | [`language_assembly_x86`](plugins/language_assembly_x86.lua?raw=1) | Syntax for Intel x86 assembly | | [`language_autohotkey`](https://github.com/devPnal/lite-plugin-autohotkey)\* | Syntax for the [AutoHotkey](https://www.autohotkey.com) programming language | @@ -133,8 +133,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_pony`](https://github.com/MrAnyx/lite-plugin-pony)\* | Syntax for [Pony](https://www.ponylang.io/) programming language | | [`language_powershell`](plugins/language_powershell.lua?raw=1) | Syntax for [PowerShell](https://docs.microsoft.com/en-us/powershell) scripting language | | [`language_psql`](plugins/language_psql.lua?raw=1) | Syntax for the postgresql database access language | -| [`language_R`](/plugins/language_R.lua?raw=1) | | -| [`language_r`](plugins/language_R.lua?raw=1) | Syntax for [R](https://www.r-project.org/) scripting language | +| [`language_R`](plugins/language_R.lua?raw=1) | Syntax for [R](https://www.r-project.org/) scripting language | | [`language_rescript`](plugins/language_rescript.lua?raw=1) | Syntax for the [ReScript](https://rescript-lang.org/) programming language | | [`language_rivet`](plugins/language_rivet.lua?raw=1) | Syntax for the [Rivet](https://github.com/rivet-lang/rivet) programming language | | [`language_ruby`](plugins/language_ruby.lua?raw=1) | Syntax for the [Ruby](https://www.ruby-lang.org/) programming language | @@ -155,8 +154,8 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_zig`](plugins/language_zig.lua?raw=1) | Syntax for the [Zig](https://ziglang.org/) programming language | | [`lfautoinsert`](plugins/lfautoinsert.lua?raw=1) | Automatically inserts indentation and closing bracket/text after newline | | [`linenumbers`](plugins/linenumbers.lua?raw=1) | The ability to change the display of the line number *([screenshot](https://user-images.githubusercontent.com/5556081/129493788-6a4cbd7a-9074-4133-bab7-110ed55f18f7.png))* | -| [`lint`](https://github.com/liquid600pgm/lintplus)\* | Advanced linter with ErrorLens-like error reporting. Compatible with linters made for `linter` *([screenshot](https://raw.githubusercontent.com/liquid600pgm/lintplus/master/screenshots/1.png))* | | [`linter`](https://github.com/drmargarido/linters)\* | Linters for multiple languages | +| [`lint+`](https://github.com/liquid600pgm/lintplus)\* | Advanced linter with ErrorLens-like error reporting. Compatible with linters made for `linter` *([screenshot](https://raw.githubusercontent.com/liquid600pgm/lintplus/master/screenshots/1.png))* | | [`litepresence`](https://github.com/TorchedSammy/Litepresence)\* | Discord rich presence for Lite XL (display file editing in Discord) | | [`lorem`](https://github.com/sheetcoder/lorem)\* | Generates Lorem Ipsum placeholder dummy text | | [`lsp`](https://github.com/lite-xl/lite-xl-lsp)\* | Provides code completion (also known as IntelliSense) using the Language Server Protocol | @@ -174,7 +173,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`openselected`](plugins/openselected.lua?raw=1) | Opens the selected filename or url | | [`pdfview`](plugins/pdfview.lua?raw=1) | PDF preview for TeX files | | [`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?raw=1) | Adds the ability to profile lite-xl with the [lua-profiler](https://github.com/charlesmallah/lua-profiler) | +| [`profiler`](plugins/profiler) | Adds the ability to profile lite-xl with the [lua-profiler](https://github.com/charlesmallah/lua-profiler) | | [`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. | | [`restoretabs`](plugins/restoretabs.lua?raw=1) | Keep a list of recently closed tabs, and restore the tab in order on ctrl+shift+t. | @@ -195,7 +194,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`titleize`](plugins/titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`) | | [`todotreeview`](https://github.com/drmargarido/TodoTreeView)\* | Todo tree viewer for annotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT` | | [`togglesnakecamel`](plugins/togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase` | -| [`treeview`](https://github.com/juliardi/lite-xl-treeview-menu-extender)\* | Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-menu-extender/main/screenshot.png))* | +| [`treeview-menu-extender`](https://github.com/juliardi/lite-xl-treeview-menu-extender)\* | Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-menu-extender/main/screenshot.png))* | | [`typingspeed`](plugins/typingspeed.lua?raw=1) | Displays your current typing speed in characters and words per minute in the status bar | | [`unboundedscroll`](plugins/unboundedscroll.lua?raw=1) | Allows scrolling outside the bounds of a document | | [`updatechecker`](https://github.com/vincens2005/lite-xl-updatechecker)\* | Automatically checks for updates and notifies you | diff --git a/manifest.json b/manifest.json index dd2ab17..3fb6bf1 100644 --- a/manifest.json +++ b/manifest.json @@ -809,7 +809,8 @@ "version": "0.1", "remote": "https://github.com/liquid600pgm/lintplus:3268641818069070b270486a88966b2a8bfef97e", "mod_version": 3, - "id": "lint" + "id": "lintplus", + "name": "lint+" }, { "description": "Linters for multiple languages", @@ -1092,7 +1093,7 @@ "version": "0.1", "remote": "https://github.com/juliardi/lite-xl-treeview-menu-extender:bd9063e453b4024dcd0bf6a4f775ded32ca24d1f", "mod_version": 3, - "id": "treeview" + "id": "treeview-menu-extender" }, { "description": "Displays your current typing speed in characters and words per minute in the status bar", -- cgit v1.2.3 From a5b0aca8c50d8b26229793e4f1444adfab952acc Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 2 Jan 2023 18:48:45 -0500 Subject: Bump version. --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index ae9680e..6bdbdcd 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - name: Generate table with `lpm` run: | - wget https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.93/lpm.x86_64-linux -O lpm + wget https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.94/lpm.x86_64-linux -O lpm chmod +x lpm ./lpm table manifest.json README.md - name: Set environment variables -- cgit v1.2.3 From 7ab17d50ae5433a2b44d9bd7c22a39474051342b Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 2 Jan 2023 18:57:09 -0500 Subject: Whoops. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e09bb28..0134e46 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ you may install plugins by doing lpm install plugin_name ``` -*Note: if you make a pull request, the manifest.json file should be updated to match the +*Note: if you make a pull request, the manifest.json file should be updated to include any new plugins added, as specified in the [lite-xl plugin manifest specification] (https://github.com/adamharrison/lite-xl-plugin-manager/blob/master/SPEC.md).* -- cgit v1.2.3 From 19cba4be4ab62eff491f43a237a53ac5a035b07b Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 2 Jan 2023 19:55:36 -0500 Subject: Adjusted things. --- README.md | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0134e46..30b1a1b 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`gitdiff_highlight`](https://github.com/vincens2005/lite-xl-gitdiff-highlight)\* | highlight changed lines from git *([screenshot](https://raw.githubusercontent.com/vincens2005/lite-xl-gitdiff-highlight/master/screenshot.png))* | | [`gitstatus`](plugins/gitstatus.lua?raw=1) | Displays git branch and insert/delete count in status bar *([screenshot](https://user-images.githubusercontent.com/3920290/81107223-bcea3080-8f0e-11ea-8fc7-d03173f42e33.png))* | | [`gofmt`](plugins/gofmt.lua?raw=1) | Auto-formats the current go file, adds the missing imports and the missing return cases | -| [`immersive`](https://github.com/takase1121/lite-xl-immersive-title)\* | Dark (or even Mica!) title bar for Lite XL | +| [`immersive-title`](https://github.com/takase1121/lite-xl-immersive-title)\* | Dark (or even Mica!) title bar for Lite XL | | [`indent_convert`](plugins/indent_convert.lua?raw=1) | Convert between tabs and spaces indentation | | [`indentguide`](plugins/indentguide.lua?raw=1) | Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))* | | [`ipc`](plugins/ipc.lua?raw=1) | Adds inter-process communication support | @@ -154,8 +154,8 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_zig`](plugins/language_zig.lua?raw=1) | Syntax for the [Zig](https://ziglang.org/) programming language | | [`lfautoinsert`](plugins/lfautoinsert.lua?raw=1) | Automatically inserts indentation and closing bracket/text after newline | | [`linenumbers`](plugins/linenumbers.lua?raw=1) | The ability to change the display of the line number *([screenshot](https://user-images.githubusercontent.com/5556081/129493788-6a4cbd7a-9074-4133-bab7-110ed55f18f7.png))* | -| [`linter`](https://github.com/drmargarido/linters)\* | Linters for multiple languages | | [`lint+`](https://github.com/liquid600pgm/lintplus)\* | Advanced linter with ErrorLens-like error reporting. Compatible with linters made for `linter` *([screenshot](https://raw.githubusercontent.com/liquid600pgm/lintplus/master/screenshots/1.png))* | +| [`linter`](https://github.com/drmargarido/linters)\* | Linters for multiple languages | | [`litepresence`](https://github.com/TorchedSammy/Litepresence)\* | Discord rich presence for Lite XL (display file editing in Discord) | | [`lorem`](https://github.com/sheetcoder/lorem)\* | Generates Lorem Ipsum placeholder dummy text | | [`lsp`](https://github.com/lite-xl/lite-xl-lsp)\* | Provides code completion (also known as IntelliSense) using the Language Server Protocol | diff --git a/manifest.json b/manifest.json index 3fb6bf1..6c9a75f 100644 --- a/manifest.json +++ b/manifest.json @@ -251,7 +251,7 @@ "version": "0.1", "remote": "https://github.com/takase1121/lite-xl-immersive-title:cf3a8029ac7154ea53ac819a95d44a6ff102f051", "mod_version": 3, - "id": "immersive" + "id": "immersive-title" }, { "description": "Convert between tabs and spaces indentation", -- cgit v1.2.3 From 9763c3f2bdcb224ab5cfa0c31183635005844e30 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 2 Jan 2023 19:57:48 -0500 Subject: Added in descripiton for hta. --- README.md | 2 +- manifest.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30b1a1b..13dba2c 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_go`](plugins/language_go.lua?raw=1) | Syntax for the [Go](https://golang.org/) programming language | | [`language_hlsl`](plugins/language_hlsl.lua?raw=1) | Syntax for the [HLSL](https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl) programming language | | [`language_hs`](plugins/language_hs.lua?raw=1) | Syntax for the [Haskell](https://www.haskell.org/) programming language | -| [`language_htaccess`](/plugins/language_htaccess.lua?raw=1) | | +| [`language_htaccess`](/plugins/language_htaccess.lua?raw=1) | Syntax for [.htaccess](https://httpd.apache.org/docs/2.4/howto/htaccess.html) files. | | [`language_ignore`](https://github.com/anthonyaxenov/lite-xl-ignore-syntax)\* | Syntax for [.gitignore](https://git-scm.com/docs/gitignore), [.dockerignore](https://docs.docker.com/engine/reference/builder/#dockerignore-file) and some other `.*ignore` files | | [`language_ini`](plugins/language_ini.lua?raw=1) | Syntax for [ini](https://en.wikipedia.org/wiki/INI_file) files | | [`language_java`](plugins/language_java.lua?raw=1) | Syntax for the [Java](https://en.wikipedia.org/wiki/Java_\(programming_language\)) programming language | diff --git a/manifest.json b/manifest.json index 6c9a75f..5cc0b1f 100644 --- a/manifest.json +++ b/manifest.json @@ -471,7 +471,8 @@ "version": "0.1", "path": "/plugins/language_htaccess.lua", "id": "language_htaccess", - "mod_version": "3" + "mod_version": "3", + "description": "Syntax for [.htaccess](https://httpd.apache.org/docs/2.4/howto/htaccess.html) files." }, { "description": "Syntax for [.gitignore](https://git-scm.com/docs/gitignore), [.dockerignore](https://docs.docker.com/engine/reference/builder/#dockerignore-file) and some other `.*ignore` files", -- cgit v1.2.3 From 7a314520948399559db4e6f793e0da3e05bed983 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 2 Jan 2023 20:10:21 -0500 Subject: Changed release location. --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6bdbdcd..bbc2191 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - name: Generate table with `lpm` run: | - wget https://github.com/adamharrison/lite-xl-plugin-manager/releases/download/v0.94/lpm.x86_64-linux -O lpm + wget https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/v0.95/lpm.x86_64-linux -O lpm chmod +x lpm ./lpm table manifest.json README.md - name: Set environment variables -- cgit v1.2.3 From 1909e1bd7d2ffb5bd1132ef8c6182306a183cc4d Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 2 Jan 2023 21:55:46 -0500 Subject: Changed to latest release, so bumping is not necessary. --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index bbc2191..f47ccbb 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - name: Generate table with `lpm` run: | - wget https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/v0.95/lpm.x86_64-linux -O lpm + wget https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-linux -O lpm chmod +x lpm ./lpm table manifest.json README.md - name: Set environment variables -- cgit v1.2.3 From 4656d582cbf58319194d95affc5c2c88bb54e556 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 2 Jan 2023 22:27:19 -0500 Subject: Updated workflow. --- .github/workflows/workflow.yml | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f47ccbb..91fa792 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,4 +1,4 @@ -name: Reorganize README +name: Update README on: push: @@ -14,22 +14,9 @@ jobs: wget https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-linux -O lpm chmod +x lpm ./lpm table manifest.json README.md - - name: Set environment variables - run: | - set +e # need to disable this - git diff --exit-code -s README.md - echo "has_diff=$?" >> $GITHUB_ENV - - name: create PR - if: env.has_diff == 1 - uses: peter-evans/create-pull-request@v3 - with: - commit-message: Reorganize README.md - branch: reorganize-ci - add-paths: README.md - delete-branch: false - title: '[CI] Reorganize README.md' - body: | - This is a CI that makes sure entries match the specified manifest. - Please check the [CI run][1] for logs. - - [1]: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} + if ! git diff --exit-code -s README.md; then + git config --global user.name "Github Actions" && git config --global user.email "<>" + git add README.md + git commit -m '[CI] Updated README.md.' + git push + fi -- cgit v1.2.3 From 2d57d6d3942ecf2eaea1d24d0b97d5bb7b4f734e Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Tue, 3 Jan 2023 12:02:36 -0500 Subject: Added in ability to dispatch. --- .github/workflows/workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 91fa792..521dae9 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -20,3 +20,5 @@ jobs: git commit -m '[CI] Updated README.md.' git push fi + +workflow_disaptch: {} -- cgit v1.2.3 From 454fd632b47b399a1fb0c5db1be69a852447f316 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Tue, 3 Jan 2023 12:06:12 -0500 Subject: Moved to `on`. --- .github/workflows/workflow.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 521dae9..2c0569d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -3,6 +3,7 @@ name: Update README on: push: branches: [master] + workflow_disaptch: {} jobs: reorganize: @@ -20,5 +21,3 @@ jobs: git commit -m '[CI] Updated README.md.' git push fi - -workflow_disaptch: {} -- cgit v1.2.3 From 1fd6cc356637881eaa1d41c923c9c5ecbf0935f8 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Tue, 3 Jan 2023 12:07:10 -0500 Subject: Removed workflow_dispatch. --- .github/workflows/workflow.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2c0569d..91fa792 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -3,7 +3,6 @@ name: Update README on: push: branches: [master] - workflow_disaptch: {} jobs: reorganize: -- cgit v1.2.3 From 46f3dad34def34449ed485bdd1fc492ccad23197 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Tue, 3 Jan 2023 12:13:55 -0500 Subject: Adjusted all mod_versions to be strings. --- manifest.json | 76 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/manifest.json b/manifest.json index 5cc0b1f..98aecb8 100644 --- a/manifest.json +++ b/manifest.json @@ -46,7 +46,7 @@ "description": "Integrates the [black](https://github.com/psf/black) Python formatter with lite", "version": "0.1", "remote": "https://git.sr.ht/~tmpod/black-lite:2a1ab1b703f954edb39efb73e72b44c0d18b30a2", - "mod_version": 3, + "mod_version": "3", "id": "black" }, { @@ -74,14 +74,14 @@ "description": "A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))*", "version": "0.1", "remote": "https://github.com/franko/console:08c3f5e1483627c3ae688ce5a99008e823357f2c", - "mod_version": 3, + "mod_version": "3", "id": "console" }, { "description": "Simple context menu *([screenshot](https://github.com/takase1121/lite-contextmenu/blob/master/assets/screenshot.jpg?raw=true))*", "version": "0.1", "remote": "https://github.com/takase1121/lite-contextmenu:5af041bf27319c6c26316c7fc8b7a60494be7d32", - "mod_version": 3, + "mod_version": "3", "id": "contextmenu" }, { @@ -109,7 +109,7 @@ "description": "Adds the current workspace and file to your Discord Rich Presence", "version": "0.1", "remote": "https://github.com/vincens2005/lite-xl-discord:93ac3abb7381fe6d5c9734e40c008cd26713f1a8", - "mod_version": 3, + "mod_version": "3", "id": "discord-presence" }, { @@ -124,14 +124,14 @@ "version": "0.1", "path": "plugins/editorconfig", "id": "editorconfig", - "mod_version": 3 + "mod_version": "3" }, { "checksum": "e3607f5107f4e42fd99006289b8214a473824c6973b8e9c637b4657eba763650", "description": "Make sure the file ends with one blank line.", "version": "0.1", "id": "eofnewline", - "mod_version": 3, + "mod_version": "3", "url": "https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline-xl.lua?raw=1" }, { @@ -145,7 +145,7 @@ "description": "Graphs y=x equations.", "version": "0.1", "remote": "https://github.com/ThaCuber/equationgrapher?raw=1:bd7056b5d4a6f6b98365e1a5e3e78e29ed843d13", - "mod_version": 3, + "mod_version": "3", "id": "equationgrapher" }, { @@ -159,7 +159,7 @@ "description": "Adds Treesitter syntax highlighting support", "version": "0.1", "remote": "https://github.com/TorchedSammy/Evergreen.lxl:c4058bfdedd27aee3b23319905b5df7b4ca52ef8", - "mod_version": 3, + "mod_version": "3", "id": "evergreen" }, { @@ -180,14 +180,14 @@ "description": "Allows to open an external console in current project directory", "version": "0.1", "remote": "https://github.com/ShadiestGoat/lite-xl-exterm:aca8827fc1af831890cffd3dd122debac72429c6", - "mod_version": 3, + "mod_version": "3", "id": "exterm" }, { "description": "Adds support for fallback fonts *([gif](https://raw.githubusercontent.com/takase1121/lite-fallback-fonts/master/assets/Iw18fI57J0.gif))*", "version": "0.1", "remote": "https://github.com/takase1121/lite-fallback-fonts:281cafc014f7931f041046f76496797695678bb4", - "mod_version": 3, + "mod_version": "3", "id": "fallbackfonts" }, { @@ -208,7 +208,7 @@ "description": "formatters for various languages", "version": "0.1", "remote": "https://github.com/vincens2005/lite-formatters:7e017080a967c01d437e484247a90c1ff52e8ef8", - "mod_version": 3, + "mod_version": "3", "id": "formatter" }, { @@ -222,14 +222,14 @@ "description": "Shows \"git blame\" information of a line *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-gitblame/main/screenshot_1.png))*", "version": "0.1", "remote": "https://github.com/juliardi/lite-xl-gitblame:6de7a97bb2b635ac667750f49087afd9980f2e06", - "mod_version": 3, + "mod_version": "3", "id": "gitblame" }, { "description": "highlight changed lines from git *([screenshot](https://raw.githubusercontent.com/vincens2005/lite-xl-gitdiff-highlight/master/screenshot.png))*", "version": "0.1", "remote": "https://github.com/vincens2005/lite-xl-gitdiff-highlight:12ddfa619054dfdd1ed86426d60b569dc536c43e", - "mod_version": 3, + "mod_version": "3", "id": "gitdiff_highlight" }, { @@ -250,7 +250,7 @@ "description": "Dark (or even Mica!) title bar for Lite XL", "version": "0.1", "remote": "https://github.com/takase1121/lite-xl-immersive-title:cf3a8029ac7154ea53ac819a95d44a6ff102f051", - "mod_version": 3, + "mod_version": "3", "id": "immersive-title" }, { @@ -278,7 +278,7 @@ "description": "Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console))", "version": "0.1", "remote": "https://github.com/Kode-Community/kinc_plugin:309fe4193a09cf739ed0a058b1a6966a463a1dbd", - "mod_version": 3, + "mod_version": "3", "name": "Kinc Projects", "id": "kinc-projects", "dependencies": { @@ -303,7 +303,7 @@ "description": "Syntax for the [AutoHotkey](https://www.autohotkey.com) programming language", "version": "0.1", "remote": "https://github.com/devPnal/lite-plugin-autohotkey:e1597623163ab9e1d99ec1e8ee75cbe95b3e5d91", - "mod_version": 3, + "mod_version": "3", "id": "language_autohotkey" }, { @@ -338,14 +338,14 @@ "description": "Syntax for [Containerfile](https://github.com/containers/common/blob/main/docs/Containerfile.5.md)/[Dockerfile](https://docs.docker.com/engine/reference/builder/)", "version": "0.1", "remote": "https://github.com/FilBot3/lite-xl-language-containerfile:2d5e46b1051c48d74f9b63f9844913c630d19b87", - "mod_version": 3, + "mod_version": "3", "id": "language_containerfile" }, { "description": "Syntax for the [Crystal](https://crystal-lang.org) programming language", "version": "0.1", "remote": "https://github.com/Tamnac/lite-plugin-crystal:1913a6dd23a7640b507943230291a15aecc3235d", - "mod_version": 3, + "mod_version": "3", "id": "language_crystal" }, { @@ -394,7 +394,7 @@ "description": "Syntax for the [env](https://hexdocs.pm/dotenvy/dotenv-file-format.html) (dotenv) files", "version": "0.1", "remote": "https://github.com/anthonyaxenov/lite-xl-env-syntax:89a4274af6a786963930d7a8fb542dfe61daa801", - "mod_version": 3, + "mod_version": "3", "id": "language_env" }, { @@ -478,7 +478,7 @@ "description": "Syntax for [.gitignore](https://git-scm.com/docs/gitignore), [.dockerignore](https://docs.docker.com/engine/reference/builder/#dockerignore-file) and some other `.*ignore` files", "version": "0.1", "remote": "https://github.com/anthonyaxenov/lite-xl-ignore-syntax:3a9a5e0ae03b82358473da5d1c6012944d65ea95", - "mod_version": 3, + "mod_version": "3", "id": "language_ignore" }, { @@ -521,7 +521,7 @@ "description": "Syntax for [Kaitai](http://kaitai.io/) struct files", "version": "0.1", "id": "language_ksy", - "mod_version": 3, + "mod_version": "3", "url": "https://raw.githubusercontent.com/whiteh0le/lite-plugins/main/plugins/language_ksy.lua?raw=1" }, { @@ -570,7 +570,7 @@ "description": "Syntax for [Nelua](http://nelua.io/) programming", "version": "0.1", "remote": "https://github.com/AKDev21/nelua-lite-xl:8bf0ec5e7bf2b8dc9d39e6ebaaa5344fc5969319", - "mod_version": 3, + "mod_version": "3", "id": "language_nelua" }, { @@ -640,7 +640,7 @@ "description": "Syntax for [Pony](https://www.ponylang.io/) programming language", "version": "0.1", "remote": "https://github.com/MrAnyx/lite-plugin-pony:34d9ec673eaa6c409bcef0febaa0a36cc3acdf4e", - "mod_version": 3, + "mod_version": "3", "id": "language_pony" }, { @@ -663,7 +663,7 @@ "path": "plugins/language_R.lua", "id": "language_r", "name": "language_R", - "mod_version": 3 + "mod_version": "3" }, { "description": "Syntax for the [ReScript](https://rescript-lang.org/) programming language", @@ -809,7 +809,7 @@ "description": "Advanced linter with ErrorLens-like error reporting. Compatible with linters made for `linter` *([screenshot](https://raw.githubusercontent.com/liquid600pgm/lintplus/master/screenshots/1.png))*", "version": "0.1", "remote": "https://github.com/liquid600pgm/lintplus:3268641818069070b270486a88966b2a8bfef97e", - "mod_version": 3, + "mod_version": "3", "id": "lintplus", "name": "lint+" }, @@ -817,35 +817,35 @@ "description": "Linters for multiple languages", "version": "0.1", "remote": "https://github.com/drmargarido/linters:eb1611eaade6e5328df5172bd3f759d853c33a31", - "mod_version": 3, + "mod_version": "3", "id": "linter" }, { "description": "Discord rich presence for Lite XL (display file editing in Discord)", "version": "0.1", "remote": "https://github.com/TorchedSammy/Litepresence:1985e8a59feaaea5085a5add2521293a11f6d376", - "mod_version": 3, + "mod_version": "3", "id": "litepresence" }, { "description": "Generates Lorem Ipsum placeholder dummy text", "version": "0.1", "remote": "https://github.com/sheetcoder/lorem:b2da386519850d6f91ef67097e50141b3b11a90e", - "mod_version": 3, + "mod_version": "3", "id": "lorem" }, { "description": "Provides code completion (also known as IntelliSense) using the Language Server Protocol", "version": "0.1", "remote": "https://github.com/lite-xl/lite-xl-lsp:a6a8f70d6304bd77c7588e0a652945002df7fbad", - "mod_version": 3, + "mod_version": "3", "id": "lsp" }, { "description": "Completion menu kind/type icons for Lite XL LSP", "version": "0.1", "remote": "https://github.com/TorchedSammy/lite-xl-lspkind:272ebd0010cd3e205cfb486b1bae889080fec437", - "mod_version": 3, + "mod_version": "3", "id": "lspkind" }, { @@ -944,7 +944,7 @@ "version": "0.1", "path": "plugins/profiler", "id": "profiler", - "mod_version": 3 + "mod_version": "3" }, { "description": "Show nesting of parentheses with rainbow colours", @@ -1058,7 +1058,7 @@ "description": "Theme manager with base16 themes", "version": "0.1", "remote": "https://github.com/monolifed/theme16:c39b33cb318d4baa2b4b9cc6e6370cb3ede3ef22", - "mod_version": 3, + "mod_version": "3", "id": "theme16" }, { @@ -1079,7 +1079,7 @@ "description": "Todo tree viewer for annotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT`", "version": "0.1", "remote": "https://github.com/drmargarido/TodoTreeView:a9371045ead3bc820224d3be55db6066398a11c5", - "mod_version": 3, + "mod_version": "3", "id": "todotreeview" }, { @@ -1093,7 +1093,7 @@ "description": "Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-menu-extender/main/screenshot.png))*", "version": "0.1", "remote": "https://github.com/juliardi/lite-xl-treeview-menu-extender:bd9063e453b4024dcd0bf6a4f775ded32ca24d1f", - "mod_version": 3, + "mod_version": "3", "id": "treeview-menu-extender" }, { @@ -1114,28 +1114,28 @@ "description": "Automatically checks for updates and notifies you", "version": "0.1", "remote": "https://github.com/vincens2005/lite-xl-updatechecker:3478abd43618da857d4315bcc8fddf08c27e1150", - "mod_version": 3, + "mod_version": "3", "id": "updatechecker" }, { "description": "VI(vim?) bindings with a hint of DOOM Emacs, for lite-xl", "version": "0.1", "remote": "https://github.com/eugenpt/lite-xl-vibe:651c4fc55a285eeacbf5992b355d9c80f4fc78cb", - "mod_version": 3, + "mod_version": "3", "id": "vibe" }, { "description": "Audio visualizer for Lite XL", "version": "0.1", "remote": "https://github.com/TorchedSammy/Visu:782c7b1ebde38dad2c3c6a1c1dee6761230dea16", - "mod_version": 3, + "mod_version": "3", "id": "visu" }, { "description": "Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins", "version": "0.1", "remote": "https://github.com/lite-xl/lite-xl-widgets:a632bfdf7c66bacc272fe2c962621cd9860058e1", - "mod_version": 3, + "mod_version": "3", "id": "widget" }, { -- cgit v1.2.3 From 350cbc7e50e30f00b479062e5295fbdd45cc843f Mon Sep 17 00:00:00 2001 From: Guldoman Date: Wed, 4 Jan 2023 19:24:49 +0100 Subject: Fix manifest link in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13dba2c..90479bb 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ you may install plugins by doing ``` *Note: if you make a pull request, the manifest.json file should be updated to -include any new plugins added, as specified in the [lite-xl plugin manifest specification] -(https://github.com/adamharrison/lite-xl-plugin-manager/blob/master/SPEC.md).* +include any new plugins added, as specified in the +[lite-xl plugin manifest specification](https://github.com/adamharrison/lite-xl-plugin-manager/blob/master/SPEC.md).* *Please note, that in this official repository, any plugins that specify a `remote` must also pin the remote to a specific commit hash. Any plugin that is hosted not in a repository, -- cgit v1.2.3 From b2320c423ba37e02a9867839c13d5eab4d5b4d33 Mon Sep 17 00:00:00 2001 From: Merlin Volkmer <49447733+Meerschwein@users.noreply.github.com> Date: Wed, 4 Jan 2023 19:49:31 +0100 Subject: add language_nix (#189) * add language_nix * formatting and a tweak to paths * add string escaping * add manifest entry * fix search paths * remove unnecessary string escaping * remove entry in README * simplify comments --- manifest.json | 7 ++++ plugins/language_nix.lua | 87 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 plugins/language_nix.lua diff --git a/manifest.json b/manifest.json index 98aecb8..71143d1 100644 --- a/manifest.json +++ b/manifest.json @@ -587,6 +587,13 @@ "id": "language_nim", "mod_version": "3" }, + { + "description": "Syntax for the [Nix](https://nixos.wiki/wiki/Overview_of_the_Nix_Language) expression language", + "version": "0.1", + "path": "plugins/language_nix.lua", + "id": "language_nix", + "mod_version": "3" + }, { "description": "Syntax for the [Objective C](https://en.wikipedia.org/wiki/Objective-C) programming language", "version": "0.1", diff --git a/plugins/language_nix.lua b/plugins/language_nix.lua new file mode 100644 index 0000000..149c2fa --- /dev/null +++ b/plugins/language_nix.lua @@ -0,0 +1,87 @@ +-- mod-version:3 +-- https://nixos.wiki/wiki/Overview_of_the_Nix_Language +local syntax = require "core.syntax" + +local function merge_tables(a, b) + for _, v in pairs(b) do + table.insert(a, v) + end +end + +local default_symbols = { + ["import"] = "keyword2", + ["with"] = "keyword2", + ["builtins"] = "keyword2", + ["inherit"] = "keyword2", + ["assert"] = "keyword2", + ["let"] = "keyword2", + ["in"] = "keyword2", + ["rec"] = "keyword2", + ["if"] = "keyword", + ["else"] = "keyword", + ["then"] = "keyword", + ["true"] = "literal", + ["false"] = "literal", + ["null"] = "literal", +} + +local default_patterns = {} + +local string_interpolation = { + { pattern = {"%${", "}"}, type = "keyword2", syntax = { + patterns = default_patterns, + symbols = default_symbols, + }}, + { pattern = "[%S][%w]*", type = "string" }, +} + +merge_tables(default_patterns, { + { pattern = "#.*", type = "comment" }, + { pattern = {"/%*", "%*/"}, type = "comment" }, + { pattern = "-?%.?%d+", type = "number" }, + + -- interpolation + { pattern = {"%${", "}"}, type = "keyword2", syntax = { + patterns = default_patterns, + symbols = default_symbols, + }}, + { pattern = {'"', '"', '\\'}, type = "string", syntax = { + patterns = string_interpolation, + symbols = {}, + }}, + { pattern = {"''", "''"}, type = "string", syntax = { + patterns = string_interpolation, + symbols = {}, + }}, + + -- operators + { pattern = "[%+%-%?!>%*]", type = "operator" }, + { pattern = "/ ", type = "operator" }, + { pattern = "< ", type = "operator" }, + { pattern = "//", type = "operator" }, + { pattern = "&&", type = "operator" }, + { pattern = "%->", type = "operator" }, + { pattern = "||", type = "operator" }, + { pattern = "==", type = "operator" }, + { pattern = "!=", type = "operator" }, + { pattern = ">=", type = "operator" }, + { pattern = "<=", type = "operator" }, + + -- paths (function because its not used otherwise) + { pattern = "%.?%.?/[^%s%[%]%(%){};,:]+", type = "function" }, + { pattern = "~/[^%s%[%]%(%){};,:]+", type = "function" }, + { pattern = {"<", ">"}, type = "function" }, + + -- every other symbol + { pattern = "[%a%-%_][%w%-%_]*", type = "symbol" }, + { pattern = ";%.,:", type = "normal" }, +}) + +syntax.add { + name = "Nix", + files = {"%.nix$"}, + comment = "#", + block_comment = {"/*", "*/"}, + patterns = default_patterns, + symbols = default_symbols, +} -- cgit v1.2.3 From 05887e4071ca0bf65712bb95f6b3f61b8c85c868 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Wed, 4 Jan 2023 18:49:48 +0000 Subject: [CI] Updated README.md. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90479bb..cf8c634 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_nelua`](https://github.com/AKDev21/nelua-lite-xl)\* | Syntax for [Nelua](http://nelua.io/) programming | | [`language_nginx`](plugins/language_nginx.lua?raw=1) | Syntax for [Nginx](https://www.nginx.com/) config files | | [`language_nim`](plugins/language_nim.lua?raw=1) | Syntax for the [Nim](https://nim-lang.org) programming language | +| [`language_nix`](plugins/language_nix.lua?raw=1) | Syntax for the [Nix](https://nixos.wiki/wiki/Overview_of_the_Nix_Language) expression language | | [`language_objc`](plugins/language_objc.lua?raw=1) | Syntax for the [Objective C](https://en.wikipedia.org/wiki/Objective-C) programming language | | [`language_odin`](plugins/language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language | | [`language_perl`](plugins/language_perl.lua?raw=1) | Syntax for the [Perl](https://perl.org) programming language | -- cgit v1.2.3 From 253e1ac2ef2c648cbf0ad033cbfbaedeb0561d49 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Thu, 5 Jan 2023 16:09:53 -0500 Subject: Added debugger and build to plugin list. --- manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/manifest.json b/manifest.json index 71143d1..feac449 100644 --- a/manifest.json +++ b/manifest.json @@ -56,6 +56,13 @@ "id": "bracketmatch", "mod_version": "3" }, + { + "description": "Provides a build system, messages window, and easily clickable errors. Supports an internal build system, and `make`. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/build.png))*", + "version": "0.1", + "remote": "https://github.com/adamharrison/lite-xl-ide.git:445345f2b25898404879dacbd7709f8a7c7b0795", + "id": "build", + "mod_version": "3" + }, { "description": "Centers document's content on the screen and adds zen mode support *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))*", "version": "0.1", @@ -105,6 +112,13 @@ "id": "datetimestamps", "mod_version": "3" }, + { + "description": "Provides a debugger integration, with pluggable backends. Currently supports only gdb. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/debugger.png))*", + "version": "0.1", + "remote": "https://github.com/adamharrison/lite-xl-ide.git:445345f2b25898404879dacbd7709f8a7c7b0795", + "id": "debugger", + "mod_version": "3" + }, { "description": "Adds the current workspace and file to your Discord Rich Presence", "version": "0.1", -- cgit v1.2.3 From be0fd515b04ccbdc2bd952a38876b8afa506f7cb Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Thu, 5 Jan 2023 16:31:56 -0500 Subject: Added in plugin_manager stub. --- manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifest.json b/manifest.json index 71143d1..e9136d1 100644 --- a/manifest.json +++ b/manifest.json @@ -939,6 +939,13 @@ "id": "pdfview", "mod_version": "3" }, + { + "description": "A plugin manager view for lite-xl that provides GUI access to `lpm`", + "version": "0.1", + "remote": "https://github.com/lite-xl/lite-xl-plugin-manager.git:3e5d5b0827058f2eeddfb166d8128fc086a87e28", + "id": "plugin_manager", + "mod_version": "3" + }, { "description": "Adds middle mouse click copy/paste (primary selection). To use this plugin, `xclip` must be installed.", "version": "0.1", -- cgit v1.2.3 From 552a73287b3bfc542a927326284d2a54c84a55ed Mon Sep 17 00:00:00 2001 From: Guldoman Date: Fri, 6 Jan 2023 01:35:38 +0100 Subject: `spellcheck`: Add cache (#179) --- plugins/spellcheck.lua | 100 +++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 85 insertions(+), 15 deletions(-) diff --git a/plugins/spellcheck.lua b/plugins/spellcheck.lua index 29db94c..fbe40f9 100644 --- a/plugins/spellcheck.lua +++ b/plugins/spellcheck.lua @@ -5,6 +5,7 @@ local config = require "core.config" local command = require "core.command" local common = require "core.common" local DocView = require "core.docview" +local Highlighter = require "core.doc.highlighter" local Doc = require "core.doc" local platform_dictionary_file @@ -24,6 +25,58 @@ local last_input_time = 0 local word_pattern = "%a+" local words +local spell_cache = setmetatable({}, { __mode = "k" }) +local font_canary +local font_size_canary + + +-- Move cache to make space for new lines +local prev_insert_notify = Highlighter.insert_notify +function Highlighter:insert_notify(line, n, ...) + prev_insert_notify(self, line, n, ...) + local blanks = { } + if not spell_cache[self] then + spell_cache[self] = {} + end + for i = 1, n do + blanks[i] = false + end + common.splice(spell_cache[self], line, 0, blanks) +end + + +-- Close the cache gap created by removed lines +local prev_remove_notify = Highlighter.remove_notify +function Highlighter:remove_notify(line, n, ...) + prev_remove_notify(self, line, n, ...) + if not spell_cache[self] then + spell_cache[self] = {} + end + common.splice(spell_cache[self], line, n) +end + + +-- Remove changed lines from the cache +local prev_tokenize_line = Highlighter.tokenize_line +function Highlighter:tokenize_line(idx, state, ...) + local res = prev_tokenize_line(self, idx, state, ...) + if not spell_cache[self] then + spell_cache[self] = {} + end + spell_cache[self][idx] = false + return res +end + +local function reset_cache() + for i=1,#spell_cache do + local cache = spell_cache[i] + for j=1,#cache do + cache[j] = false + end + end +end + + local function load_dictionary() core.add_thread(function() local t = {} @@ -61,7 +114,6 @@ end local text_input = Doc.text_input - function Doc:text_input(...) text_input(self, ...) last_input_time = system.get_time() @@ -69,7 +121,6 @@ end local draw_line_text = DocView.draw_line_text - function DocView:draw_line_text(idx, x, y) local lh = draw_line_text(self, idx, x, y) @@ -83,20 +134,39 @@ function DocView:draw_line_text(idx, x, y) return lh end - local s, e = 0, 0 - local text = self.doc.lines[idx] - - while true do - s, e = text:find(word_pattern, e + 1) - if not s then break end - local word = text:sub(s, e):lower() - if not words[word] and not active_word(self.doc, idx, e + 1) then - local color = style.spellcheck_error or style.syntax.keyword2 - local x1, y1 = self:get_line_screen_position(idx, s) - local x2, y2 = self:get_line_screen_position(idx, e + 1) - local h = math.ceil(1 * SCALE) - renderer.draw_rect(x1, y1 + self:get_line_height() - h, x2 - x1, h, color) + if font_canary ~= style.code_font + or font_size_canary ~= style.code_font:get_size() + then + spell_cache[self.doc.highlighter] = {} + font_canary = style.code_font + font_size_canary = style.code_font:get_size() + reset_cache() + end + if not spell_cache[self.doc.highlighter][idx] then + local calculated = {} + local s, e = 0, 0 + local text = self.doc.lines[idx] + + while true do + s, e = text:find(word_pattern, e + 1) + if not s then break end + local word = text:sub(s, e):lower() + if not words[word] and not active_word(self.doc, idx, e + 1) then + table.insert(calculated, self:get_col_x_offset(idx, s)) + table.insert(calculated, self:get_col_x_offset(idx, e + 1)) + end end + + spell_cache[self.doc.highlighter][idx] = calculated + end + + local color = style.spellcheck_error or style.syntax.keyword2 + local h = math.ceil(1 * SCALE) + local lh = self:get_line_height() + local calculated = spell_cache[self.doc.highlighter][idx] + for i=1,#calculated,2 do + local x1, x2 = calculated[i] + x, calculated[i+1] + x + renderer.draw_rect(x1, y + lh - h, x2 - x1, h, color) end return lh end -- cgit v1.2.3 From 9385bd0f18ff02df02cc8bc500c04d671f35e9fa Mon Sep 17 00:00:00 2001 From: jgmdev Date: Fri, 6 Jan 2023 11:33:53 -0400 Subject: settings: updated to use new widgets path --- manifest.json | 2 +- plugins/settings.lua | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/manifest.json b/manifest.json index 71143d1..c233dab 100644 --- a/manifest.json +++ b/manifest.json @@ -997,7 +997,7 @@ }, { "description": "Provides a GUI to manage core and plugin settings, bindings and select color theme *([video](https://user-images.githubusercontent.com/1702572/169743674-ececae24-f6b7-4ff2-bfa2-c4762cd327d9.mp4))*. (depends on [`widget`](https://github.com/lite-xl/lite-xl-widgets))", - "version": "0.1", + "version": "0.2", "path": "plugins/settings.lua", "id": "settings", "mod_version": "3" diff --git a/plugins/settings.lua b/plugins/settings.lua index 17ce998..cad9641 100644 --- a/plugins/settings.lua +++ b/plugins/settings.lua @@ -15,22 +15,22 @@ if not widget_found then return end -local Label = require "widget.label" -local Line = require "widget.line" -local NoteBook = require "widget.notebook" -local Button = require "widget.button" -local TextBox = require "widget.textbox" -local SelectBox = require "widget.selectbox" -local NumberBox = require "widget.numberbox" -local Toggle = require "widget.toggle" -local ListBox = require "widget.listbox" -local FoldingBook = require "widget.foldingbook" -local FontsList = require "widget.fontslist" -local ItemsList = require "widget.itemslist" -local KeybindingDialog = require "widget.keybinddialog" -local Fonts = require "widget.fonts" -local FilePicker = require "widget.filepicker" -local MessageBox = require "widget.messagebox" +local Label = require "libraries.widget.label" +local Line = require "libraries.widget.line" +local NoteBook = require "libraries.widget.notebook" +local Button = require "libraries.widget.button" +local TextBox = require "libraries.widget.textbox" +local SelectBox = require "libraries.widget.selectbox" +local NumberBox = require "libraries.widget.numberbox" +local Toggle = require "libraries.widget.toggle" +local ListBox = require "libraries.widget.listbox" +local FoldingBook = require "libraries.widget.foldingbook" +local FontsList = require "libraries.widget.fontslist" +local ItemsList = require "libraries.widget.itemslist" +local KeybindingDialog = require "libraries.widget.keybinddialog" +local Fonts = require "libraries.widget.fonts" +local FilePicker = require "libraries.widget.filepicker" +local MessageBox = require "libraries.widget.messagebox" ---@class plugins.settings local settings = {} -- cgit v1.2.3 From 770c225441e49e5f7a8e1a7940849e5877903d7c Mon Sep 17 00:00:00 2001 From: Jefferson González Date: Fri, 6 Jan 2023 14:16:51 -0400 Subject: added plugins: thread, encoding and net (#193) --- manifest.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/manifest.json b/manifest.json index c233dab..2fa19c5 100644 --- a/manifest.json +++ b/manifest.json @@ -126,6 +126,22 @@ "id": "editorconfig", "mod_version": "3" }, + { + "description": "Add support for detecting file and string encodings as converting between them.", + "version": "1.1", + "type": "library", + "remote": "https://github.com/jgmdev/lite-xl-encoding:b1ddf226277ea12a03ed9db2ddda458988020e91", + "mod_version": "3", + "id": "encoding" + }, + { + "description": "Properly read files that are not encoded in UTF-8 or ASCII by auto-detecting their encoding and allows saving on different text encodings.", + "version": "1.0", + "remote": "https://github.com/jgmdev/lite-xl-encoding:b1ddf226277ea12a03ed9db2ddda458988020e91", + "mod_version": "3", + "id": "encodings", + "dependencies": { "encoding": { } } + }, { "checksum": "e3607f5107f4e42fd99006289b8214a473824c6973b8e9c637b4657eba763650", "description": "Make sure the file ends with one blank line.", @@ -190,6 +206,15 @@ "mod_version": "3", "id": "fallbackfonts" }, + { + "name": "Multithreaded Find File", + "description": "Threaded project find files.", + "version": "1.0", + "remote": "https://github.com/jgmdev/lite-xl-threads:e61ffd28fc852b143fe468c4b43c68d605f22335", + "mod_version": "3", + "id": "findfileimproved", + "dependencies": { "thread": { } } + }, { "description": "Allows users to load fonts with [fontconfig](https://www.freedesktop.org/software/fontconfig/fontconfig-user.html).", "version": "0.1", @@ -897,6 +922,14 @@ "id": "navigate", "mod_version": "3" }, + { + "description": "Add support for TCP and UDP sockets using SDL_net.", + "version": "1.1", + "type": "library", + "remote": "https://github.com/jgmdev/lite-xl-net:a1930395c89e24344db686f2e83ce67a602c5dbf", + "mod_version": "3", + "id": "net" + }, { "description": "File icons set for TreeView. Download [font](https://github.com/yamatsum/nonicons/raw/6a2faf4fbdfbe353c5ae6a496740ac4bfb6d0e74/dist/nonicons.ttf) to your config/fonts folder", "version": "0.1", @@ -953,6 +986,15 @@ "id": "profiler", "mod_version": "3" }, + { + "name": "Multithreaded Project Search", + "description": "Threaded project search with 5-10x better performance.", + "version": "1.2", + "remote": "https://github.com/jgmdev/lite-xl-threads:e61ffd28fc852b143fe468c4b43c68d605f22335", + "mod_version": "3", + "id": "projectsearch", + "dependencies": { "thread": { } } + }, { "description": "Show nesting of parentheses with rainbow colours", "version": "0.1", @@ -1096,6 +1138,15 @@ "id": "togglesnakecamel", "mod_version": "3" }, + { + "name": "Threads", + "description": "Adds the missing multithreading functionality.", + "version": "1.1", + "type": "library", + "remote": "https://github.com/jgmdev/lite-xl-threads:e61ffd28fc852b143fe468c4b43c68d605f22335", + "mod_version": "3", + "id": "thread" + }, { "description": "Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-menu-extender/main/screenshot.png))*", "version": "0.1", -- cgit v1.2.3 From bd3b6696559faaf995be875cbb588ab86e9c43e4 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Fri, 6 Jan 2023 18:17:08 +0000 Subject: [CI] Updated README.md. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cf8c634..99d9a0c 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`discord-presence`](https://github.com/vincens2005/lite-xl-discord)\* | Adds the current workspace and file to your Discord Rich Presence | | [`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document) | | [`editorconfig`](plugins/editorconfig) | [EditorConfig](https://editorconfig.org/) implementation for Lite XL | +| [`encoding`](https://github.com/jgmdev/lite-xl-encoding)\* | Add support for detecting file and string encodings as converting between them. | +| [`encodings`](https://github.com/jgmdev/lite-xl-encoding)\* | Properly read files that are not encoded in UTF-8 or ASCII by auto-detecting their encoding and allows saving on different text encodings. | | [`eofnewline`](https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline-xl.lua?raw=1) | Make sure the file ends with one blank line. | | [`ephemeral_tabs`](plugins/ephemeral_tabs.lua?raw=1) | Preview tabs. Opening a doc will replace the contents of the preview tab. Marks tabs as non-preview on any change or tab double clicking. | | [`equationgrapher`](https://github.com/ThaCuber/equationgrapher?raw=1)\* | Graphs y=x equations. | @@ -166,7 +168,10 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`memoryusage`](plugins/memoryusage.lua?raw=1) | Show memory usage in the status view | | [`minimap`](plugins/minimap.lua?raw=1) | Shows a minimap on the right-hand side of the docview. Taken from [@andsve](https://github.com/andsve/lite-plugins/tree/minimap-plugin), and improved upon. | | [`motiontrail`](plugins/motiontrail.lua?raw=1) | Adds a motion-trail to the caret *([gif](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))* | +| [`Multithreaded Find File`](https://github.com/jgmdev/lite-xl-threads)\* | Threaded project find files. | +| [`Multithreaded Project Search`](https://github.com/jgmdev/lite-xl-threads)\* | Threaded project search with 5-10x better performance. | | [`navigate`](plugins/navigate.lua?raw=1) | Allows moving back and forward between document positions, reducing the amount of scrolling | +| [`net`](https://github.com/jgmdev/lite-xl-net)\* | Add support for TCP and UDP sockets using SDL_net. | | [`nonicons`](plugins/nonicons.lua?raw=1) | File icons set for TreeView. Download [font](https://github.com/yamatsum/nonicons/raw/6a2faf4fbdfbe353c5ae6a496740ac4bfb6d0e74/dist/nonicons.ttf) to your config/fonts folder | | [`opacity`](plugins/opacity.lua?raw=1) | Change the opaqueness/transparency of `lite-xl` using shift+mousewheel or a command. | | [`open_ext`](plugins/open_ext.lua?raw=1) | Automatically prompts you if you tried to open a binary file in the editor | @@ -192,6 +197,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`texcompile`](plugins/texcompile.lua?raw=1) | Compile Tex files into PDF | | [`theme16`](https://github.com/monolifed/theme16)\* | Theme manager with base16 themes | | [`themeselect`](plugins/themeselect.lua?raw=1) | Select a theme based on filename of active document | +| [`Threads`](https://github.com/jgmdev/lite-xl-threads)\* | Adds the missing multithreading functionality. | | [`titleize`](plugins/titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`) | | [`todotreeview`](https://github.com/drmargarido/TodoTreeView)\* | Todo tree viewer for annotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT` | | [`togglesnakecamel`](plugins/togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase` | -- cgit v1.2.3 From 351cd2d98f87898e84bb8a7fef0f970c4d94d38d Mon Sep 17 00:00:00 2001 From: jgmdev Date: Fri, 6 Jan 2023 18:20:19 -0400 Subject: settings: corrected widgets pcall require --- plugins/settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/settings.lua b/plugins/settings.lua index cad9641..4b4ff04 100644 --- a/plugins/settings.lua +++ b/plugins/settings.lua @@ -9,7 +9,7 @@ local View = require "core.view" local DocView = require "core.docview" -- check if widget is installed before proceeding -local widget_found, Widget = pcall(require, "widget") +local widget_found, Widget = pcall(require, "libraries.widget") if not widget_found then core.error("Widget library not found: https://github.com/lite-xl/lite-xl-widgets") return -- cgit v1.2.3 From 07d33a93090b5c8ae40141f1b80ae63b5110d1c7 Mon Sep 17 00:00:00 2001 From: jgmdev Date: Fri, 6 Jan 2023 18:29:18 -0400 Subject: ipc: fixed issue when settings gui fails to load --- manifest.json | 4 ++-- plugins/ipc.lua | 2 +- plugins/settings.lua | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 2fa19c5..d6be566 100644 --- a/manifest.json +++ b/manifest.json @@ -294,7 +294,7 @@ }, { "description": "Adds inter-process communication support", - "version": "0.1", + "version": "0.2", "path": "plugins/ipc.lua", "id": "ipc", "mod_version": "3" @@ -1039,7 +1039,7 @@ }, { "description": "Provides a GUI to manage core and plugin settings, bindings and select color theme *([video](https://user-images.githubusercontent.com/1702572/169743674-ececae24-f6b7-4ff2-bfa2-c4762cd327d9.mp4))*. (depends on [`widget`](https://github.com/lite-xl/lite-xl-widgets))", - "version": "0.2", + "version": "0.3", "path": "plugins/settings.lua", "id": "settings", "mod_version": "3" diff --git a/plugins/ipc.lua b/plugins/ipc.lua index 0f9a172..16eab5d 100644 --- a/plugins/ipc.lua +++ b/plugins/ipc.lua @@ -866,7 +866,7 @@ end local system_get_time = system.get_time system.get_time = function() - if settings_found and not settings.ui then + if settings_found and settings and not settings.ui then return system_get_time() end diff --git a/plugins/settings.lua b/plugins/settings.lua index 4b4ff04..ec722bc 100644 --- a/plugins/settings.lua +++ b/plugins/settings.lua @@ -12,7 +12,7 @@ local DocView = require "core.docview" local widget_found, Widget = pcall(require, "libraries.widget") if not widget_found then core.error("Widget library not found: https://github.com/lite-xl/lite-xl-widgets") - return + return false end local Label = require "libraries.widget.label" -- cgit v1.2.3 From 3dbe2e1b10a5911e858da9442bba099b794b817b Mon Sep 17 00:00:00 2001 From: jgmdev Date: Sun, 8 Jan 2023 05:32:10 -0400 Subject: settings: added ability to filter keybinds --- manifest.json | 2 +- plugins/settings.lua | 27 ++++++++++++++++++++++++--- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index d6be566..5359c8a 100644 --- a/manifest.json +++ b/manifest.json @@ -1039,7 +1039,7 @@ }, { "description": "Provides a GUI to manage core and plugin settings, bindings and select color theme *([video](https://user-images.githubusercontent.com/1702572/169743674-ececae24-f6b7-4ff2-bfa2-c4762cd327d9.mp4))*. (depends on [`widget`](https://github.com/lite-xl/lite-xl-widgets))", - "version": "0.3", + "version": "0.4", "path": "plugins/settings.lua", "id": "settings", "mod_version": "3" diff --git a/plugins/settings.lua b/plugins/settings.lua index ec722bc..d6c524e 100644 --- a/plugins/settings.lua +++ b/plugins/settings.lua @@ -1624,11 +1624,13 @@ function Settings:load_keymap_settings() end table.sort(ordered) + ---@type widget.textbox + local textbox = TextBox(self.keybinds, "", "filter bindings...") + ---@type widget.listbox local listbox = ListBox(self.keybinds) listbox.border.width = 0 - listbox:enable_expand(true) listbox:add_column("Command") listbox:add_column("Bindings") @@ -1653,8 +1655,15 @@ function Settings:load_keymap_settings() }, name) end - function listbox:on_row_click(idx, data) - if not keymap_dialog:is_visible() then + function textbox:on_change(value) + listbox:filter(value) + end + + function listbox:on_mouse_pressed(button, x, y, clicks) + listbox.super.on_mouse_pressed(self, button, x, y, clicks) + local idx = listbox:get_selected() + local data = listbox:get_row_data(idx) + if clicks == 2 and not keymap_dialog:is_visible() then local bindings = { keymap.get_binding(data) } keymap_dialog:set_bindings(bindings) keymap_dialog.row_id = idx @@ -1663,6 +1672,14 @@ function Settings:load_keymap_settings() keymap_dialog:show() end end + + ---@param self widget + function self.keybinds:update_positions() + textbox:set_position(0, 0) + textbox:set_size(self:get_width() - self.border.width * 2) + listbox:set_position(0, textbox:get_bottom()) + listbox:set_size(self:get_width() - self.border.width * 2, self:get_height() - textbox:get_height()) + end end function Settings:setup_about() @@ -1819,6 +1836,10 @@ function Settings:update() end end + if self.keybinds:is_visible() then + self.keybinds:update_positions() + end + if self.about:is_visible() then self.about:update_positions() end -- cgit v1.2.3 From 97509fc27cda4c2a423513a33287865fdb283cd6 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Tue, 10 Jan 2023 02:16:32 +0000 Subject: [CI] Updated README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 99d9a0c..5d7dd97 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`bigclock`](plugins/bigclock.lua?raw=1) | Shows the current time and date in a view with large text *([screenshot](https://user-images.githubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))* | | [`black`](https://git.sr.ht/~tmpod/black-lite)\* | Integrates the [black](https://github.com/psf/black) Python formatter with lite | | [`bracketmatch`](plugins/bracketmatch.lua?raw=1) | Underlines matching pair for bracket under the caret *([screenshot](https://user-images.githubusercontent.com/3920290/80132745-0c863f00-8594-11ea-8875-c455c6fd7eae.png))* | +| [`build`](https://github.com/adamharrison/lite-xl-ide.git)\* | Provides a build system, messages window, and easily clickable errors. Supports an internal build system, and `make`. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/build.png))* | | [`centerdoc`](plugins/centerdoc.lua?raw=1) | Centers document's content on the screen and adds zen mode support *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))* | | [`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))* | | [`console`](https://github.com/franko/console)\* | A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))* | @@ -55,6 +56,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard | | [`custom_caret`](plugins/custom_caret.lua?raw=1) | Customize the caret in the editor | | [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps | +| [`debugger`](https://github.com/adamharrison/lite-xl-ide.git)\* | Provides a debugger integration, with pluggable backends. Currently supports only gdb. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/debugger.png))* | | [`discord-presence`](https://github.com/vincens2005/lite-xl-discord)\* | Adds the current workspace and file to your Discord Rich Presence | | [`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document) | | [`editorconfig`](plugins/editorconfig) | [EditorConfig](https://editorconfig.org/) implementation for Lite XL | @@ -178,6 +180,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`openfilelocation`](plugins/openfilelocation.lua?raw=1) | Opens the parent directory of the current file in the file manager | | [`openselected`](plugins/openselected.lua?raw=1) | Opens the selected filename or url | | [`pdfview`](plugins/pdfview.lua?raw=1) | PDF preview for TeX files | +| [`plugin_manager`](https://github.com/lite-xl/lite-xl-plugin-manager.git)\* | A plugin manager view for lite-xl that provides GUI access to `lpm` | | [`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) | | [`rainbowparen`](plugins/rainbowparen.lua?raw=1) | Show nesting of parentheses with rainbow colours | -- cgit v1.2.3 From 306fb17d9476e87c46bb926a1d42aebc9988332e Mon Sep 17 00:00:00 2001 From: jgmdev Date: Thu, 12 Jan 2023 21:50:26 -0400 Subject: settings: added color config widget support --- manifest.json | 6 +++--- plugins/settings.lua | 14 +++++++++++++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index e919107..86bce40 100644 --- a/manifest.json +++ b/manifest.json @@ -1060,7 +1060,7 @@ }, { "description": "Provides a GUI to manage core and plugin settings, bindings and select color theme *([video](https://user-images.githubusercontent.com/1702572/169743674-ececae24-f6b7-4ff2-bfa2-c4762cd327d9.mp4))*. (depends on [`widget`](https://github.com/lite-xl/lite-xl-widgets))", - "version": "0.4", + "version": "0.5", "path": "plugins/settings.lua", "id": "settings", "mod_version": "3" @@ -1212,8 +1212,8 @@ }, { "description": "Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins", - "version": "0.1", - "remote": "https://github.com/lite-xl/lite-xl-widgets:a632bfdf7c66bacc272fe2c962621cd9860058e1", + "version": "0.2", + "remote": "https://github.com/lite-xl/lite-xl-widgets:46ed39168cea8db3f792c0346dd37c74141cfba4", "mod_version": "3", "id": "widget" }, diff --git a/plugins/settings.lua b/plugins/settings.lua index d6c524e..d3af077 100644 --- a/plugins/settings.lua +++ b/plugins/settings.lua @@ -30,6 +30,7 @@ local ItemsList = require "libraries.widget.itemslist" local KeybindingDialog = require "libraries.widget.keybinddialog" local Fonts = require "libraries.widget.fonts" local FilePicker = require "libraries.widget.filepicker" +local ColorPicker = require "libraries.widget.colorpicker" local MessageBox = require "libraries.widget.messagebox" ---@class plugins.settings @@ -53,7 +54,8 @@ settings.type = { BUTTON = 6, FONT = 7, FILE = 8, - DIRECTORY = 9 + DIRECTORY = 9, + COLOR = 10 } ---@alias settings.types @@ -65,6 +67,8 @@ settings.type = { ---| `settings.type.BUTTON` ---| `settings.type.FONT` ---| `settings.type.FILE` +---| `settings.type.DIRECTORY` +---| `settings.type.COLOR` ---Represents a setting to render on a settings pane. ---@class settings.option @@ -1261,6 +1265,14 @@ local function add_control(pane, option, plugin_name) file.filters = option.filters or {} widget = file found = true + + elseif option.type == settings.type.COLOR then + ---@type widget.label + Label(pane, option.label .. ":") + ---@type widget.colorpicker + local color = ColorPicker(pane, option_value) + widget = color + found = true end if widget and type(path) ~= "nil" then -- cgit v1.2.3 From 636a7044c7cc49c1bf458d30069d41b1502a3e14 Mon Sep 17 00:00:00 2001 From: jgmdev Date: Thu, 12 Jan 2023 21:51:26 -0400 Subject: minimap: use settings new color widget support --- manifest.json | 2 +- plugins/minimap.lua | 33 ++++++++++++--------------------- 2 files changed, 13 insertions(+), 22 deletions(-) diff --git a/manifest.json b/manifest.json index 86bce40..0f0e79b 100644 --- a/manifest.json +++ b/manifest.json @@ -917,7 +917,7 @@ }, { "description": "Shows a minimap on the right-hand side of the docview. Taken from [@andsve](https://github.com/andsve/lite-plugins/tree/minimap-plugin), and improved upon.", - "version": "0.1", + "version": "0.2", "path": "plugins/minimap.lua", "id": "minimap", "mod_version": "3" diff --git a/plugins/minimap.lua b/plugins/minimap.lua index 75eb272..ac94849 100644 --- a/plugins/minimap.lua +++ b/plugins/minimap.lua @@ -135,29 +135,21 @@ config.plugins.minimap = common.merge({ }, { label = "Selection Color", - description = "Background color of selected text in html notation eg: #FFFFFF. Leave empty to use default.", - path = "selection_color_html", - type = "string", - on_apply = function(value) - if value and value:match("#%x%x%x%x%x%x") then - config.plugins.minimap.selection_color = { common.color(value) } - else - config.plugins.minimap.selection_color = nil - end - end + description = "Background color of selected text.", + path = "selection_color", + type = "color", + default = string.format("#%02X%02X%02X%02X", + style.dim[1], style.dim[2], style.dim[3], style.dim[4] + ) }, { label = "Caret Color", - description = "Background color of active line in html notation eg: #FFFFFF. Leave empty to use default.", - path = "caret_color_html", - type = "string", - on_apply = function(value) - if value and value:match("#%x%x%x%x%x%x") then - config.plugins.minimap.caret_color = { common.color(value) } - else - config.plugins.minimap.caret_color = nil - end - end + description = "Background color of active line.", + path = "caret_color", + type = "color", + default = string.format("#%02X%02X%02X%02X", + style.caret[1], style.caret[2], style.caret[3], style.caret[4] + ) }, { label = "Highlight Alignment", @@ -663,4 +655,3 @@ command.add("core.docview!", { }) return MiniMap - -- cgit v1.2.3 From aebce8ccf05f2c27d21b475149278193b9d70d43 Mon Sep 17 00:00:00 2001 From: jgmdev Date: Thu, 12 Jan 2023 21:57:59 -0400 Subject: added colorpicker plugin --- manifest.json | 11 +++++++++- plugins/colorpicker.lua | 56 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 plugins/colorpicker.lua diff --git a/manifest.json b/manifest.json index 0f0e79b..f284381 100644 --- a/manifest.json +++ b/manifest.json @@ -70,6 +70,14 @@ "id": "centerdoc", "mod_version": "3" }, + { + "description": "Color picker dialog that supports html and rgb notations.", + "version": "0.1", + "path": "plugins/colorpicker.lua", + "id": "colorpicker", + "mod_version": "3", + "dependencies": { "widget": {} } + }, { "description": "Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))*", "version": "0.1", @@ -1063,7 +1071,8 @@ "version": "0.5", "path": "plugins/settings.lua", "id": "settings", - "mod_version": "3" + "mod_version": "3", + "dependencies": { "widget": {} } }, { "description": "Displays the current time in the corner of the status view", diff --git a/plugins/colorpicker.lua b/plugins/colorpicker.lua new file mode 100644 index 0000000..c280fb6 --- /dev/null +++ b/plugins/colorpicker.lua @@ -0,0 +1,56 @@ +-- mod-version:3 +local command = require "core.command" +local keymap = require "core.keymap" +local ColorPickerDialog = require "libraries.widget.colorpickerdialog" + +---Get the color format of given text. +---@param text string +---@return "html" | "html_opacity" | "rgb" +local function get_color_type(text) + local found = text:find("#%x%x%x%x%x%x%x?%x?") + if found then + found = text:find("#%x%x%x%x%x%x%x%x") + if found then return "html_opacity" end + return "html" + else + found = text:find("#%x%x%x") + if found then + return "html" + else + found = text:find( + "rgba?%((%d+)%D+(%d+)%D+(%d+)[%s,]-([%.%d]-)%s-%)" + ) + if found then return "rgb" end + end + end + return "html" +end + +command.add("core.docview!", { + ["color-picker:open"] = function(dv) + ---@type core.doc + local doc = dv.doc + local selection = doc:get_text(doc:get_selection()) + local type = get_color_type(selection) + + ---@type widget.colorpickerdialog + local picker = ColorPickerDialog(nil, selection) + function picker:on_apply(c) + local value + if type == "html" then + value = string.format("#%02X%02X%02X", c[1], c[2], c[3]) + elseif type == "html_opacity" then + value = string.format("#%02X%02X%02X%02X", c[1], c[2], c[3], c[4]) + elseif type == "rgb" then + value = string.format("rgba(%d, %d, %d, %.2f)", c[1], c[2], c[3], c[4]/255) + end + doc:text_input(value) + end + picker:show() + picker:centered() + end, +}) + +keymap.add { + ["ctrl+alt+k"] = "color-picker:open" +} -- cgit v1.2.3 From cd34a8acf571c9f7f85e44992f5fbb4767a375f1 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Fri, 13 Jan 2023 01:58:19 +0000 Subject: [CI] Updated README.md. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d7dd97..1d28dd7 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`bracketmatch`](plugins/bracketmatch.lua?raw=1) | Underlines matching pair for bracket under the caret *([screenshot](https://user-images.githubusercontent.com/3920290/80132745-0c863f00-8594-11ea-8875-c455c6fd7eae.png))* | | [`build`](https://github.com/adamharrison/lite-xl-ide.git)\* | Provides a build system, messages window, and easily clickable errors. Supports an internal build system, and `make`. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/build.png))* | | [`centerdoc`](plugins/centerdoc.lua?raw=1) | Centers document's content on the screen and adds zen mode support *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))* | +| [`colorpicker`](plugins/colorpicker.lua?raw=1) | Color picker dialog that supports html and rgb notations. | | [`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))* | | [`console`](https://github.com/franko/console)\* | A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))* | | [`contextmenu`](https://github.com/takase1121/lite-contextmenu)\* | Simple context menu *([screenshot](https://github.com/takase1121/lite-contextmenu/blob/master/assets/screenshot.jpg?raw=true))* | -- cgit v1.2.3 From b0520a6a33a2a679edee9c7daaf36baf649beb86 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Fri, 13 Jan 2023 14:34:51 -0500 Subject: Changed manifest to use new key. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f284381..1bfa8cb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "plugins": [ + "addons": [ { "description": "Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))*", "version": "0.1", -- cgit v1.2.3 From be6be3628d6c3b36c2c4f76e20b041e38e7f0e89 Mon Sep 17 00:00:00 2001 From: jgmdev Date: Sun, 15 Jan 2023 11:16:53 -0400 Subject: manifest: update various hashes --- manifest.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 1bfa8cb..8d26108 100644 --- a/manifest.json +++ b/manifest.json @@ -152,7 +152,7 @@ "description": "Add support for detecting file and string encodings as converting between them.", "version": "1.1", "type": "library", - "remote": "https://github.com/jgmdev/lite-xl-encoding:b1ddf226277ea12a03ed9db2ddda458988020e91", + "remote": "https://github.com/jgmdev/lite-xl-encoding:16e2477e916f52e18f6d63f5ac61ace58b0c5e45", "mod_version": "3", "id": "encoding" }, @@ -232,7 +232,7 @@ "name": "Multithreaded Find File", "description": "Threaded project find files.", "version": "1.0", - "remote": "https://github.com/jgmdev/lite-xl-threads:e61ffd28fc852b143fe468c4b43c68d605f22335", + "remote": "https://github.com/jgmdev/lite-xl-threads:e97d3471033a6ee940b480d7782ea33a2e5236c7", "mod_version": "3", "id": "findfileimproved", "dependencies": { "thread": { } } @@ -890,8 +890,8 @@ }, { "description": "Provides code completion (also known as IntelliSense) using the Language Server Protocol", - "version": "0.1", - "remote": "https://github.com/lite-xl/lite-xl-lsp:a6a8f70d6304bd77c7588e0a652945002df7fbad", + "version": "0.2", + "remote": "https://github.com/lite-xl/lite-xl-lsp:8a359b6b7c7783f1a6870263e25ae89ca6b69577", "mod_version": "3", "id": "lsp" }, @@ -948,7 +948,7 @@ "description": "Add support for TCP and UDP sockets using SDL_net.", "version": "1.1", "type": "library", - "remote": "https://github.com/jgmdev/lite-xl-net:a1930395c89e24344db686f2e83ce67a602c5dbf", + "remote": "https://github.com/jgmdev/lite-xl-net:4ddece50cdc6d00ab09be1896ef0474e89da89b8", "mod_version": "3", "id": "net" }, @@ -1019,7 +1019,7 @@ "name": "Multithreaded Project Search", "description": "Threaded project search with 5-10x better performance.", "version": "1.2", - "remote": "https://github.com/jgmdev/lite-xl-threads:e61ffd28fc852b143fe468c4b43c68d605f22335", + "remote": "https://github.com/jgmdev/lite-xl-threads:e97d3471033a6ee940b480d7782ea33a2e5236c7", "mod_version": "3", "id": "projectsearch", "dependencies": { "thread": { } } @@ -1173,7 +1173,7 @@ "description": "Adds the missing multithreading functionality.", "version": "1.1", "type": "library", - "remote": "https://github.com/jgmdev/lite-xl-threads:e61ffd28fc852b143fe468c4b43c68d605f22335", + "remote": "https://github.com/jgmdev/lite-xl-threads:e97d3471033a6ee940b480d7782ea33a2e5236c7", "mod_version": "3", "id": "thread" }, @@ -1222,7 +1222,7 @@ { "description": "Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins", "version": "0.2", - "remote": "https://github.com/lite-xl/lite-xl-widgets:46ed39168cea8db3f792c0346dd37c74141cfba4", + "remote": "https://github.com/lite-xl/lite-xl-widgets:4c29ff3f89fb2988a7169094a554fee7972c9803", "mod_version": "3", "id": "widget" }, -- cgit v1.2.3 From 99138bee0700d4a159d9592c67cbe7e56fae8b75 Mon Sep 17 00:00:00 2001 From: jgmdev Date: Sun, 15 Jan 2023 11:34:13 -0400 Subject: manifest: updated lint+ to latest hash --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8d26108..2d94556 100644 --- a/manifest.json +++ b/manifest.json @@ -861,8 +861,8 @@ }, { "description": "Advanced linter with ErrorLens-like error reporting. Compatible with linters made for `linter` *([screenshot](https://raw.githubusercontent.com/liquid600pgm/lintplus/master/screenshots/1.png))*", - "version": "0.1", - "remote": "https://github.com/liquid600pgm/lintplus:3268641818069070b270486a88966b2a8bfef97e", + "version": "0.2", + "remote": "https://github.com/liquid600pgm/lintplus:771b1fe6cddb7897cd034ed5ee96201d6a2831c2", "mod_version": "3", "id": "lintplus", "name": "lint+" -- cgit v1.2.3 From 3134b38374f84694ecd2c15670ce60a50b3ac445 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 16 Jan 2023 19:05:03 -0500 Subject: Bumped commits. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2d94556..ca2a870 100644 --- a/manifest.json +++ b/manifest.json @@ -159,7 +159,7 @@ { "description": "Properly read files that are not encoded in UTF-8 or ASCII by auto-detecting their encoding and allows saving on different text encodings.", "version": "1.0", - "remote": "https://github.com/jgmdev/lite-xl-encoding:b1ddf226277ea12a03ed9db2ddda458988020e91", + "remote": "https://github.com/jgmdev/lite-xl-encoding:16e2477e916f52e18f6d63f5ac61ace58b0c5e45", "mod_version": "3", "id": "encodings", "dependencies": { "encoding": { } } -- cgit v1.2.3 From ee91e1fefda1fd2d56e2ae45115a370546db69b9 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 16 Jan 2023 19:08:07 -0500 Subject: Bumped commit version. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ca2a870..527a466 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,7 @@ { "description": "Provides a build system, messages window, and easily clickable errors. Supports an internal build system, and `make`. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/build.png))*", "version": "0.1", - "remote": "https://github.com/adamharrison/lite-xl-ide.git:445345f2b25898404879dacbd7709f8a7c7b0795", + "remote": "https://github.com/adamharrison/lite-xl-ide.git:c254d8cbc1932fd69e4c135f1d53c4e81a9f293a", "id": "build", "mod_version": "3" }, -- cgit v1.2.3 From e1175e81cfcf0fb14871baa57c1c66bb5cd74840 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Mon, 16 Jan 2023 19:09:25 -0500 Subject: Bumped ide. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 527a466..3ca1d6b 100644 --- a/manifest.json +++ b/manifest.json @@ -123,7 +123,7 @@ { "description": "Provides a debugger integration, with pluggable backends. Currently supports only gdb. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/debugger.png))*", "version": "0.1", - "remote": "https://github.com/adamharrison/lite-xl-ide.git:445345f2b25898404879dacbd7709f8a7c7b0795", + "remote": "https://github.com/adamharrison/lite-xl-ide.git:c254d8cbc1932fd69e4c135f1d53c4e81a9f293a", "id": "debugger", "mod_version": "3" }, -- cgit v1.2.3 From 15115bdae0a911ae54882a7f2c8baa687d97f0b1 Mon Sep 17 00:00:00 2001 From: jgmdev Date: Tue, 17 Jan 2023 11:22:58 -0400 Subject: manifest: updated lsp hash --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3ca1d6b..48fcaf8 100644 --- a/manifest.json +++ b/manifest.json @@ -891,7 +891,7 @@ { "description": "Provides code completion (also known as IntelliSense) using the Language Server Protocol", "version": "0.2", - "remote": "https://github.com/lite-xl/lite-xl-lsp:8a359b6b7c7783f1a6870263e25ae89ca6b69577", + "remote": "https://github.com/lite-xl/lite-xl-lsp:dc37d18c91d3243f9d7530364d8c24a3da8446fa", "mod_version": "3", "id": "lsp" }, -- cgit v1.2.3 From a2684340ce72181f333a9e0bca10e6b30df80839 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Tue, 17 Jan 2023 16:53:01 -0500 Subject: Removed lite-contextmenu, as this has been merged into lite core. Done with Takase's approval. --- manifest.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/manifest.json b/manifest.json index 48fcaf8..be044d0 100644 --- a/manifest.json +++ b/manifest.json @@ -92,13 +92,6 @@ "mod_version": "3", "id": "console" }, - { - "description": "Simple context menu *([screenshot](https://github.com/takase1121/lite-contextmenu/blob/master/assets/screenshot.jpg?raw=true))*", - "version": "0.1", - "remote": "https://github.com/takase1121/lite-contextmenu:5af041bf27319c6c26316c7fc8b7a60494be7d32", - "mod_version": "3", - "id": "contextmenu" - }, { "description": "Copy file location to clipboard", "version": "0.1", -- cgit v1.2.3 From 07f8872f485328d4429213c1e71db5c845157ac0 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Tue, 17 Jan 2023 21:53:16 +0000 Subject: [CI] Updated README.md. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1d28dd7..ea53879 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`colorpicker`](plugins/colorpicker.lua?raw=1) | Color picker dialog that supports html and rgb notations. | | [`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))* | | [`console`](https://github.com/franko/console)\* | A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))* | -| [`contextmenu`](https://github.com/takase1121/lite-contextmenu)\* | Simple context menu *([screenshot](https://github.com/takase1121/lite-contextmenu/blob/master/assets/screenshot.jpg?raw=true))* | | [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard | | [`custom_caret`](plugins/custom_caret.lua?raw=1) | Customize the caret in the editor | | [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps | -- cgit v1.2.3