vscode-openscad icon indicating copy to clipboard operation
vscode-openscad copied to clipboard

Fix Highlighting of 'include' and customizer

Open Antyos opened this issue 3 years ago • 0 comments

Includes

The keywords, include and use could have better looking coloring. Color inside the brackets should maybe match the brackets?

include <file.scad>;
use <file.scad>;

Example: image

Customizer

Comments are highlighted where they shouldn't be.

Example: image

Methods / Functions

Capture group is messed up when searching for functions if the parentheses aren't included.

Example: image

Also, incorrect names, such as function foo//() do not highlight correctly.

Antyos avatar Sep 26 '20 05:09 Antyos