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).
12 lines
434 B
Plaintext
12 lines
434 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
# See https://help.github.com/en/articles/dealing-with-line-endings
|
|
* text=auto
|
|
|
|
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
|