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
Do you have a matching style for using the “Highlight Matching Tag” extension?
YES
settings.json
// SOP's highlight matching tag setting. "highlight-matching-tag.styles": { "opening": { "full": { "highlight": "rgba(165, 153, 233, 0.3)" } } },
Peace! ✌️
The text was updated successfully, but these errors were encountered:
@ahmadawais, as of Highlight Matching Tag version 0.8+ the styling options are changed.
This is the new equivalent code:
"highlight-matching-tag.styles": { "opening": { "full": { "custom": { "backgroundColor": "rgba(165, 153, 233, 0.3)" } }, "left": { "custom": { "borderWidth": "0" } }, "right": { "custom": { "borderWidth": "0" } } } }
Sorry, something went wrong.
@kaosmos you are right. I have updated the comment above. These styles were automagically migrated on update.
// SOP's highlight matching tag setting. "highlight-matching-tag.styles": { "opening": { "full": { "custom": { "backgroundColor": "rgba(165, 153, 233, 0.1)" } }, "left": { "custom": { "borderWidth": "0" } }, "right": { "custom": { "borderWidth": "0" } } } },
No branches or pull requests
Question
Do you have a matching style for using the “Highlight Matching Tag” extension?
Answer:
YES
settings.json
filePeace!✌️
The text was updated successfully, but these errors were encountered: