vscode-lang-scad
vscode-lang-scad copied to clipboard
Some keywords not highlighted
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
It would be great to see the PR move forward
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
Thanks again, the above works great!