Match prefixes of ref and cite up to 16 characters

This commit is contained in:
Shane Kilkelly 2017-06-20 08:46:28 +01:00
parent a299af12e8
commit b4e2dcf7ef

View file

@ -251,11 +251,11 @@ define [
blacklistedCommandRegex: ///
\\ # initial backslash
(label # any of these commands
|[a-z]{0,2}ref
|[a-z]{0,16}ref
|usepackage
|begin
|end
|[a-z]{0,2}cite
|[a-z]{0,16}cite
|input
|include
|includegraphics)