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

Support tags with hyphens #375

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

happytree718
Copy link

Related Issue

This PR resolves Issue #371

Description

This PR improves the handling of custom tags in two ways:

  1. Tags with hyphens are now correctly recognized and processed by updating the regular expression for tags. This change ensures that tags containing hyphens, such as high-complexity, are properly detected and highlighted in their entirety instead of just the portion before the hyphen.

  2. An additional feature has been implemented to handle cases where the number of custom tags exceeds the number of provided colors in the settings. In such situations, the extension will now reuse the available colors by wrapping around the color index. This ensures that all custom tags have a background color, even when the number of tags exceeds the number of provided colors.

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.

1 participant