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

customize semantic highlighting mode #108

Merged
merged 2 commits into from
Jul 21, 2022

Conversation

tintinweb
Copy link
Member

allow to enable/disable semantic function argument highlighting and introduce a config option to control highlighting modes:

  • color and symbol - default (decorate + "arrow")
  • color only - only decorate identifiers declared in the function argument scope
  • symbol only - only show an "arrow" next to an identifier declared in the function argument scope

image

fixes #105

@tintinweb tintinweb merged commit 025d111 into master Jul 21, 2022
@Maurechi
Copy link

<3 <3 <3

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

Successfully merging this pull request may close these issues.

Enhancement: Customize Semantic Highlighting for Function Arguments
2 participants