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).
This commit is contained in:
2026-09-17 11:18:20 +02:00
parent 273965ef0b
commit 56ef7344f0
36 changed files with 2606 additions and 4 deletions
+4
View File
@@ -5,3 +5,7 @@
winlib/* linguist-vendored
src/lib/* linguist-vendored
resources/icons/icon.inl linguist-vendored
# Vendored test fixtures must keep their original bytes (crlf.in tests
# CRLF handling; normalizing it would corrupt the fixture).
debian/extra/plugins/editorconfig/tests/** -text