@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.