Skip to content
New issue

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

Start of comment area scope definition. #138

Open
crs-ica opened this issue Jan 26, 2021 · 0 comments
Open

Start of comment area scope definition. #138

crs-ica opened this issue Jan 26, 2021 · 0 comments

Comments

@crs-ica
Copy link

crs-ica commented Jan 26, 2021

Inside "systemverilog.tmLanguage" file, "/*" and "//" have the same scope: "punctuation.definition.comment.systemverilog".
Instead, the body of the block comment has the scope "comment.block.systemverilog" and the body of the line comment has the scope "comment.line.double-slash.systemverilog".

This leads to a situation where you can have two colors for the body of the block and line comment but not for the start of the comment area.

Is it possible to modify the scopes for the start of the comment areas to reflect its type? (Eg "/*": punctuation.definition.comment.block.systemverilog, "//": punctuation.definition.comment.line.systemverilog)

image
vs
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant