Closed m-fleury closed 2 years ago
The regexp
(lsp-isar-output-replace-regexp-all-occs "\\\\<\\(\\w*\\)>" "|Symbol=\\1|")
does not work for symbols like \<J> (probably due to the >.
\<J>
>
Bug identified by @gh-salt.
The regexp
does not work for symbols like
\<J>
(probably due to the>
.Bug identified by @gh-salt.