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

Looking at history for upstream (yay for it using github not saucefudge) Asciidoc was added before GDscript so the numbers are as per this change. The question is more why did the GDscript change use the wrong number?


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/879504962@github.com>