vscode-lang-scad icon indicating copy to clipboard operation
vscode-lang-scad copied to clipboard

Some keywords not highlighted

Open atnbueno opened this issue 7 years ago • 3 comments

Quite a few keywords are not highlighted. Some of them are new (let, each, undef, assert, ...) but others have existed forever (square, polygon, circle, ...).

I've rolled the fix into my previous pull request: https://github.com/efbenson/vscode-lang-scad/pull/3

atnbueno avatar Feb 11 '18 18:02 atnbueno

It would be great to see the PR move forward

paulirotta avatar Apr 21 '19 14:04 paulirotta

I've re-pinged the author about this. I hope he'll see it and can answer.

In the meantime you can go to %USERPROFILE%\.vscode\extensions\efbenson.scad-1.0.1\syntaxes and replace the scad.tmLanguage file there by this one: https://github.com/atnbueno/vscode-lang-scad/tree/master/syntaxes

atnbueno avatar Apr 21 '19 15:04 atnbueno

Thanks again, the above works great!

paulirotta avatar Apr 25 '19 13:04 paulirotta