Files
deb-lite-xl/debian/extra
vhaudiquet 56ef7344f0 Vendor selectionhighlight, bracketmatch, colorpreview, navigate, editorconfig (2.1.8-7)
Five more plugins from lite-xl-plugins @ 31eef29, all default VSCode
behaviors:

- selectionhighlight: highlights other occurrences of the selected word
- bracketmatch: highlights the bracket matching the one under the cursor
- colorpreview: inline swatches for #hex/rgb()/hsl() color literals
- navigate: Go Back / Go Forward cursor history (alt+left/right)
- editorconfig: applies .editorconfig files; vendored as the whole
  upstream directory (parser + test harness, lite-xl test editorconfig);
  builds on the bundled trimwhitespace plugin

All depend on core only (editorconfig additionally on trimwhitespace,
already shipped). Verified against the built package: all plugins load,
navigate registers its commands, and an .editorconfig with
indent_size = 2 is applied to an opened file.

Pinned to lite-xl-plugins @ 31eef29 (see debian/extra/README.source).
2026-09-17 11:18:20 +02:00
..

Vendored from upstream, pinned by commit:

- lite-xl-plugins   https://github.com/lite-xl/lite-xl-plugins   @ 31eef29 (master, 2026-09)
    plugins/: ephemeral_tabs (VSCode-style preview tabs), selectionhighlight,
    bracketmatch, colorpreview, navigate, editorconfig (whole directory,
    incl. its test harness), gitstatus, gitopen, fontconfig, open_ext,
    select_colorscheme, smoothcaret, nerdicons, language_* (all 104; none
    overlap the ones bundled in the core data/ directory)
- lite-xl-gitpanel  (own plugin, source tree lite-xl-gitpanel)  @ 0731a63 (main, 2026-09)
    plugins/: gitpanel -- git panel integrated into the treeview pane
    (changes, staging, commits, history) with a toolbar toggle button;
    uses the bundled language_diff for commit diff highlighting

- lite-xl-lsp       https://github.com/lite-xl/lite-xl-lsp       @ d1432ae (master, 2026-09)
    vendored whole as plugins/lsp/ (screenshots removed)
- lite-xl-widgets   https://github.com/lite-xl/lite-xl-widgets   @ dcf1c8c
    NOT vendored: only the settings plugin needs it, and settings@master
    requires libraries.widget.fonts which does not exist in the widgets
    repository at any revision, so settings cannot load. Revisit when
    upstream publishes the missing widget.
- nerdicons font mapping: plugins/font_symbols_nerdfont_mono_regular.lua
    shipped as usr/share/lite-xl/libraries/font_symbols_nerdfont_mono_regular.lua
    with the font path patched from USERDIR to DATADIR, plus the
    Symbols Nerd Font Mono TTF (SIL OFL 1.1) next to it.

Refresh by re-cloning the sources at a new commit and re-applying the single
sed patch to the font mapping path.