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
highlight-word-range
I want to be able to do /myWord/2-4 and the transformer should highlight the 2nd, 3rd and 4th occurrences of myWord only
/myWord/2-4
after inputting the word like so /myWord/ the user could simply add a range to work with. the range is optional though
/myWord/
No response
The text was updated successfully, but these errors were encountered:
I think counting by occurrences isn't as intuitive as specifying line numbers.
Why don't use the range syntax: [!code word:Hello:1] instead?
[!code word:Hello:1]
Sorry, something went wrong.
No branches or pull requests
Clear and concise description of the problem
I want to be able to do
/myWord/2-4
and the transformer should highlight the 2nd, 3rd and 4th occurrences of myWord onlySuggested solution
after inputting the word like so
/myWord/
the user could simply add a range to work with. the range is optional thoughAlternative
No response
Additional context
No response
Validations
Contributes
The text was updated successfully, but these errors were encountered: