@techee commented on this pull request.
> @@ -1705,6 +1707,11 @@ gboolean highlighting_is_string_style(gint lexer, gint
> style)
style == SCE_DART_RAWSTRING_DQ ||
style == SCE_DART_TRIPLE_RAWSTRING_SQ ||
style == SCE_DART_TRIPLE_RAWSTRING_DQ);
+
+ case SCLEX_NIX:
+ return (style == SCE_NIX_STRING ||
+ style == SCE_NIX_STRING_MULTILINE ||
+ style == SCE_NIX_ESCAPECHAR);
I don't think so:
- `SCE_NIX_OPERATOR_STRING` is style for `$()` in string interpolation
- `SCE_NIX_KEY` is `key` in `key= "hello";`
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3954#discussion_r1855524855
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3954/review/[email protected]>