We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, is there a way to make silicified regex per tag like with forked better comment with regex support plugin?
better comment with regex support
this example:
{ "tag": "!!!\\s", "color": "white", "isRegex": true, // "tag": "!", // "color": "#FF2D00", "strikethrough": false, "underline": true, "backgroundColor": "Red", "bold": true, "italic": false, "style": "font-size: 1250%; font-weight: bold;" // example only, not default. }, { "tag": "!!\\s", "color": "white", "isRegex": true, // "tag": "!", // "color": "#FF2D00", "strikethrough": false, "underline": false, "backgroundColor": "Red", "bold": false, "italic": false, "style": "font-weight: bold;" // example only, not default. },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, is there a way to make silicified regex per tag like with forked
better comment with regex support
plugin?this example:
The text was updated successfully, but these errors were encountered: