match cite commands like footcite too.

This commit is contained in:
Shane Kilkelly 2016-02-22 12:04:15 +00:00
parent b505f0d455
commit 2d954baa62

View file

@ -49,7 +49,7 @@ define [
lineUpToCursor = editor.getSession().getTextRange(range)
commandFragment = getLastCommandFragment(lineUpToCursor)
if commandFragment
citeMatch = commandFragment.match(/^~?\\(cite[a-z]?){(.*,)?(\w*)/)
citeMatch = commandFragment.match(/^~?\\([a-z]*cite[a-z]?){(.*,)?(\w*)/)
if citeMatch
commandName = citeMatch[1]
previousArgs = citeMatch[2]