The current token file is messy, to say the last. It needs to be properly ordered and cleaned up.
Take a look at lib/tokens.js and re-order the token object.
Order the entries according to the priority they should have. For example, in-built functions should always have priority over user-defined functions, so their token definition should be placed above the definition of user functions.
The current token file is messy, to say the last. It needs to be properly ordered and cleaned up.
Take a look at lib/tokens.js and re-order the token object.
Order the entries according to the priority they should have. For example, in-built functions should always have priority over user-defined functions, so their token definition should be placed above the definition of user functions.