Yes, it seems. If you look at lib/lexer.js in the Call mixin section, you will see that terms starting with + receive tokens of type call . Later in lib/parser.js call token calls parseCall to create a new mixin node call.
In addition, a commit was made with a comment:
Added preliminary support for the mixin block and a new call + mixin syntax.
source share