aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.json1730
1 files changed, 971 insertions, 759 deletions
diff --git a/manifest.json b/manifest.json
index 3a1687e..61a8a39 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,24 +1,19 @@
{
"addons": [
{
- "id": "meta_addons",
- "type": "meta",
- "version": "0.1",
- "mod_version": "3",
- "description": "A metapackage that contains a number of useful plugins to ship with an expanded default version of lite-xl.",
"dependencies": {
- "meta_languages": {},
"meta_colors": {},
+ "meta_languages": {},
"open_ext": {},
"settings": {}
- }
+ },
+ "description": "A metapackage that contains a number of useful plugins to ship with an expanded default version of lite-xl.",
+ "id": "meta_addons",
+ "mod_version": "3",
+ "type": "meta",
+ "version": "0.1"
},
{
- "id": "meta_colors",
- "type": "meta",
- "version": "0.1",
- "mod_version": "3",
- "description": "A metapackage containing all publically accessible color themes.",
"dependencies": {
"abyss": {},
"betelgeuse": {},
@@ -56,14 +51,14 @@
"vscode-dark": {},
"winter": {},
"zenburn": {}
- }
+ },
+ "description": "A metapackage containing all publically accessible color themes.",
+ "id": "meta_colors",
+ "mod_version": "3",
+ "type": "meta",
+ "version": "0.1"
},
{
- "id": "meta_languages",
- "type": "meta",
- "version": "0.1.6",
- "mod_version": "3",
- "description": "A metapackage containing all publically accessible language syntaxes.",
"dependencies": {
"language_angelscript": {},
"language_assembly_riscv": {},
@@ -108,8 +103,8 @@
"language_ini": {},
"language_java": {},
"language_jiyu": {},
- "language_jsx": {},
"language_json": {},
+ "language_jsx": {},
"language_julia": {},
"language_lilypond": {},
"language_liquid": {},
@@ -155,1765 +150,1982 @@
"language_wren": {},
"language_yaml": {},
"language_zig": {}
- }
+ },
+ "description": "A metapackage containing all publically accessible language syntaxes.",
+ "id": "meta_languages",
+ "mod_version": "3",
+ "type": "meta",
+ "version": "0.1.6"
},
{
"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",
"id": "align_carets",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/align_carets.lua",
+ "version": "0.1"
},
{
"description": "Automatically inserts closing brackets and quotes. Also allows selected text to be wrapped with brackets or quotes.",
- "version": "0.2",
- "path": "plugins/autoinsert.lua",
"id": "autoinsert",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/autoinsert.lua",
+ "version": "0.2"
},
{
"description": "Automatically saves files when they are changed",
- "version": "0.1",
- "path": "plugins/autosave.lua",
"id": "autosave",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/autosave.lua",
+ "version": "0.1"
},
{
"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",
"id": "autosaveonfocuslost",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/autosaveonfocuslost.lua",
+ "version": "0.1"
},
{
"description": "Automatically hardwraps lines when typing",
- "version": "0.1",
- "path": "plugins/autowrap.lua",
"id": "autowrap",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/autowrap.lua",
+ "version": "0.1"
},
{
"description": "Theme manager with base16 color schemes for Lite XL.",
- "version": "0.4",
- "remote": "https://github.com/SmileYzn/base16.git:55b1c3fda3afe7dc2dd894f258389c64b9441da9",
+ "id": "base16",
"mod_version": "3",
- "id": "base16"
+ "remote": "https://github.com/SmileYzn/base16.git:55b1c3fda3afe7dc2dd894f258389c64b9441da9",
+ "version": "0.4"
},
{
"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",
"id": "bigclock",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/bigclock.lua",
+ "version": "0.1"
},
{
"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",
+ "id": "black",
"mod_version": "3",
- "id": "black"
+ "remote": "https://git.sr.ht/~tmpod/black-lite:2a1ab1b703f954edb39efb73e72b44c0d18b30a2",
+ "version": "0.1"
},
{
"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.2",
- "path": "plugins/bracketmatch.lua",
"id": "bracketmatch",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/bracketmatch.lua",
+ "version": "0.2"
},
{
"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:95639db0f96d8d560d48fa525496329dcbadbbde",
"id": "build",
- "mod_version": "3"
+ "mod_version": "3",
+ "remote": "https://github.com/adamharrison/lite-xl-ide.git:95639db0f96d8d560d48fa525496329dcbadbbde",
+ "version": "0.1"
},
{
"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",
"id": "centerdoc",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/centerdoc.lua",
+ "version": "0.1"
},
{
"description": "Hides the treeview at start if no arguments passed to the executable are directories. Compatible with lite.",
- "version": "0.1",
- "path": "plugins/cleanstart.lua",
"id": "cleanstart",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/cleanstart.lua",
+ "version": "0.1"
},
{
- "id": "codeplus",
- "version": "1.0",
- "description": "Offers improvements such as highlighted comments and autocomplete for brackets, quotes and more. ([demo](https://s12.gifyu.com/images/Sckre.gif))",
- "remote": "https://github.com/chqs-git/code-plus.git:b336999b707709df2ddcb865f664623c5beceabb",
- "mod_version": 3
+ "description": "Offers improvements such as highlighted comments and autocomplete for brackets, quotes and more. ([demo](https://s12.gifyu.com/images/Sckre.gif))",
+ "id": "codeplus",
+ "mod_version": 3,
+ "remote": "https://github.com/chqs-git/code-plus.git:b336999b707709df2ddcb865f664623c5beceabb",
+ "version": "1.0"
},
{
+ "dependencies": {
+ "widget": {}
+ },
"description": "Color picker dialog that supports html and rgb notations.",
- "version": "0.1",
- "path": "plugins/colorpicker.lua",
"id": "colorpicker",
"mod_version": "3",
- "dependencies": { "widget": {} }
+ "path": "plugins/colorpicker.lua",
+ "version": "0.1"
},
{
"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.2",
- "path": "plugins/colorpreview.lua",
"id": "colorpreview",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/colorpreview.lua",
+ "version": "0.2"
},
{
"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",
+ "id": "console",
"mod_version": "3",
- "id": "console"
+ "remote": "https://github.com/franko/console:08c3f5e1483627c3ae688ce5a99008e823357f2c",
+ "version": "0.1"
},
{
"description": "Copy file location to clipboard",
- "version": "0.1",
- "path": "plugins/copyfilelocation.lua",
"id": "copyfilelocation",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/copyfilelocation.lua",
+ "version": "0.1"
},
{
"description": "Customize the caret in the editor",
- "version": "0.3",
- "path": "plugins/custom_caret.lua",
"id": "custom_caret",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/custom_caret.lua",
+ "version": "0.3"
},
{
"description": "Insert date-, time- and date-time-stamps",
- "version": "0.1",
- "path": "plugins/datetimestamps.lua",
"id": "datetimestamps",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/datetimestamps.lua",
+ "version": "0.1"
},
{
"description": "Add end tags in variety of languages. Similar to [Vim Endwise](https://github.com/tpope/vim-endwise)",
- "version": "0.1",
- "remote": "https://github.com/LolsonX/endwise-lite-xl.git:d9ced6089ab7f54bad197c30ba581055270f2dad",
"id": "endwise",
- "mod_version": "3"
+ "mod_version": "3",
+ "remote": "https://github.com/LolsonX/endwise-lite-xl.git:d9ced6089ab7f54bad197c30ba581055270f2dad",
+ "version": "0.1"
},
{
"description": "Debug Lite-XL's Lua VM interactively, if you're running it from a terminal. Warning: Will significantly slow down Lite-XL if installed.",
- "version": "0.1",
- "path": "plugins/lite-debugger.lua",
"id": "lite-debugger",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/lite-debugger.lua",
+ "version": "0.1"
},
{
"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:95639db0f96d8d560d48fa525496329dcbadbbde",
"id": "debugger",
- "mod_version": "3"
+ "mod_version": "3",
+ "remote": "https://github.com/adamharrison/lite-xl-ide.git:95639db0f96d8d560d48fa525496329dcbadbbde",
+ "version": "0.1"
},
{
"description": "Adds the current workspace and file to your Discord rich presence. Linux-only.",
- "version": "0.2",
- "remote": "https://github.com/vincens2005/lite-xl-discord2:71648e55ad812dc1029a3df70c17656ec7cb63bf",
- "mod_version": "3",
"id": "discord-presence",
- "name": "Discord RPC"
+ "mod_version": "3",
+ "name": "Discord RPC",
+ "remote": "https://github.com/vincens2005/lite-xl-discord2:71648e55ad812dc1029a3df70c17656ec7cb63bf",
+ "version": "0.2"
},
{
"description": "Provides basic drag and drop of selected text (in same document)",
- "version": "0.2",
- "path": "plugins/dragdropselected.lua",
"id": "dragdropselected",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/dragdropselected.lua",
+ "version": "0.2"
},
{
"description": "Adds a popup that displays the curve of Penner-styled easing functions.",
- "version": "1.0",
- "remote": "https://github.com/ThaCuber/lite-xl-easingpreview:ea349d12a9570264408dc1567af660b8d4568d3d",
"id": "easingpreview",
+ "mod_version": "3",
"name": "Easing Previewer",
- "mod_version": "3"
+ "remote": "https://github.com/ThaCuber/lite-xl-easingpreview:ea349d12a9570264408dc1567af660b8d4568d3d",
+ "version": "1.0"
},
{
"description": "[EditorConfig](https://editorconfig.org/) implementation for Lite XL",
- "version": "0.1",
- "path": "plugins/editorconfig",
"id": "editorconfig",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/editorconfig",
+ "version": "0.1"
},
{
"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:16e2477e916f52e18f6d63f5ac61ace58b0c5e45",
+ "id": "encoding",
"mod_version": "3",
- "id": "encoding"
+ "remote": "https://github.com/jgmdev/lite-xl-encoding:16e2477e916f52e18f6d63f5ac61ace58b0c5e45",
+ "type": "library",
+ "version": "1.1"
},
{
+ "dependencies": {
+ "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:16e2477e916f52e18f6d63f5ac61ace58b0c5e45",
- "mod_version": "3",
"id": "encodings",
- "dependencies": { "encoding": { } }
+ "mod_version": "3",
+ "remote": "https://github.com/jgmdev/lite-xl-encoding:16e2477e916f52e18f6d63f5ac61ace58b0c5e45",
+ "version": "1.0"
},
{
"checksum": "80c07430455e665b5f5009667fe76458603af505ce411a38b38e82e7604d95f0",
"description": "Make sure the file ends with one blank line.",
- "version": "0.1",
"id": "eofnewline",
"mod_version": "3",
- "url": "https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline-xl.lua?raw=1"
+ "url": "https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline-xl.lua?raw=1",
+ "version": "0.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",
"id": "ephemeral_tabs",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/ephemeral_tabs.lua",
+ "version": "0.1"
},
{
"description": "Graphs y=x equations.",
- "version": "0.2",
- "remote": "https://github.com/thacuber2a03/equationgrapher:7b17d8de47ab5c40019c1910a303340b5176e105",
+ "id": "equationgrapher",
"mod_version": "3",
- "id": "equationgrapher"
+ "remote": "https://github.com/thacuber2a03/equationgrapher:7b17d8de47ab5c40019c1910a303340b5176e105",
+ "version": "0.2"
},
{
"description": "Replaces selected Lua code with its evaluated result",
- "version": "0.1",
- "path": "plugins/eval.lua",
"id": "eval",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/eval.lua",
+ "version": "0.1"
},
{
"description": "Adds Treesitter syntax highlighting support",
- "version": "0.2",
- "remote": "https://github.com/TorchedSammy/Evergreen.lxl:e5e6ade897a6316fbe6fc610520d195e27737912",
+ "id": "evergreen",
"mod_version": "3",
- "id": "evergreen"
+ "remote": "https://github.com/TorchedSammy/Evergreen.lxl:e5e6ade897a6316fbe6fc610520d195e27737912",
+ "version": "0.2"
},
{
"description": "Runs selected text through shell command and replaces with result",
- "version": "0.1",
- "path": "plugins/exec.lua",
"id": "exec",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/exec.lua",
+ "version": "0.1"
},
{
"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",
"id": "extend_selection_line",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/extend_selection_line.lua",
+ "version": "0.1"
},
{
"description": "Allows to open an external console in current project directory",
- "version": "0.1",
- "remote": "https://github.com/ShadiestGoat/lite-xl-exterm:aca8827fc1af831890cffd3dd122debac72429c6",
+ "id": "exterm",
"mod_version": "3",
- "id": "exterm"
+ "remote": "https://github.com/ShadiestGoat/lite-xl-exterm:aca8827fc1af831890cffd3dd122debac72429c6",
+ "version": "0.1"
},
{
"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",
+ "id": "fallbackfonts",
"mod_version": "3",
- "id": "fallbackfonts"
+ "remote": "https://github.com/takase1121/lite-fallback-fonts:281cafc014f7931f041046f76496797695678bb4",
+ "version": "0.1"
},
{
- "name": "Multithreaded Find File",
+ "dependencies": {
+ "thread": {}
+ },
"description": "Threaded project find files.",
- "version": "1.0",
- "remote": "https://github.com/jgmdev/lite-xl-threads:9299a9a6b778cb34b12f0286b9162779920a9197",
- "mod_version": "3",
"id": "findfileimproved",
- "dependencies": { "thread": { } }
+ "mod_version": "3",
+ "name": "Multithreaded Find File",
+ "remote": "https://github.com/jgmdev/lite-xl-threads:9299a9a6b778cb34b12f0286b9162779920a9197",
+ "version": "1.0"
},
{
- "name": "Nonicons font",
"description": "[Nonicons](https://github.com/yamatsum/nonicons/) font with mapping",
- "version": "20230530",
- "type": "library",
- "path": "plugins/font_nonicons.lua",
- "id": "font_nonicons",
"files": [
{
- "url": "https://github.com/yamatsum/nonicons/raw/8454b3b6c3ceeee18b386b7882c5a071dcf0f3af/dist/nonicons.ttf",
- "checksum": "da0a065856c44ea3fd3b9fba2fff5e25a32992dc3a3c5df6e9bfca2cd106a8cc"
+ "checksum": "da0a065856c44ea3fd3b9fba2fff5e25a32992dc3a3c5df6e9bfca2cd106a8cc",
+ "url": "https://github.com/yamatsum/nonicons/raw/8454b3b6c3ceeee18b386b7882c5a071dcf0f3af/dist/nonicons.ttf"
}
- ]
+ ],
+ "id": "font_nonicons",
+ "name": "Nonicons font",
+ "path": "plugins/font_nonicons.lua",
+ "type": "library",
+ "version": "20230530"
},
{
- "name": "Nerd Font Symbols Mono Regular",
"description": "[Nerd Font Symbols](https://github.com/ryanoasis/nerd-fonts/) font with mapping",
- "version": "3.1.1",
- "type": "library",
- "path": "plugins/font_symbols_nerdfont_mono_regular.lua",
- "id": "font_symbols_nerdfont_mono_regular",
"files": [
{
- "url": "https://github.com/ryanoasis/nerd-fonts/raw/cf3561b1a51f70d5398eb49d603679b0f0c55d74/patched-fonts/NerdFontsSymbolsOnly/SymbolsNerdFontMono-Regular.ttf",
- "checksum": "f4f40e003e9d00000f1218a606127fab82b1faf0df2d9095a06190f4f2c32e36"
+ "checksum": "f4f40e003e9d00000f1218a606127fab82b1faf0df2d9095a06190f4f2c32e36",
+ "url": "https://github.com/ryanoasis/nerd-fonts/raw/cf3561b1a51f70d5398eb49d603679b0f0c55d74/patched-fonts/NerdFontsSymbolsOnly/SymbolsNerdFontMono-Regular.ttf"
}
- ]
+ ],
+ "id": "font_symbols_nerdfont_mono_regular",
+ "name": "Nerd Font Symbols Mono Regular",
+ "path": "plugins/font_symbols_nerdfont_mono_regular.lua",
+ "type": "library",
+ "version": "3.1.1"
},
{
"description": "Allows users to load fonts with [fontconfig](https://www.freedesktop.org/software/fontconfig/fontconfig-user.html).",
- "version": "0.1",
- "path": "plugins/fontconfig.lua",
"id": "fontconfig",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/fontconfig.lua",
+ "version": "0.1"
},
{
"description": "Change the syntax used for a file.",
- "version": "0.1",
- "path": "plugins/force_syntax.lua",
"id": "force_syntax",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/force_syntax.lua",
+ "version": "0.1"
},
{
"description": "formatters for various languages",
- "version": "0.1",
- "remote": "https://github.com/vincens2005/lite-formatters:7e017080a967c01d437e484247a90c1ff52e8ef8",
+ "id": "formatter",
"mod_version": "3",
- "id": "formatter"
+ "remote": "https://github.com/vincens2005/lite-formatters:7e017080a967c01d437e484247a90c1ff52e8ef8",
+ "version": "0.1"
},
{
"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))* Note: the page content is generated by sending the markdown file to Github's markdown rendering [API](https://docs.github.com/en/rest/markdown?apiVersion=2022-11-28). Requires a [GitHub token](https://docs.github.com/en/rest/markdown/markdown?apiVersion=2022-11-28#render-a-markdown-document-in-raw-mode) being provided",
- "version": "0.2",
- "path": "plugins/ghmarkdown.lua",
"id": "ghmarkdown",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/ghmarkdown.lua",
+ "version": "0.2"
},
{
"description": "Shows \"git blame\" information of a line *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-gitblame/main/screenshot_1.png))*",
- "version": "0.2",
- "remote": "https://github.com/juliardi/lite-xl-gitblame:0395fed18d3a779bc1eae26130f00a2eb23638ad",
+ "id": "gitblame",
"mod_version": "3",
- "id": "gitblame"
+ "remote": "https://github.com/juliardi/lite-xl-gitblame:0395fed18d3a779bc1eae26130f00a2eb23638ad",
+ "version": "0.2"
},
{
"description": "highlight changed lines from git *([screenshot](https://raw.githubusercontent.com/vincens2005/lite-xl-gitdiff-highlight/master/screenshot.png))*",
- "version": "0.2",
- "remote": "https://github.com/vincens2005/lite-xl-gitdiff-highlight:f0e02b6a7299acbeb4a5f137b26830a6cca96cc8",
+ "id": "gitdiff_highlight",
"mod_version": "3",
- "id": "gitdiff_highlight"
+ "remote": "https://github.com/vincens2005/lite-xl-gitdiff-highlight:f0e02b6a7299acbeb4a5f137b26830a6cca96cc8",
+ "version": "0.2"
},
{
"description": "Open project files that are in a git commit (default=HEAD)",
- "version": "0.1",
- "path": "plugins/gitopen.lua",
"id": "gitopen",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/gitopen.lua",
+ "version": "0.1"
},
{
"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.2",
- "path": "plugins/gitstatus.lua",
"id": "gitstatus",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/gitstatus.lua",
+ "version": "0.2"
},
{
"description": "Auto-formats the current go file, adds the missing imports and the missing return cases",
- "version": "0.1",
- "path": "plugins/gofmt.lua",
"id": "gofmt",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/gofmt.lua",
+ "version": "0.1"
},
{
"description": "Graphical filepicker using zenity or kdialog.",
- "version": "1.0",
- "path": "plugins/gui_filepicker.lua",
"id": "gui_filepicker",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/gui_filepicker.lua",
+ "version": "1.0"
},
{
"description": "Dark (or even Mica!) title bar for Lite XL",
- "version": "0.1",
- "remote": "https://github.com/takase1121/lite-xl-immersive-title:cf3a8029ac7154ea53ac819a95d44a6ff102f051",
+ "id": "immersive-title",
"mod_version": "3",
- "id": "immersive-title"
+ "remote": "https://github.com/takase1121/lite-xl-immersive-title:cf3a8029ac7154ea53ac819a95d44a6ff102f051",
+ "version": "0.1"
},
{
"description": "Convert between tabs and spaces indentation",
- "version": "0.1",
- "path": "plugins/indent_convert.lua",
"id": "indent_convert",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/indent_convert.lua",
+ "version": "0.1"
},
{
"description": "Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))*",
- "version": "0.2",
- "path": "plugins/indentguide.lua",
"id": "indentguide",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/indentguide.lua",
+ "version": "0.2"
},
{
"description": "Adds inter-process communication support, single-instance mode and tab drag and drop between instances.",
- "version": "0.3",
- "path": "plugins/ipc.lua",
"id": "ipc",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/ipc.lua",
+ "version": "0.3"
},
{
- "description": "Production and Early-Access OpenJDK Builds, from Oracle.",
- "version": "21.0.2",
- "type": "library",
- "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
- "mod_version": "3",
- "id": "jdk"
+ "description": "Production and Early-Access OpenJDK Builds, from Oracle.",
+ "id": "jdk",
+ "mod_version": "3",
+ "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "type": "library",
+ "version": "21.0.2"
},
{
"description": "Exports the keymap to a JSON file.",
- "version": "0.1",
- "path": "plugins/keymap_export.lua",
"id": "keymap_export",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/keymap_export.lua",
+ "version": "0.1"
},
{
+ "dependencies": {
+ "console": {}
+ },
"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",
+ "id": "kinc-projects",
"mod_version": "3",
"name": "Kinc Projects",
- "id": "kinc-projects",
- "dependencies": {
- "console": {}
- }
+ "remote": "https://github.com/Kode-Community/kinc_plugin:309fe4193a09cf739ed0a058b1a6966a463a1dbd",
+ "version": "0.1"
},
{
"description": "Syntax for the [Angelscript](https://www.angelcode.com/angelscript/) programming language",
- "version": "0.1",
- "path": "plugins/language_angelscript.lua",
"id": "language_angelscript",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_angelscript.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for Intel x86 assembly",
- "version": "0.1",
- "path": "plugins/language_assembly_x86.lua",
"id": "language_assembly_x86",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_assembly_x86.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for RISC-V assembly",
- "version": "0.1",
- "path": "plugins/language_assembly_riscv.lua",
"id": "language_assembly_riscv",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_assembly_riscv.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [AutoHotkey](https://www.autohotkey.com)(v1) programming language",
- "version": "0.1",
- "path": "plugins/language_autohotkey_v1.lua",
- "mod_version": "3",
"id": "language_autohotkey_v1",
- "tags": ["language"]
+ "mod_version": "3",
+ "path": "plugins/language_autohotkey_v1.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for Windows [Batch Files](https://en.wikipedia.org/wiki/Batch_file)",
- "version": "0.1",
- "path": "plugins/language_batch.lua",
"id": "language_batch",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_batch.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [BibTex](https://en.wikipedia.org/wiki/BibTeX) files",
- "version": "0.1",
- "path": "plugins/language_bib.lua",
"id": "language_bib",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_bib.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [Blade](https://github.com/blade-lang/blade/) files",
- "version": "0.1",
- "path": "plugins/language_blade.lua",
"id": "language_blade",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_blade.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
- "description": "Syntax for the [Blueprint](https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/) markup language",
- "version": "0.1",
- "path": "plugins/language_blueprint.lua",
+ "description": "Syntax for the [Blueprint](https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/) markup language",
"id": "language_blueprint",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_blueprint.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the modifications to [fe](https://github.com/rxi/fe/) used in [cel7](https://rxi.itch.io/cel7)",
- "version": "0.1",
- "path": "plugins/language_c7.lua",
"id": "language_c7",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_c7.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the Caddyfile used on the [Caddy](https://caddyserver.com/) web server",
- "version": "0.1",
- "path": "plugins/language_caddyfile.lua",
"id": "language_caddyfile",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_caddyfile.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the CMake build system language",
- "version": "0.2",
- "path": "plugins/language_cmake.lua",
"id": "language_cmake",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_cmake.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.2"
},
{
"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.2",
- "remote": "https://github.com/FilBot3/lite-xl-language-containerfile:ae4eddc3f3fa1a0db56344b3b6db0ec0f2283880",
- "mod_version": "3",
"id": "language_containerfile",
- "tags": ["language"]
+ "mod_version": "3",
+ "remote": "https://github.com/FilBot3/lite-xl-language-containerfile:ae4eddc3f3fa1a0db56344b3b6db0ec0f2283880",
+ "tags": [
+ "language"
+ ],
+ "version": "0.2"
},
{
"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",
"id": "language_crystal",
- "tags": ["language"]
+ "mod_version": "3",
+ "remote": "https://github.com/Tamnac/lite-plugin-crystal:1913a6dd23a7640b507943230291a15aecc3235d",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [C#](http://csharp.net) programming language",
- "version": "0.1",
- "path": "plugins/language_csharp.lua",
"id": "language_csharp",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_csharp.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [CUE](http://cuelang.org) definition and validation programming language",
- "version": "0.1",
- "path": "plugins/language_cue.lua",
"id": "language_cue",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_cue.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [D](https://dlang.org/) programming language",
- "version": "0.2",
- "path": "plugins/language_d.lua",
"id": "language_d",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_d.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.2"
},
{
"description": "Syntax for the [Dart](https://dart.dev/) programming languiage",
- "version": "0.1",
- "path": "plugins/language_dart.lua",
"id": "language_dart",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_dart.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for diff and patch files",
- "version": "0.1",
- "path": "plugins/language_diff.lua",
"id": "language_diff",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_diff.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Djot](https://djot.net/) markup language",
- "version": "0.1",
- "remote": "https://github.com/Tamnac/lite-xl-djot:e92ad996aba56c3363ef83a2dd8d1026be56c730",
"id": "language_djot",
"mod_version": "3",
- "tags": ["language"]
+ "remote": "https://github.com/Tamnac/lite-xl-djot:e92ad996aba56c3363ef83a2dd8d1026be56c730",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [FreeFEM++](http://freefem.org) programming language",
- "version": "0.1",
- "path": "plugins/language_edp.lua",
"id": "language_edp",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_edp.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [EJS](https://ejs.co/) javascript template engine",
- "version": "0.1",
- "path": "plugins/language_ejs.lua",
"id": "language_ejs",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_ejs.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Elixir](https://elixir-lang.org) programming language",
- "version": "0.2",
- "path": "plugins/language_elixir.lua",
"id": "language_elixir",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_elixir.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.2"
},
{
"description": "Syntax for the [Elm](https://elm-lang.org) programming language",
- "version": "0.1",
- "path": "plugins/language_elm.lua",
"id": "language_elm",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_elm.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"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",
"id": "language_env",
- "tags": ["language"]
+ "mod_version": "3",
+ "remote": "https://github.com/anthonyaxenov/lite-xl-env-syntax:89a4274af6a786963930d7a8fb542dfe61daa801",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"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",
"id": "language_erb",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_erb.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [fe](https://github.com/rxi/fe) programming language",
- "version": "0.2",
- "path": "plugins/language_fe.lua",
"id": "language_fe",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_fe.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.2"
},
{
"description": "Syntax for the [fennel](https://fennel-lang.org) programming language",
- "version": "0.1",
- "path": "plugins/language_fennel.lua",
"id": "language_fennel",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_fennel.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [fstab](https://en.wikipedia.org/wiki/Fstab) config files",
- "version": "0.1",
- "path": "plugins/language_fstab.lua",
"id": "language_fstab",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_fstab.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [GABC](https://gregorio-project.github.io/gabc) music typesetting language",
- "version": "0.1",
- "path": "plugins/language_gabc.lua",
"id": "language_gabc",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_gabc.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Godot Engine](https://godotengine.org/)'s GDScript scripting language",
- "version": "0.1",
- "path": "plugins/language_gdscript.lua",
"id": "language_gdscript",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_gdscript.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [GLSL](https://www.khronos.org/registry/OpenGL/specs/gl/) programming language",
- "version": "0.1",
- "path": "plugins/language_glsl.lua",
"id": "language_glsl",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_glsl.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Gemtext](https://gemini.circumlunar.space/docs/gemtext.gmi) markup language",
- "version": "0.1",
- "path": "plugins/language_gmi.lua",
"id": "language_gmi",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_gmi.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Go](https://golang.org/) programming language",
- "version": "0.1",
- "path": "plugins/language_go.lua",
"id": "language_go",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_go.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [GraphQL](https://graphql.org/) query language, and server-side runtime for executing queries using a type system.",
- "version": "0.2",
- "path": "plugins/language_graphql.lua",
"id": "language_graphql",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_graphql.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.2"
},
{
"description": "Syntax for the [Gravity](https://marcobambini.github.io/gravity/) programming language.",
- "version": "0.1",
- "path": "plugins/language_gravity.lua",
"id": "language_gravity",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_gravity.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Hare](https://harelang.org) programming language",
- "version": "0.1",
- "path": "plugins/language_hare.lua",
"id": "language_hare",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_hare.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Haxe](https://haxe.org) programming language",
- "version": "0.1",
- "path": "plugins/language_haxe.lua",
"id": "language_haxe",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_haxe.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"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",
"id": "language_hlsl",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_hlsl.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Haskell](https://www.haskell.org/) programming language",
- "version": "0.2",
- "path": "plugins/language_hs.lua",
"id": "language_hs",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_hs.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.2"
},
{
- "version": "0.1",
- "path": "/plugins/language_htaccess.lua",
+ "description": "Syntax for [.htaccess](https://httpd.apache.org/docs/2.4/howto/htaccess.html) files.",
"id": "language_htaccess",
"mod_version": "3",
- "description": "Syntax for [.htaccess](https://httpd.apache.org/docs/2.4/howto/htaccess.html) files.",
- "tags": ["language"]
+ "path": "/plugins/language_htaccess.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"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",
"id": "language_ignore",
- "tags": ["language"]
+ "mod_version": "3",
+ "remote": "https://github.com/anthonyaxenov/lite-xl-ignore-syntax:3a9a5e0ae03b82358473da5d1c6012944d65ea95",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [ini](https://en.wikipedia.org/wiki/INI_file) files",
- "version": "0.1",
- "path": "plugins/language_ini.lua",
"id": "language_ini",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_ini.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Java](https://en.wikipedia.org/wiki/Java_\\(programming_language\\)) programming language",
- "version": "0.1",
- "path": "plugins/language_java.lua",
"id": "language_java",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_java.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language",
- "version": "0.1",
- "path": "plugins/language_jiyu.lua",
"id": "language_jiyu",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_jiyu.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [JSX](https://reactjs.org/docs/introducing-jsx.html) language for the React framework in JavaScript",
- "version": "0.2",
- "path": "plugins/language_jsx.lua",
"id": "language_jsx",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_jsx.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.2"
},
{
"description": "Syntax for the [JSON](https://www.json.org/json-en.html) language",
- "version": "0.1",
- "path": "plugins/language_json.lua",
"id": "language_json",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_json.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Julia](https://julialang.org/) programming language",
- "version": "0.1",
- "path": "plugins/language_julia.lua",
"id": "language_julia",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_julia.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"checksum": "08a9f8635b09a98cec9dfca8bb65f24fd7b6585c7e8308773e7ddff9a3e5a60f",
"description": "Syntax for [Kaitai](http://kaitai.io/) struct files",
- "version": "0.1",
"id": "language_ksy",
"mod_version": "1",
+ "tags": [
+ "language"
+ ],
"url": "https://raw.githubusercontent.com/whiteh0le/lite-plugins/main/plugins/language_ksy.lua?raw=1",
- "tags": ["language"]
+ "version": "0.1"
},
{
"description": "Syntax for the [LilyPond](https://lilypond.org/) music typesetting language",
- "version": "0.1",
- "path": "plugins/language_lilypond.lua",
"id": "language_lilypond",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_lilypond.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [Liquid](https://shopify.github.io/liquid/) templating language",
- "version": "0.1",
- "path": "plugins/language_liquid.lua",
"id": "language_liquid",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_liquid.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [Lobster](https://strlen.com/lobster/) programming language",
- "version": "0.1",
- "path": "plugins/language_lobster.lua",
"id": "language_lobster",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_lobster.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Lox](http://craftinginterpreters.com/the-lox-language.html) programming language, featured in the book '[Crafting Interpreters](http://craftinginterpreters.com/)'.",
- "version": "0.1",
- "path": "plugins/language_lox.lua",
"id": "language_lox",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_lox.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the Make build system language",
- "version": "0.1",
- "path": "plugins/language_make.lua",
"id": "language_make",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_make.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [MARTe2](https://vcis.f4e.europa.eu/marte2-docs/master/html/index.html) configuration language",
- "version": "0.1",
- "path": "plugins/language_marte.lua",
"id": "language_marte",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_marte.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Meson](https://mesonbuild.com) build system language",
- "version": "0.1",
- "path": "plugins/language_meson.lua",
"id": "language_meson",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_meson.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [MiniScript](https://miniscript.org) programming language",
- "version": "0.1",
- "path": "plugins/language_miniscript.lua",
"id": "language_miniscript",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_miniscript.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [MoonScript](https://moonscript.org) scripting language",
- "version": "0.2",
- "path": "plugins/language_moon.lua",
"id": "language_moon",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_moon.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.2"
},
{
"description": "Syntax for [Nelua](http://nelua.io/) programming",
- "version": "0.1",
- "path": "plugins/language_nelua.lua",
- "mod_version": "3",
"id": "language_nelua",
- "tags": ["language"]
+ "mod_version": "3",
+ "path": "plugins/language_nelua.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [Nginx](https://www.nginx.com/) config files",
- "version": "0.1",
- "path": "plugins/language_nginx.lua",
"id": "language_nginx",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_nginx.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Nim](https://nim-lang.org) programming language",
- "version": "0.1",
- "path": "plugins/language_nim.lua",
"id": "language_nim",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_nim.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"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",
- "tags": ["language"]
+ "path": "plugins/language_nix.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Objective C](https://en.wikipedia.org/wiki/Objective-C) programming language",
- "version": "0.1",
- "path": "plugins/language_objc.lua",
"id": "language_objc",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_objc.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language",
- "version": "0.1",
- "path": "plugins/language_odin.lua",
"id": "language_odin",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_odin.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Perl](https://perl.org) programming language",
- "version": "0.2",
- "path": "plugins/language_perl.lua",
"id": "language_perl",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_perl.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.2"
},
{
"description": "Syntax for the [PHP](https://php.net) programming language",
- "version": "0.1",
- "path": "plugins/language_php.lua",
"id": "language_php",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_php.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [Pico-8](https://www.lexaloffle.com/pico-8.php) cartridge files",
- "version": "0.1",
- "path": "plugins/language_pico8.lua",
"id": "language_pico8",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_pico8.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [PKGBUILD](https://wiki.archlinux.org/title/PKGBUILD) package description files",
- "version": "0.1",
- "path": "plugins/language_pkgbuild.lua",
"id": "language_pkgbuild",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_pkgbuild.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"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",
"id": "language_po",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_po.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [Pony](https://www.ponylang.io/) programming language",
- "version": "0.1",
- "remote": "https://github.com/MrAnyx/lite-plugin-pony:34d9ec673eaa6c409bcef0febaa0a36cc3acdf4e",
- "mod_version": "2",
"id": "language_pony",
- "tags": ["language"]
+ "mod_version": "2",
+ "remote": "https://github.com/MrAnyx/lite-plugin-pony:34d9ec673eaa6c409bcef0febaa0a36cc3acdf4e",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [PowerShell](https://docs.microsoft.com/en-us/powershell) scripting language",
- "version": "0.1",
- "path": "plugins/language_powershell.lua",
"id": "language_powershell",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_powershell.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the postgresql database access language",
- "version": "0.1",
- "path": "plugins/language_psql.lua",
"id": "language_psql",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_psql.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [R](https://www.r-project.org/) scripting language",
- "version": "0.1",
- "path": "plugins/language_R.lua",
"id": "language_r",
- "name": "language_R",
"mod_version": "3",
- "tags": ["language"]
+ "name": "language_R",
+ "path": "plugins/language_R.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [ReScript](https://rescript-lang.org/) programming language",
- "version": "0.1",
- "path": "plugins/language_rescript.lua",
"id": "language_rescript",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_rescript.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Rivet](https://github.com/rivet-lang/rivet) programming language",
- "version": "0.4.5",
- "path": "plugins/language_rivet.lua",
"id": "language_rivet",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_rivet.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.4.5"
},
{
"description": "Syntax for the [Ruby](https://www.ruby-lang.org/) programming language",
- "version": "0.1",
- "path": "plugins/language_ruby.lua",
"id": "language_ruby",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_ruby.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Rust](https://rust-lang.org/) programming language",
- "version": "0.3",
- "path": "plugins/language_rust.lua",
"id": "language_rust",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_rust.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.3"
},
{
"description": "Syntax for the [Sass](https://sass-lang.com/) CSS preprocessor",
- "version": "0.1",
- "path": "plugins/language_sass.lua",
"id": "language_sass",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_sass.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Scala](https://scala-lang.org/) programming language",
- "version": "0.1",
- "path": "plugins/language_scala.lua",
"id": "language_scala",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_scala.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for shell scripting language",
- "version": "0.2",
- "path": "plugins/language_sh.lua",
"id": "language_sh",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_sh.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.2"
},
{
"description": "Syntax for ssh & sshd config files",
- "version": "0.1",
- "path": "plugins/language_ssh_config.lua",
"id": "language_ssh_config",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_ssh_config.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Uxntal](https://wiki.xxiivv.com/site/uxntal) assembly language",
- "version": "0.1",
- "path": "plugins/language_tal.lua",
"id": "language_tal",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_tal.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Umka](https://github.com/vtereshkov/umka-lang) programming language.",
- "version": "0.1",
- "path": "plugins/language_umka.lua",
"id": "language_umka",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_umka.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Tcl](https://www.tcl.tk/) programming language",
- "version": "0.1",
- "path": "plugins/language_tcl.lua",
"id": "language_tcl",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_tcl.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"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",
"id": "language_teal",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_teal.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [LaTeX](https://www.latex-project.org/) typesetting language",
- "version": "0.1",
- "path": "plugins/language_tex.lua",
"id": "language_tex",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_tex.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [TOML](https://toml.io/en/) configuration language",
- "version": "0.1",
- "path": "plugins/language_toml.lua",
"id": "language_toml",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_toml.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [TypeScript](https://www.typescriptlang.org/) programming language, a typed dialect of JavaScript.",
- "version": "0.1",
- "path": "plugins/language_ts.lua",
"id": "language_ts",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_ts.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [TSX](https://www.typescriptlang.org/docs/handbook/jsx.html) language",
- "version": "0.2",
- "path": "plugins/language_tsx.lua",
"id": "language_tsx",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_tsx.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.2"
},
{
"description": "Syntax for [Typst](https://typst.app/) markup language",
- "version": "0.1",
- "path": "plugins/language_typst.lua",
"id": "language_typst",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_typst.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [V](https://vlang.io/) programming language",
- "version": "0.1",
- "path": "plugins/language_v.lua",
"id": "language_v",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_v.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Vale](https://vale.dev) programming language",
- "version": "0.1",
- "remote": "https://github.com/programutox/lite-plugin-vale:faa75f67b093978ceebc31bb7db8aa297f3c3e52",
- "mod_version": "3",
"id": "language_vale",
- "tags": ["language"]
+ "mod_version": "3",
+ "remote": "https://github.com/programutox/lite-plugin-vale:faa75f67b093978ceebc31bb7db8aa297f3c3e52",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Wren](http://wren.io/) programming language",
- "version": "0.1",
- "path": "plugins/language_wren.lua",
"id": "language_wren",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_wren.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for [YAML](https://yaml.org/) serialization language",
- "version": "0.1",
- "path": "plugins/language_yaml.lua",
"id": "language_yaml",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_yaml.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Syntax for the [Zig](https://ziglang.org/) programming language",
- "version": "0.1",
- "path": "plugins/language_zig.lua",
"id": "language_zig",
"mod_version": "3",
- "tags": ["language"]
+ "path": "plugins/language_zig.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
},
{
"description": "Automatically inserts indentation and closing bracket/text after newline",
- "version": "0.3",
- "path": "plugins/lfautoinsert.lua",
"id": "lfautoinsert",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/lfautoinsert.lua",
+ "version": "0.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.2",
- "path": "plugins/linenumbers.lua",
"id": "linenumbers",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/linenumbers.lua",
+ "version": "0.2"
},
{
"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.2",
- "remote": "https://github.com/liquid600pgm/lintplus:771b1fe6cddb7897cd034ed5ee96201d6a2831c2",
- "mod_version": "3",
"id": "lintplus",
+ "mod_version": "3",
"name": "lint+",
- "replaces": ["linter"]
+ "remote": "https://github.com/liquid600pgm/lintplus:771b1fe6cddb7897cd034ed5ee96201d6a2831c2",
+ "replaces": [
+ "linter"
+ ],
+ "version": "0.2"
},
{
"description": "Discord rich presence for Lite XL (display file editing in Discord)",
- "version": "0.1",
- "remote": "https://github.com/TorchedSammy/Litepresence:1985e8a59feaaea5085a5add2521293a11f6d376",
+ "id": "litepresence",
"mod_version": "3",
- "id": "litepresence"
+ "remote": "https://github.com/TorchedSammy/Litepresence:1985e8a59feaaea5085a5add2521293a11f6d376",
+ "version": "0.1"
},
{
"description": "Generates Lorem Ipsum placeholder dummy text",
- "version": "0.1",
- "remote": "https://github.com/sheetcoder/lorem:b2da386519850d6f91ef67097e50141b3b11a90e",
+ "id": "lorem",
"mod_version": "3",
- "id": "lorem"
+ "remote": "https://github.com/sheetcoder/lorem:b2da386519850d6f91ef67097e50141b3b11a90e",
+ "version": "0.1"
},
{
"description": "Provides code completion (also known as IntelliSense) using the Language Server Protocol",
- "version": "0.7",
- "remote": "https://github.com/lite-xl/lite-xl-lsp:b1b77d143b2c6e3cd953b3573ea1a96dd61ff3bb",
+ "id": "lsp",
"mod_version": "3",
- "id": "lsp"
+ "remote": "https://github.com/lite-xl/lite-xl-lsp:b1b77d143b2c6e3cd953b3573ea1a96dd61ff3bb",
+ "version": "0.7"
},
{
"description": "Completion menu kind/type icons for Lite XL LSP",
- "version": "0.1",
- "remote": "https://github.com/TorchedSammy/lite-xl-lspkind:272ebd0010cd3e205cfb486b1bae889080fec437",
+ "id": "lspkind",
"mod_version": "3",
- "id": "lspkind"
+ "remote": "https://github.com/TorchedSammy/lite-xl-lspkind:272ebd0010cd3e205cfb486b1bae889080fec437",
+ "version": "0.1"
},
{
"description": "Automatic configuration/binary download for LSP completion for C/C++ with clangd.",
- "version": "17.0.3",
- "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "id": "lsp_c",
"mod_version": "3",
- "id": "lsp_c"
+ "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "version": "17.0.3"
},
{
"description": "Automatic configuration/binary download for LSP completion for Emmet with emmet-language-server.",
- "version": "2.5.0",
- "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "id": "lsp_emmet",
"mod_version": "3",
- "id": "lsp_emmet"
+ "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "version": "2.5.0"
},
{
"description": "Automatic configuration/binary download for LSP completion for Lua with lua-language-server (sumneko).",
- "version": "3.7.4",
- "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "id": "lsp_lua",
"mod_version": "3",
- "id": "lsp_lua"
+ "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "version": "3.7.4"
},
{
"description": "Automatic configuration/binary download for LSP completion for Java with jdtls.",
- "version": "1.33.0",
- "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "id": "lsp_java",
"mod_version": "3",
- "id": "lsp_java"
+ "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "version": "1.33.0"
},
{
"description": "Automatic configuration/binary download for LSP completion for Python with Pyright.",
- "version": "1.1.352",
- "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "id": "lsp_python",
"mod_version": "3",
- "id": "lsp_python"
+ "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "version": "1.1.352"
},
{
"description": "Automatic configuration/binary download for LSP linting for Javascript with quick-lint-js.",
- "version": "3.2.0",
- "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "id": "lsp_quicklintjs",
"mod_version": "3",
- "id": "lsp_quicklintjs"
+ "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "version": "3.2.0"
},
{
"description": "Automatic configuration/binary download for LSP completion for Rust with rust-analyzer.",
- "version": "20240304",
- "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "id": "lsp_rust",
"mod_version": "3",
- "id": "lsp_rust"
+ "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "version": "20240304"
},
{
"description": "Automatic configuration/binary download for LSP completion for TeX with texlab.",
- "version": "5.12.4",
- "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "id": "lsp_tex",
"mod_version": "3",
- "id": "lsp_tex"
+ "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "version": "5.12.4"
},
{
"description": "Automatic configuration/binary download for LSP completion for Typescript and Javascript with typescript-language-server.",
- "version": "4.3.3",
- "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "id": "lsp_typescript",
"mod_version": "3",
- "id": "lsp_typescript"
+ "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "version": "4.3.3"
},
{
"description": "Adds LSP snippets support to the snippets plugin",
- "version": "1.1",
- "remote": "https://github.com/vqns/lite-xl-snippets:1f0bba02bb3af6df9cb2ce72526851b427caf143",
"id": "lsp_snippets",
- "mod_version": "3"
+ "mod_version": "3",
+ "remote": "https://github.com/vqns/lite-xl-snippets:1f0bba02bb3af6df9cb2ce72526851b427caf143",
+ "version": "1.1"
},
{
"description": "LSP support for Zig via zls.",
- "version": "0.11.0",
- "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "id": "lsp_zig",
"mod_version": "3",
- "id": "lsp_zig"
+ "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "version": "0.11.0"
},
{
"description": "Remaps mac modkeys `command/option` to `ctrl/alt`",
- "version": "0.1",
- "path": "plugins/macmodkeys.lua",
"id": "macmodkeys",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/macmodkeys.lua",
+ "version": "0.1"
},
{
"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",
"id": "markers",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/markers.lua",
+ "version": "0.1"
},
{
"description": "Show memory usage in the status view",
- "version": "0.1",
- "path": "plugins/memoryusage.lua",
"id": "memoryusage",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/memoryusage.lua",
+ "version": "0.1"
},
{
"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.2",
- "path": "plugins/minimap.lua",
"id": "minimap",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/minimap.lua",
+ "version": "0.2"
},
{
"description": "Adds a motion-trail to the caret *([gif](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))*",
- "version": "0.2.1",
- "path": "plugins/motiontrail.lua",
"id": "motiontrail",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/motiontrail.lua",
+ "version": "0.2.1"
},
{
"description": "Allows moving back and forward between document positions, reducing the amount of scrolling",
- "version": "0.1",
- "path": "plugins/navigate.lua",
"id": "navigate",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/navigate.lua",
+ "version": "0.1"
},
{
"description": "Add support for TCP and UDP sockets using SDL_net.",
- "version": "1.1",
- "type": "library",
- "remote": "https://github.com/jgmdev/lite-xl-net:4ddece50cdc6d00ab09be1896ef0474e89da89b8",
+ "id": "net",
"mod_version": "3",
- "id": "net"
+ "remote": "https://github.com/jgmdev/lite-xl-net:4ddece50cdc6d00ab09be1896ef0474e89da89b8",
+ "type": "library",
+ "version": "1.1"
},
{
+ "dependencies": {
+ "font_symbols_nerdfont_mono_regular": {}
+ },
"description": "File icons set for TreeView. Modification of the [nonicons](plugins/nonicons.lua) plugin. Uses [NerdFont](https://www.nerdfonts.com/) icons",
- "version": "1.2.2",
- "type": "plugin",
- "path": "plugins/nerdicons.lua",
"id": "nerdicons",
"mod_version": "3",
- "dependencies": {
- "font_symbols_nerdfont_mono_regular": {}
- }
+ "path": "plugins/nerdicons.lua",
+ "type": "plugin",
+ "version": "1.2.2"
},
{
"description": "Provides official NodeJs binaries",
- "version": "20.11.1",
- "type": "library",
- "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "id": "nodejs",
"mod_version": "3",
- "id": "nodejs"
+ "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e",
+ "type": "library",
+ "version": "20.11.1"
},
{
+ "dependencies": {
+ "font_nonicons": {}
+ },
"description": "File icons set for TreeView. Uses the [Nonicons](https://github.com/yamatsum/nonicons/) font",
- "version": "0.4.1",
- "path": "plugins/nonicons.lua",
"id": "nonicons",
"mod_version": "3",
- "dependencies": {
- "font_nonicons": {}
- }
+ "path": "plugins/nonicons.lua",
+ "version": "0.4.1"
},
{
"description": "Change the opaqueness/transparency of `lite-xl` using shift+mousewheel or a command.",
- "version": "0.1",
- "path": "plugins/opacity.lua",
"id": "opacity",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/opacity.lua",
+ "version": "0.1"
},
{
"description": "Automatically prompts you if you tried to open a binary file in the editor",
- "version": "0.1",
- "path": "plugins/open_ext.lua",
"id": "open_ext",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/open_ext.lua",
+ "version": "0.1"
},
{
"description": "Opens the parent directory of the current file in the file manager",
- "version": "0.1",
- "path": "plugins/openfilelocation.lua",
"id": "openfilelocation",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/openfilelocation.lua",
+ "version": "0.1"
},
{
"description": "Opens the selected filename or url",
- "version": "0.1",
- "path": "plugins/openselected.lua",
"id": "openselected",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/openselected.lua",
+ "version": "0.1"
},
{
"description": "PDF preview for TeX files",
- "version": "0.1",
- "path": "plugins/pdfview.lua",
"id": "pdfview",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/pdfview.lua",
+ "version": "0.1"
},
{
"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"
+ "mod_version": "3",
+ "remote": "https://github.com/lite-xl/lite-xl-plugin-manager.git:3e5d5b0827058f2eeddfb166d8128fc086a87e28",
+ "version": "0.1"
},
{
"description": "Adds middle mouse click copy/paste (primary selection). To use this plugin, `xclip` must be installed.",
- "version": "0.2",
- "path": "plugins/primary_selection.lua",
"id": "primary_selection",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/primary_selection.lua",
+ "version": "0.2"
},
{
"description": "Adds the ability to profile lite-xl with the [lua-profiler](https://github.com/charlesmallah/lua-profiler)",
- "version": "0.1",
- "path": "plugins/profiler",
"id": "profiler",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/profiler",
+ "version": "0.1"
},
{
- "name": "Multithreaded Project Search",
+ "dependencies": {
+ "thread": {}
+ },
"description": "Threaded project search with 5-10x better performance.",
- "version": "1.2",
- "remote": "https://github.com/jgmdev/lite-xl-threads:9299a9a6b778cb34b12f0286b9162779920a9197",
- "mod_version": "3",
"id": "projectsearch",
- "dependencies": { "thread": { } }
+ "mod_version": "3",
+ "name": "Multithreaded Project Search",
+ "remote": "https://github.com/jgmdev/lite-xl-threads:9299a9a6b778cb34b12f0286b9162779920a9197",
+ "version": "1.2"
},
{
"description": "Show nesting of parentheses with rainbow colours",
- "version": "0.1.1",
- "path": "plugins/rainbowparen.lua",
"id": "rainbowparen",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/rainbowparen.lua",
+ "version": "0.1.1"
},
{
"description": "Allows for you to write a regex and its replacement in one go, and live preview the results.",
- "version": "0.2",
- "path": "plugins/regexreplacepreview.lua",
"id": "regexreplacepreview",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/regexreplacepreview.lua",
+ "version": "0.2"
},
{
"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",
"id": "restoretabs",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/restoretabs.lua",
+ "version": "0.1"
},
{
"description": "Displays current scale (zoom) in status view (depends on scale plugin)",
- "version": "0.1",
- "path": "plugins/scalestatus.lua",
"id": "scalestatus",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/scalestatus.lua",
+ "version": "0.1"
},
{
- "name": "Source Control Management",
+ "dependencies": {
+ "widget": {}
+ },
"description": "Extensible source control management plugin with git and fossil backends.",
- "version": "0.1",
- "remote": "https://github.com/lite-xl/lite-xl-scm:930951990f9a3c78178265e5380e3c9e40b109d2",
"id": "scm",
"mod_version": "3",
- "dependencies": { "widget": {} }
+ "name": "Source Control Management",
+ "remote": "https://github.com/lite-xl/lite-xl-scm:930951990f9a3c78178265e5380e3c9e40b109d2",
+ "version": "0.1"
},
{
+ "dependencies": {
+ "widget": {}
+ },
"description": "Friendlier search and replace user interface using Widgets.",
- "version": "0.1",
- "path": "plugins/search_ui.lua",
"id": "search_ui",
"mod_version": "3",
- "dependencies": { "widget": {} }
+ "path": "plugins/search_ui.lua",
+ "version": "0.1"
},
{
"description": "Select a color theme, like VScode, Sublime Text.(plugin saves changes)",
- "version": "0.1",
- "path": "plugins/select_colorscheme.lua",
"id": "select_colorscheme",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/select_colorscheme.lua",
+ "version": "0.1"
},
{
"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.2",
- "path": "plugins/selectionhighlight.lua",
"id": "selectionhighlight",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/selectionhighlight.lua",
+ "version": "0.2"
},
{
+ "dependencies": {
+ "widget": {}
+ },
"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.7",
- "path": "plugins/settings.lua",
"id": "settings",
"mod_version": "3",
- "dependencies": { "widget": {} }
+ "path": "plugins/settings.lua",
+ "version": "0.7"
},
{
"description": "Displays the current time in the corner of the status view",
- "version": "0.1",
- "path": "plugins/smallclock.lua",
"id": "smallclock",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/smallclock.lua",
+ "version": "0.1"
},
{
"description": "Opens the selected filename or path in project. Useful to open imports.",
- "version": "0.1",
- "path": "plugins/smartopenselected.lua",
"id": "smartopenselected",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/smartopenselected.lua",
+ "version": "0.1"
},
{
"description": "Smooth caret animation *([gif](https://user-images.githubusercontent.com/20792268/139006049-a0ba6559-88cb-49a7-8077-4822445b4a1f.gif))*",
- "version": "0.2",
- "path": "plugins/smoothcaret.lua",
"id": "smoothcaret",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/smoothcaret.lua",
+ "version": "0.2"
},
{
"description": "Provides code snippets support",
- "version": "1.1",
- "remote": "https://github.com/vqns/lite-xl-snippets:1f0bba02bb3af6df9cb2ce72526851b427caf143",
"id": "snippets",
- "mod_version": "3"
+ "mod_version": "3",
+ "remote": "https://github.com/vqns/lite-xl-snippets:1f0bba02bb3af6df9cb2ce72526851b427caf143",
+ "version": "1.1"
},
{
"description": "Sorts selected lines alphabetically",
- "version": "0.2",
- "path": "plugins/sort.lua",
"id": "sort",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/sort.lua",
+ "version": "0.2"
},
{
"description": "Sort selected CSS properties alphabetically or using the concentric model. *([demo](https://raw.githubusercontent.com/felixsanz/lite-xl-sortcss/master/demo.gif))*",
- "version": "0.1",
- "remote": "https://github.com/felixsanz/lite-xl-sortcss:ee4552148b38663e24dedcf4bc80ba8221dd54e0",
+ "id": "sortcss",
"mod_version": "3",
- "id": "sortcss"
+ "remote": "https://github.com/felixsanz/lite-xl-sortcss:ee4552148b38663e24dedcf4bc80ba8221dd54e0",
+ "version": "0.1"
},
{
"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.2",
- "path": "plugins/spellcheck.lua",
"id": "spellcheck",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/spellcheck.lua",
+ "version": "0.2"
},
{
"description": "Displays the current date and time in the corner of the status view",
- "version": "0.1",
- "path": "plugins/statusclock.lua",
"id": "statusclock",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/statusclock.lua",
+ "version": "0.1"
},
{
"description": "Keep track of the current scope at the top of the view (*[video](https://user-images.githubusercontent.com/2798487/222133911-e467a583-596c-47ab-8e65-eefc7b5c9112.mp4)*)",
- "version": "1.0",
- "path": "plugins/sticky_scroll.lua",
"id": "sticky_scroll",
+ "mod_version": "3",
"name": "Sticky Scroll",
- "mod_version": "3"
+ "path": "plugins/sticky_scroll.lua",
+ "version": "1.0"
},
{
"description": "Save files that require root permissions. Needs `pkexec`.",
- "version": "1.0",
- "path": "plugins/su_save.lua",
"id": "su_save",
+ "mod_version": "3",
"name": "Save as Super User",
- "mod_version": "3"
+ "path": "plugins/su_save.lua",
+ "version": "1.0"
},
{
"description": "Takes an SVG screenshot. Only browsers seem to support the generated SVG properly.",
- "version": "0.1",
- "path": "plugins/svg_screenshot.lua",
"id": "svg_screenshot",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/svg_screenshot.lua",
+ "version": "0.1"
},
{
"description": "Switch between open tabs by searching by name",
- "version": "0.3",
- "path": "plugins/tab_switcher.lua",
"id": "tab_switcher",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/tab_switcher.lua",
+ "version": "0.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",
"id": "tabnumbers",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/tabnumbers.lua",
+ "version": "0.1"
},
{
"description": "An integrated terminal for lite-xl. *([screenshot](https://github.com/adamharrison/lite-xl-terminal/assets/1034518/eb8a72a0-ff61-4b95-b009-364ac2725f70))*",
- "version": "1.01",
"id": "terminal",
"mod_version": "3",
- "remote": "https://github.com/adamharrison/lite-xl-terminal.git:394b577caa1491d2a8fb92b1b4acd93b2feb6b9a"
+ "remote": "https://github.com/adamharrison/lite-xl-terminal.git:394b577caa1491d2a8fb92b1b4acd93b2feb6b9a",
+ "version": "1.01"
},
{
"description": "Allows you to play tetris directly in the editor.",
- "version": "0.1",
- "path": "plugins/tetris.lua",
"id": "tetris",
- "tags": ["game"],
- "mod_version": 3
+ "mod_version": 3,
+ "path": "plugins/tetris.lua",
+ "tags": [
+ "game"
+ ],
+ "version": "0.1"
},
{
+ "dependencies": {
+ "console": {}
+ },
"description": "Compile Tex files into PDF",
- "version": "0.1",
- "path": "plugins/texcompile.lua",
"id": "texcompile",
"mod_version": "3",
- "dependencies": {
- "console": {}
- }
+ "path": "plugins/texcompile.lua",
+ "version": "0.1"
},
{
"description": "Theme manager with base16 themes",
- "version": "0.1",
- "remote": "https://github.com/monolifed/theme16:c39b33cb318d4baa2b4b9cc6e6370cb3ede3ef22",
+ "id": "theme16",
"mod_version": "3",
- "id": "theme16"
+ "remote": "https://github.com/monolifed/theme16:c39b33cb318d4baa2b4b9cc6e6370cb3ede3ef22",
+ "version": "0.1"
},
{
"description": "Select a theme based on filename of active document",
- "version": "0.1",
- "path": "plugins/themeselect.lua",
"id": "themeselect",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/themeselect.lua",
+ "version": "0.1"
},
{
"description": "Titleizes selected string (`hello world` => `Hello World`)",
- "version": "0.1",
- "path": "plugins/titleize.lua",
"id": "titleize",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/titleize.lua",
+ "version": "0.1"
},
{
"description": "Todo tree viewer for annotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT`",
- "version": "0.1.2",
- "remote": "https://github.com/drmargarido/TodoTreeView:e222f7074cae607dec82fb191a4fb077e75886e2",
+ "id": "todotreeview",
"mod_version": "3",
- "id": "todotreeview"
+ "remote": "https://github.com/drmargarido/TodoTreeView:e222f7074cae607dec82fb191a4fb077e75886e2",
+ "version": "0.1.2"
},
{
"description": "Toggles symbols between `snake_case` and `camelCase`",
- "version": "0.1",
- "path": "plugins/togglesnakecamel.lua",
"id": "togglesnakecamel",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/togglesnakecamel.lua",
+ "version": "0.1"
},
{
- "name": "Threads",
"description": "Supports spawning true os-threads.",
- "version": "1.3",
- "type": "library",
- "remote": "https://github.com/jgmdev/lite-xl-threads:9299a9a6b778cb34b12f0286b9162779920a9197",
+ "id": "thread",
"mod_version": "3",
- "id": "thread"
+ "name": "Threads",
+ "remote": "https://github.com/jgmdev/lite-xl-threads:9299a9a6b778cb34b12f0286b9162779920a9197",
+ "type": "library",
+ "version": "1.3"
},
{
"description": "Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-extender/main/screenshot.png))*",
- "version": "1.0.0",
- "remote": "https://github.com/juliardi/lite-xl-treeview-extender:c6583c3b7f726b08f98c1282d03408facd4cbc91",
- "mod_version": "3",
"id": "treeview-extender",
- "replaces": ["treeview-menu-extender"]
+ "mod_version": "3",
+ "remote": "https://github.com/juliardi/lite-xl-treeview-extender:c6583c3b7f726b08f98c1282d03408facd4cbc91",
+ "replaces": [
+ "treeview-menu-extender"
+ ],
+ "version": "1.0.0"
},
{
"description": "Displays your current typing speed in characters and words per minute in the status bar",
- "version": "0.1",
- "path": "plugins/typingspeed.lua",
"id": "typingspeed",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/typingspeed.lua",
+ "version": "0.1"
},
{
"description": "Allows scrolling outside the bounds of a document",
- "version": "0.1",
- "path": "plugins/unboundedscroll.lua",
"id": "unboundedscroll",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/unboundedscroll.lua",
+ "version": "0.1"
},
{
"description": "Automatically checks for updates and notifies you",
- "version": "0.1",
- "remote": "https://github.com/vincens2005/lite-xl-updatechecker:3478abd43618da857d4315bcc8fddf08c27e1150",
+ "id": "updatechecker",
"mod_version": "3",
- "id": "updatechecker"
+ "remote": "https://github.com/vincens2005/lite-xl-updatechecker:3478abd43618da857d4315bcc8fddf08c27e1150",
+ "version": "0.1"
},
{
"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",
"id": "lite-xl-vibe",
+ "mod_version": "3",
"name": "vibe",
- "replaces": ["vibe"]
+ "remote": "https://github.com/eugenpt/lite-xl-vibe:651c4fc55a285eeacbf5992b355d9c80f4fc78cb",
+ "replaces": [
+ "vibe"
+ ],
+ "version": "0.1"
},
{
"description": "Audio visualizer for Lite XL",
- "version": "0.1",
- "remote": "https://github.com/TorchedSammy/Visu:782c7b1ebde38dad2c3c6a1c1dee6761230dea16",
+ "id": "visu",
"mod_version": "3",
- "id": "visu"
+ "remote": "https://github.com/TorchedSammy/Visu:782c7b1ebde38dad2c3c6a1c1dee6761230dea16",
+ "version": "0.1"
},
{
"description": "Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins",
- "version": "0.2.1",
- "type": "library",
- "remote": "https://github.com/lite-xl/lite-xl-widgets:b5e6e212c0516ec7b55f57c7efcfda9d791cdb0d",
+ "id": "widget",
"mod_version": "3",
- "id": "widget"
+ "remote": "https://github.com/lite-xl/lite-xl-widgets:b5e6e212c0516ec7b55f57c7efcfda9d791cdb0d",
+ "type": "library",
+ "version": "0.2.1"
},
{
"description": "Adds in a word count to the statusview.",
- "version": "0.1",
- "path": "plugins/wordcount.lua",
"id": "wordcount",
- "mod_version": "3"
+ "mod_version": "3",
+ "path": "plugins/wordcount.lua",
+ "version": "0.1"
},
{
- "id": "www",
"description": "A simple library that provides a web client to fetch, and submit data via HTTP requests.",
- "version": "0.1",
- "type": "library",
+ "id": "www",
+ "mod_version": "3",
"remote": "https://github.com/adamharrison/lite-xl-www.git:aecc866c33b0a954fbd41a5de2842bb97f4ac45e",
- "mod_version": "3"
+ "type": "library",
+ "version": "0.1"
},
{
"description": "`pywal` integration with Lite XL.",
- "version": "1.1",
- "remote": "https://github.com/ThaCuber/wal.lxl:93bcf5dd64e9945fa88de22cd8b62a5467e80d6a",
"id": "wal",
- "name": "wal.lxl",
"mod_version": "3",
- "replaces": [ "wal_lxl" ]
+ "name": "wal.lxl",
+ "remote": "https://github.com/ThaCuber/wal.lxl:93bcf5dd64e9945fa88de22cd8b62a5467e80d6a",
+ "replaces": [
+ "wal_lxl"
+ ],
+ "version": "1.1"
}
]
}