James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.55k stars 522 forks source link

Added optional capture pattern for `\subfix` in bibliography regex #4193

Closed randolf-scholz closed 6 months ago

randolf-scholz commented 6 months ago

Fixes #4192.

Simply added optional capture groups (?:\\subfix{)? and (?:\})? that make the regex match if the bibliography is imported with \subfix when using the subfiles package.