I have just started to use your custom syntax feature and I need to allow the hyphen to be a part of a word for syntax highlighting.
My user preferences are :
“word_separators”: “./\()”’:,.;<>~!@#$%^&*|+=[]{}`~?"
I can click on a whole-word but the whole and word are different colours.
How can I tell the syntax customer to use these when I specify
- match ‘(message)’ …
and it highlights both of these, when I only need the first highlighted.
message “Hi”
set lf-message = “no”