[mod] highlightWhitespace

This commit is contained in:
Andy Bunce 2025-10-20 15:21:47 +01:00
parent 55fef63678
commit be12f0200c
7 changed files with 347 additions and 338 deletions

View file

@ -76,3 +76,6 @@ function app:dev() {
cm:htmx2("dev/home.htm", map{})
};
declare function app:logs() {
(admin:logs()=>foot()=>admin:logs())[@type eq 'LSP']
};