FrancisFaure / vfp_tmlanguage_generator

VFP: Generate an extension for VS Code which provides support for the Visual FoxPro language
MIT License
12 stars 5 forks source link

Number of keywords not highlighting #3

Open RickStrahl opened 7 years ago

RickStrahl commented 7 years ago

Looks like a lot of key words are not highlighting:

image

Took a look at the language file and I can't see anything obviously wrong - the keywords are in there, but for some reason they are not highlighting properly. Need to take a closer look when I have more time, but i suspect there's a broken pipe somewhere that breaks the long keyword strings.

FrancisFaure commented 7 years ago

Hi Rick. I did this program last year with version 0.1 of Visual Studio Code and it was ok. Now with the latest version there are problems : I'll take a look at that

FrancisFaure commented 7 years ago

Hi Rick, I just take time to look at your issue :

a) Visual Studio Code without my Language extension and my Theme extension Showing that:

rick1 test in vs without extension

b) adding my Language extension by running : "vfp_tmlanguage_generator.prg" Showing that:

rick2 test in vs with language extension

it seem like you have

c) adding my theme extension by running : "vfp_tmtheme_generator.prg" Showing that:

rick3 test in vs with language and theme extension

That work,

I think I can update: vfp_theme_generator.prg at line 181 -> 183 from "engines": { "vscode": "^0.10.1" }

to vscode:"^1"

again sorry for my badly english

with best regards Francis

FrancisFaure commented 7 years ago

Hi Rick, I just pushed small updates for use with default theme of vscode. that should be ok now: if you want test? best regards Francis