Add codemirror option to show trailing space (#7493)

* codemirror edit/trailingspace addon (default off)

* refactor as codemirror-trailingspace plugin

* copy cm-trailingspace styles from cm demo
This commit is contained in:
Tavin Cole
2023-05-27 18:28:27 +02:00
committed by GitHub
parent bc3a7d9826
commit 4e7a6ffc22
8 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
title: $:/language/codemirror/
showTrailingSpace/hint: Show trailing space
showTrailingSpace/info: Trailing space on each line will be decorated as per theme CSS.