sebagomez / vsprolog

VSProlog is a Visual Studio extension that provides syntax coloring for arity prolog files.
4 stars 3 forks source link

No Colors Visible #5

Open tlpuckett73 opened 4 years ago

tlpuckett73 commented 4 years ago

I maybe doin something wrong. I installed the VS2019 version and have a temporary license. I installed your prolog extension. I changed the file type to my prolog source files to .pl I brought up VS to edit files in folders (no projects or solutions are being used). I do not see any colors on the keywords or the compiler directives.

I was hoping that I could use VSProlog to extend my Arity Prolog by creating predicates in C/C++.

sebagomez commented 4 years ago

You are not doing anything wrong. Does your temporary license allows you to install extensions? Did the extension installed successfully? Maybe there's something in the Visual Studio log.

Just to check, you can rename one of the files to .ari, in case the .pl extension is failing for some reason.

tlpuckett73 commented 4 years ago

I re-installed your VSProlog again. This time I got the version that is in Visual Studio Marketplace. When I switch my VS environment to "Dark", I see some colors. If my VS environment is set to "Light" or "Blue", the colors make thing very hard to read. I attempted to change colors, but I not find where to do that.