diff options
Diffstat (limited to 'src/textadept.c')
-rw-r--r-- | src/textadept.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/textadept.c b/src/textadept.c index dc79ea47..8e743087 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1152,6 +1152,7 @@ static int call_scintilla( ltype = SINT; break; case SCI_SETLEXERLANGUAGE: case SCI_LOADLEXERLIBRARY: ltype = SSTRING; break; + case SCI_GETNAMEDSTYLES: ltype = SSTRING, rtype = SINDEX; break; default: ltype = SSTRINGRET; } |