[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

@ -210,6 +210,10 @@
<input name="wrapLines" type="checkbox" class="form-check-input" id="lineWrap">
<label class="form-check-label" for="lineWrap">Wrap lines</label>
</div>
<div class="mb-3 form-check">
<input name="highlightWhitespace" type="checkbox" class="form-check-input" id="highlightWhitespace">
<label class="form-check-label" for="highlightWhitespace">highlight Whitespace</label>
</div>
<div class="mb-3 form-check">
<input name="minimap" type="checkbox" class="form-check-input" id="minimap">
<label class="form-check-label" for="minimap">Show minimap</label>