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).
16 lines
113 B
Plaintext
16 lines
113 B
Plaintext
; test **
|
|
|
|
root=true
|
|
|
|
[a**z.c]
|
|
key1=value1
|
|
|
|
[b/**z.c]
|
|
key2=value2
|
|
|
|
[c**/z.c]
|
|
key3=value3
|
|
|
|
[d/**/z.c]
|
|
key4=value4
|