[Github-comments] [geany/geany] Update to Scintilla 5.1.3 and Lexilla 5.1.2 (#2930)
Thomas Martitz
notifications at xxxxx
Mon Oct 11 12:00:54 UTC 2021
@kugel- commented on this pull request.
> @@ -388,7 +388,12 @@ static const HLStyle highlighting_styles_CSS[] =
{ SCE_CSS_EXTENDED_IDENTIFIER, "extended_identifier", FALSE },
{ SCE_CSS_EXTENDED_PSEUDOCLASS, "extended_pseudoclass", FALSE },
{ SCE_CSS_EXTENDED_PSEUDOELEMENT, "extended_pseudoelement", FALSE },
- { SCE_CSS_MEDIA, "media", FALSE }
+ { SCE_CSS_GROUP_RULE, "group_rule", FALSE },
+ /* In Geany 1.38 and earlier shipped filetypes.css with "media" identifier,
+ * Scintilla/Lexilla 5.1.2 has renamed this style and extended its meaning.
+ * We still recognize media for compatibility.
+ */
+ { SCE_CSS_GROUP_RULE, "media", FALSE }
@b4n @eht16 is the compatibility fix I did here even valid?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2930#pullrequestreview-776147666
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211011/eb7cf7ca/attachment.htm>
More information about the Github-comments
mailing list