issues
search
uiwjs
/
react-codemirror
CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/
https://uiwjs.github.io/react-codemirror/
MIT License
1.69k
stars
134
forks
source link
Remove dependency on syntaxTree for hyperlink decorations
#593
Closed
losingle
closed
1 year ago
losingle
commented
1 year ago
Changes made:
Replaced the usage of syntaxTree with a regular expression to match URLs in the document text.
jaywcjlove
commented
1 year ago
@losingle thx!
Changes made: