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
Hey. I have this ruleset for color preview:
<RuleSet name="ColorsRuleSet"> <Span foreground="#FF5555" ruleSet="TestRuleSet"> <Begin>(&[clkmno])+(?:[^;"&]|"")*(?=[;"&])</Begin> <End></End> </Span> <Span foreground="#AA0000" ruleSet="TestRuleSet"> <Begin>(&[4lkmno])+(?:[^;"&]|"")*(?=[;"&])</Begin> <End></End> </Span> <Import ruleSet="TestRuleSet" /> </RuleSet>
But this overrode my percent-expressions (e.g. %player%) so I moved it to the other ruleset and added it to the ColorsRuleSet, but it doesn't work:
%player%
<RuleSet name="TestRuleSet"> <Rule color="BracedExpression"> %[^%{}]*[{}][^%]*%[^%]*%[^%{}]*[{}][^%]*%|%[^%]*% </Rule> </RuleSet>
It's like this:
But it should be like this:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey.
I have this ruleset for color preview:
But this overrode my percent-expressions (e.g.
%player%
) so I moved it to the other ruleset and added it to the ColorsRuleSet, but it doesn't work:It's like this:
But it should be like this:
The text was updated successfully, but these errors were encountered: