Match \cite* and \Cite (#499)
Those two commands still weren't highlighted properly, now they are.
This commit is contained in:
parent
61a86e6fa8
commit
b83eb80a64
@ -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)?',
|
||||
|
Loading…
x
Reference in New Issue
Block a user