Open spcbfr opened 7 months ago
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
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]
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