@kugel- commented on this pull request.


In scintilla/lexilla/include/LexicalStyles.iface:

> @@ -142,7 +142,8 @@ val SCLEX_HOLLYWOOD=130
 val SCLEX_RAKU=131
 val SCLEX_FSHARP=132
 val SCLEX_JULIA=133
-val SCLEX_GDSCRIPT=134
+val SCLEX_ASCIIDOC=134
+val SCLEX_GDSCRIPT=135

Well, not really a bug. We don't use LexicalStyles.iface for anything, therefore it's not copied on import. I guess I simply copied the whole lexilla/include dir when doing the initial lexilla import while the script explicitly only copies lexilla/include/*.h (just checked).

So I guess we should decide if we ether drop the file completely or fix the update script to import it correctly. What do you think?


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3097/review/880091090@github.com>