Match \cite* and \Cite (#499)

Those two commands still weren't highlighted properly, now they are.
This commit is contained in:
Daniel Marques 2016-07-22 15:10:06 -03:00 committed by Karl Yngve Lervåg
parent 61a86e6fa8
commit b83eb80a64

View File

@ -79,7 +79,7 @@ if get(g:, 'tex_fast', 'r') =~# 'r'
"
execute 'syntax match texStatement /\v\\%(' . join([
\ '[Cc]iteauthor\*?',
\ 'cite%(title|year|date)\*?',
\ '[Cc]ite%(title|year|date)?\*?',
\ 'citeurl',
\ '[Pp]arencite\*?',
\ 'foot%(full)?cite%(text)?',