--- linuxsampler/trunk/src/scriptvm/editor/nksp.l 2016/12/15 12:47:45 3054 +++ linuxsampler/trunk/src/scriptvm/editor/nksp.l 2017/05/31 21:07:44 3260 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2016 Christian Schoenebeck + * Copyright (c) 2015-2017 Christian Schoenebeck * * http://www.linuxsampler.org * @@ -230,7 +230,7 @@ return yyextra->token.baseType; } -declare|while|if|or|and|not|else|case|select|to|mod|const|polyphonic|function|call { +declare|while|if|or|and|not|else|case|select|to|mod|const|polyphonic|function|call|synchronized { yyextra->token = KeywordToken(yytext); return yyextra->token.baseType; }