mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #19102 from overleaf/mj-more-cite-ref
[lezer] Add more cite and ref command variants GitOrigin-RevId: e402f92d9948eba857dbe0851f039f4d7313df81
This commit is contained in:
parent
e48e4293a6
commit
884eebd82d
1 changed files with 3 additions and 0 deletions
|
@ -477,6 +477,7 @@ const refStarrableCommands = new Set([
|
|||
'\\pageref',
|
||||
'\\ref',
|
||||
'\\Ref',
|
||||
'\\subref',
|
||||
'\\zpageref',
|
||||
'\\ztitleref',
|
||||
'\\vpagerefrange',
|
||||
|
@ -501,6 +502,8 @@ const citeCommands = new Set([
|
|||
'\\Citeauthort',
|
||||
'\\citeNP',
|
||||
'\\citenum',
|
||||
'\\citen',
|
||||
'\\citeonline',
|
||||
'\\cites',
|
||||
'\\Cites',
|
||||
'\\citeurl',
|
||||
|
|
Loading…
Reference in a new issue