@elextr commented on this pull request.


In geanylua/glspi_sci.h:

> @@ -708,13 +706,11 @@ static SciCmdHashEntry sci_cmd_hash_entries[] = {
 	{"CLEARREPRESENTATION", SLT_VOID, SCI_CLEARREPRESENTATION, SLT_STRING, SLT_VOID},
 	{"STARTRECORD", SLT_VOID, SCI_STARTRECORD, SLT_VOID, SLT_VOID},
 	{"STOPRECORD", SLT_VOID, SCI_STOPRECORD, SLT_VOID, SLT_VOID},
-	{"SETLEXER", SLT_VOID, SCI_SETLEXER, SLT_INT, SLT_VOID},
+	{"SETILEXER", SLT_VOID, SCI_SETILEXER, SLT_VOID, SLT_INT},

There doesn't appear to be any way of creating the lexer to pass to this function.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.