We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The keywords, include and use could have better looking coloring. Color inside the brackets should maybe match the brackets?
include
use
include <file.scad>; use <file.scad>;
Example:
Comments are highlighted where they shouldn't be.
Capture group is messed up when searching for functions if the parentheses aren't included.
Also, incorrect names, such as function foo//() do not highlight correctly.
function foo//()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Includes
The keywords,
include
anduse
could have better looking coloring. Color inside the brackets should maybe match the brackets?Example:
Customizer
Comments are highlighted where they shouldn't be.
Example:
Methods / Functions
Capture group is messed up when searching for functions if the parentheses aren't included.
Example:
Also, incorrect names, such as
function foo//()
do not highlight correctly.The text was updated successfully, but these errors were encountered: