Closed Cerebus closed 5 years ago
Too small to send a PR; just change the ac capture to %w:
11c11
< "(%g*)%(([%+%-]+)(%^-)(%w+[_%-]*%w*)%)([%\u{0027}%\u{2019}]*)(%g*)"
---
> "(%g*)%(([%+%-]+)(%^-)(%a+[_%-]*%a*)%)([%\u{0027}%\u{2019}]*)(%g*)"
Thanks for the suggestion, I have pushed the change.
E.g.,
(+K8S)
will not be substituted with\gls{K8S}
even though the label is legal.