Baby steps having Jack on visual studio.
I have it now able to create a jack project and most importantly classify the jack syntax (colorise keywords, variables, comments etc...)
For this it uses the tokenizer that I developped to nandtotetris.
The red underlines you see are syntax errors that should be fixed once I plugin the parser...
Here is a picture of a Jack file inside the IDE.
Next is the syntax checking...