Open bram-ontoforce opened 6 years ago
@helior Any news on this PR?
can this branch be merged? support for multiple highlights using regex would be great to have.
I'm wondering why this PR adds request
as a dependency.
I'm wondering why this PR adds
request
as a dependency.
I added request
to the devDependencies to make the tests run. I saw that another PR was opened proposing this change (https://github.com/helior/react-highlighter/pull/58) so I'll remove the package from this branch.
This would be great to have.
This would be great to have.
Indeed!
@helior please merge this in. This is a great addition!
This PR adds support to regular expressions using a global parameter e.g.
will both highlight 'brown' and 'jumps'. This handles issue #60.