@techee commented on this pull request.
> @@ -1685,6 +1687,10 @@ gboolean highlighting_is_string_style(gint lexer, gint
> style)
style == SCE_NIM_TRIPLE ||
style == SCE_NIM_TRIPLEDOUBLE ||
style == SCE_NIM_STRINGEOL);
+
+ case SCLEX_ZIG:
+ return (style == SCE_ZIG_STRING ||
+ style == SCE_ZIG_MULTISTRING);
Correct, done.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3974#discussion_r1797370476
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3974/review/[email protected]>