Irrespective of the uses in plugins, Geany core uses highlighting_is_code_style()
for:
That seems to suggest that in core most places regexes should not be counted as code. My simple solution was to put them in highlighting_is_string_style()
since it already has the basic infrastructure, but I understand that upsets spell checking and maybe other uses of highlighting_is_string_style()
so I guess that says we need to add them to highlighting_is_code_style()
or have a highlighting_is_regex_style()
that it can use.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.