Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages
In directory sc8-pr-cvs1:/tmp/cvs-serv11992
Modified Files:
drftcite overcite cite
Log Message:
Added syntax highlighting for new cite commands provided with this packages
Index: drftcite
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/drftcite,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** drftcite 5 Jan 2003 21:47:08 -0000 1.3
--- drftcite 7 Jan 2003 22:36:50 -0000 1.4
***************
*** 20,22 ****
--- 20,24 ----
\.'bra:citedash'
+ syn region texRefZone matchgroup=texStatement start="\\citen\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
+
" vim:ft=vim:ff=unix:
Index: overcite
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/overcite,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** overcite 5 Jan 2003 21:47:08 -0000 1.3
--- overcite 7 Jan 2003 22:36:53 -0000 1.4
***************
*** 23,25 ****
--- 23,29 ----
\.'bra:citedash'
+ syn region texRefZone matchgroup=texStatement start="\\citen\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
+ syn region texRefZone matchgroup=texStatement start="\\citenum\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
+ syn region texRefZone matchgroup=texStatement start="\\citeonline\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
+
" vim:ft=vim:ff=unix:
Index: cite
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/cite,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** cite 5 Jan 2003 21:47:08 -0000 1.4
--- cite 7 Jan 2003 22:36:53 -0000 1.5
***************
*** 21,23 ****
--- 21,27 ----
\.'bra:citedash'
+ syn region texRefZone matchgroup=texStatement start="\\citen\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
+ syn region texRefZone matchgroup=texStatement start="\\citenum\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
+ syn region texRefZone matchgroup=texStatement start="\\citeonline\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
+
" vim:ft=vim:ff=unix:
|