aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2023-05-19update `language_rivet.lua` (#250)StunxFS
* update `language_rivet.lua` * update manifest.json: bump version
2023-05-02IPC: return from overriden system.wait_eventjgmdev
2023-05-01added language_tal.lua (#238)ThaCuber
* added language_tal.lua * forgot to link to the page about the language
2023-04-23Add language_gabc (#235)jperon
2023-04-20Add language_lilypond (#234)jperon
* language_lilypond * Update language_lilypond.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update language_lilypond.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * language_lilypond: update manifest.json * Update plugins/language_lilypond.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2023-04-20Fix MoonScript syntax highlighting (#233)jperon
* Fix MoonScript syntax highlighting @ was causing weird behavior within strings. * Update language_moon.lua Highlight only @, not the whole property * Update language_moon.lua Forgotten line.
2023-03-25Added risc-v assmebly syntax (#212)Cyao
* Create language_assembly_riscv.lua * Update manifest.json * Update README.md * Update language_assembly_riscv.lua --------- Co-authored-by: Adam <adamdharrison@gmail.com>
2023-03-21Move `language_blade` to correct locationGuldoman
2023-03-19Made spellcheck use `get_line_screen_position`, which works with ↵Adam
linewrapping. (#224) * Made spellcheck use `get_line_screen_position`, which works with line wrapping. * Updated spellcheck to work with linewrapping as per Guldoman's suggestion. * Bumping version.
2023-03-15`primary_selection`: Add backoff time between retries (#215)Guldoman
2023-03-12Update AutoHotkey language support (#223)프날 (Pnal)
* Add langua_autohotkey.lua * Update README.md * Update README.md * Delete language_autohotkey.lua * Add files for support autohotkey v1 * Update plugins/language_autohotkey_v1.lua Co-authored-by: Guldoman <giulio.lettieri@gmail.com> * Update manifest.json --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2023-03-07Add `sticky_scroll` (#218)Guldoman
2023-02-23Add heredoc sigil and heex file support for Elixir (#217)Jeremy Cowgar
2023-02-16Added Haxe language support (#208)Alejandro Ramallo
2023-02-15settings: simplified loaded status check of pluginsjgmdev
2023-01-31Remove workaround for sorted `Doc:get_selection` issue (#197)Guldoman
* `dragdropselected`: Replace deprecated `math.pow` with `^` * Remove workaround for sorted `Doc:get_selection` issue Reverts 94f7c8b33371e49d6f026f5be6a41acd73ad9c6b.
2023-01-24Update language_rivet.lua (#206)StunxFS
2023-01-22Add smartopenselected plugin (#176)Eric Gaudet
Try to open the selection as a filename or path in the project. Path separators are used to replace ".", so import path can also be found. Co-authored-by: Eric Gaudet <egaudet@thefind.com>
2023-01-22Added annotations to language_wren.lua (#175)ThaCuber
* Added annotations to language_wren.lua * sneaked in Fn.new being highlighted as a literal also fixed file formatting, looks less ugly now
2023-01-21Add Nerdicons Plugin (#202)Techie Guy
* Add Nerdicons Plugin * Update manifest.json * Update manifest.json
2023-01-21Add new pluging gitopen:open-from-commit (#178)Eric Gaudet
Given a git commit (default HEAD), open the files that are in the project and part of this commit.
2023-01-21Fix `autoinsert.lua`'s behavior on multicursor (#195)Aqil Contractor
* Add guldo's godly changes * Fix autoinsert on multiple selections * Updated autoinsert to latest ver * FIX predicate solution * Appeal to the Guldo * Appeal to the Guldo even more
2023-01-19bracketmatch: surround both brackets if they are adjacent (#149)Cukmekerb
* surround both brackets if they are adjacent * surround both brackets if they are adjacent * surround brackets in block mode when highlight both is enabled
2023-01-19Merge pull request #198 from Jan200101/PR/debuggerAdam
Add Lite Debugger plugin
2023-01-19Merge pull request #199 from Guldoman/PR_svg_screenshotAdam
Add `svg_screenshot`
2023-01-19Merge pull request #194 from takase1121/PR/keymap_exportAdam
keymap_export: add keymap_export
2023-01-19Update language_rivet.luaStunxFS
2023-01-19custom caret: use colorpicker widgetjgmdev
2023-01-18Search user interface using widgets (#168)Jefferson González
* added search_ui * support treeview find in directory * added support for lua pattern replace * use new widgets animation system and other fixes * clear results when changing options * adapted to changes on lite-xl/lite-xl#1232 * added bottom layout and made it default * added option to position on top * updated to use new widgets path * added search_ui to manifest
2023-01-16Add `svg_screenshot`Guldoman
2023-01-12added colorpicker pluginjgmdev
2023-01-12minimap: use settings new color widget supportjgmdev
2023-01-12settings: added color config widget supportjgmdev
2023-01-12Add Lite Debugger pluginJan200101
Upstream https://github.com/slembcke/debugger.lua with changes to allow for native breakpoints
2023-01-08settings: added ability to filter keybindsjgmdev
2023-01-08keymap_export: add keymap_exporttakase1121
2023-01-06ipc: fixed issue when settings gui fails to loadjgmdev
2023-01-06settings: corrected widgets pcall requirejgmdev
2023-01-06settings: updated to use new widgets pathjgmdev
2023-01-06`spellcheck`: Add cache (#179)Guldoman
2023-01-04add language_nix (#189)Merlin Volkmer
* 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
2023-01-01update `language_rivet.lua` (#185)StunxFS
* Update language_rivet.lua * Update language_rivet.lua
2022-12-30`minimap`: Fix crash if `avoid_small_docs` and `linewrapping` are both enabledGuldoman
2022-12-29Add highlighting for go.mod and go.sum files (#182)Merlin Volkmer
2022-12-28Extend eval plugin with eval:selected (#177)Eric Gaudet
- if text is selected, replace this text with eval result - if no text is selected, eval the current line and insert the result in the next line with "= " prefix. - Adding ctrl+alt+return default keymap
2022-12-28Add `tab_switcher` (#173)Guldoman
2022-12-27Fix lfautoinsert (#180)Eric Gaudet
Fix for issue #174
2022-12-25Improved language_wren.lua (#171)ThaCuber
* optimize and improve language_wren.lua * <number>. was highlighted when it shouldn't be * added scientific notation * added hexadecimal and scientific notation * fixed identifier highlight * added a bunch of things setters and getters are now highlighted as functions (it just looks nice) when extending a class, the derived class' name is the one highlighted, and not the parent class' name (kinda hacky at the moment) highlighted anything in between two pipes (|) that isn't a pipe for when making standalone functions with parameters
2022-12-24added editorconfig plugin (#163)Jefferson González
* properly ignore comments on declarations * strip newlines when insert_final_newline set to false * force match up to the end * support unset property * make property values case insensitive * handle indent_size when set to tab * handle escaped comment chars * also lowercase property names * support utf-8 as on spec * apply rules to unsaved unamed/named docs * annotation fix * added test suite and fixes for 100% pass rate * do not force match from start, breaks 2 tests * allow starting wild cards to match everything * disabled print buffering * make last line visible if insert_final_newline true * use log_quiet for debug * adapted to changes on lite-xl/lite-xl#1232 * properly return from add/remove_project_directory overrides * Use new trimwhitespace functionality if possible
2022-12-20regexreplacepreview: compat fixes for lite-xl masterjgmdev