Batari Basic Variable Colours
Generation2Games opened this issue · 1 comments
Generation2Games commented
The colours for temp variables are excellent, could we have a slightly different colour for declared variable names?
eg, dim _hitPoints = o
chunkypixel commented
Hi! I'll have to determine whether that can be done as the syntax highlighting is currently determined using a provided language syntax document. It may required a full language server to be developed instead to be able to provide different colors. It's something I would like to eventually get to so the intellisense is much more document specific but no timeframe for that currently.