Highlighting seems to break when there is a Colon within quoted text (see sample below)
kivy.logger uses the colon to split the message so would like to keep the colon in the quoted text.
Sample from .kv file.
on_press:
Logger.debug("APPL: Message ... ")
do_something_else()
Highlighting seems to break when there is a Colon within quoted text (see sample below)
kivy.logger uses the colon to split the message so would like to keep the colon in the quoted text.
Sample from .kv file.
on_press:
Logger.debug("APPL: Message ... ")
do_something_else()