@elextr commented on this pull request.
@@ -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.