mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
check current commands against package commands
This commit is contained in:
parent
edfc259c53
commit
68b57f8d95
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ define [
|
|||
for pkg, snippets of packages
|
||||
for snippet in snippets
|
||||
packageCommands.push snippet
|
||||
commandNames.push snippet.caption.match(/\w+/)[0]
|
||||
|
||||
doc = session.getValue()
|
||||
parser = new Parser(doc, prefix)
|
||||
|
|
Loading…
Reference in a new issue