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

Change the highlighter color for GO_CODE #7

Open
FooBarrior opened this issue Dec 4, 2020 · 0 comments
Open

Change the highlighter color for GO_CODE #7

FooBarrior opened this issue Dec 4, 2020 · 0 comments

Comments

@FooBarrior
Copy link

Here highlighting color is defined by the link:

val Code: TextAttributesKey = createTextAttributesKey("Y_CODE", DefaultLanguageHighlighterColors.BLOCK_COMMENT)

GO_CODE is eventually mapped to DefaultLanguageHighlighterColors.BLOCK_COMMENT, which uncomforts reading, especially under impossibility of configuring this highlighting for goyacc only.

Please do either:

  • Change BLOCK_COMMENT to something more appropriate, for example, IDENTIFIER. Or
  • Add new highlighting category into settings.

I think the first approach is much simpler and should work just fine, but anyway it's not a block comment, so that's 100% incorrect.

Thanks for the plugin, btw. I've successfully attached it to usual yacc file in mariadb project

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