The recently introduced function name highlighting misses out function calls which omit their parentheses - while this is valid syntax, it isn’t highlighted correctly.
I expect all three doStuff
calls to be highlighted with the ‘local function name’ colour. This can be easily reproduced by typing the above into any script editor.