--- linuxsampler/trunk/src/scriptvm/editor/nksp.l 2016/07/15 16:03:20 2950 +++ linuxsampler/trunk/src/scriptvm/editor/nksp.l 2016/07/15 20:07:47 2951 @@ -225,7 +225,7 @@ return yyextra->token.baseType; } -declare|while|if|or|and|not|else|case|select|to|mod|const|polyphonic { +declare|while|if|or|and|not|else|case|select|to|mod|const|polyphonic|function|call { yyextra->token = KeywordToken(yytext); return yyextra->token.baseType; }