chunkypixel / atari-dev-studio

Homebrew game creation for the Atari 8-bit consoles (VS Code Extension)
http://atariage.com/forums/topic/290365-atari-dev-studio-for-homebrew-development-release/
GNU General Public License v3.0
77 stars 8 forks source link

Batari Basic Variable Colours #37

Open Generation2Games opened 3 years ago

Generation2Games commented 3 years ago

The colours for temp variables are excellent, could we have a slightly different colour for declared variable names?

eg, dim _hitPoints = o

chunkypixel commented 3 years ago

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.