Serpen / VBS-VSCode

VSCode VBScript language extension
https://marketplace.visualstudio.com/items?itemName=Serpen.vbsvscode
MIT License
24 stars 11 forks source link

dim syntax coloring #43

Closed laoqiuqiu closed 3 years ago

laoqiuqiu commented 3 years ago

When using the dim statement to define multiple variables, only the first variable is colored.

Serpen commented 3 years ago

will be (dirty) fixed with version 1.2 and shows the whole variable expression as variable. Version 1.0 uses a simple approach to show everything which isn't matched -> as a variable, this was replaced with 1.1

To fix the whole color matching, inside functions etc. issue #5 has to be fixed, which is a lot of work.

grafik