How to highlight whitespace characters in matches? #93
Answered
by
ggandor
molleweide
asked this question in
Q&A
-
In target |
Beta Was this translation helpful? Give feedback.
Answered by
ggandor
Dec 1, 2021
Replies: 1 comment 1 reply
-
By default, no, but you can set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
molleweide
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default, no, but you can set
require('lightspeed').opts.substitute_chars[' '] = <whatever you want spaces in matches to be displayed as>
.newline
is the only one for which such a substitute char is set by default (¬
).